Releases: chojs23/ec
Releases · chojs23/ec
Release list
v0.3.3
What's Changed
Other Changes
- Remove tap instructions, move to Homebrew Core by @chrisfinazzo in #33
- Auto focus on unresolved conflict in selector and resolver by @chojs23 in #35
New Contributors
- @chrisfinazzo made their first contribution in #33
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
v0.3.0
What's Changed
Other Changes
- feat: display real branch labels in conflict pane headers by @TickTockBent in #12
- Preserve original labels by @chojs23 in #13
- chore : refactor by @chojs23 in #14
- fix: selected hunk anchoring by using side-range for non-removed lines… by @chojs23 in #15
- feat: Add zz shortcut to recenter on the current selected hunk by @chojs23 in #16
- Feat: Add ctrl+d,u for scroll half page by @chojs23 in #18
- Fix: Clamp side pane titles to pane width by @chojs23 in #17
- chore: refactor by @chojs23 in #21
- chore: Add a first-party Nix flake by @chojs23 in #22
Full Changelog: v0.2.3...v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
- Add theme config support for TUI colors via ~/.config/ec/themes.json
- Document theme configuration, defaults, and hex color guidance
- Add tests for theme config loading and apply behavior