Commit Graph

3 Commits

Author SHA1 Message Date
bl 23836ce691 chore: Release orca-rs version 0.1.1
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 4m14s
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Successful in 5m34s
Release / update-aur (push) Successful in 11s
v0.1.1
2026-07-24 13:11:47 +02:00
bl e2e643cbc8 TUI: real colors, diff-patch rendering, centered grid resize, MIDI config
- Replace Bold/Dim attributes with explicit colors that survive light
  themes (Reverse instead of hardcoded black/white for cursor/selection).
- Only redraw cells that actually changed each frame instead of a full
  clear, and center the field within the live viewport.
- Add orca-c's ruler-snapped grid resize keys (( ) _ +) and its fancy
  ruler-frame corners, ported from tui_main.c.
- Add ~/.config/orca-rs/config.toml for a default MIDI port name.
2026-07-23 23:52:22 +02:00
bl bf388576a3 Initial release: Orca VM, TUI, MIDI/OSC/UDP output, and release pipeline
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Successful in 5m23s
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 5m32s
Release / update-aur (push) Successful in 12s
v0.1.0
2026-07-07 17:40:00 +02:00