Releases: boyvinall/dirtygit
Releases · boyvinall/dirtygit
Release list
v1.4.0
What's Changed
- fix: local-only branches now respect config by @boyvinall in #8
- feat: new layout, diff on RHS screen by @boyvinall in #9
- fix: actually fix local-only exclusion by @boyvinall in #11
- chore: refactor/cleanup by @boyvinall in #10
- chore: refactor, remove redundant field members by @boyvinall in #12
- refactor: flatten BranchStatus into RepoStatus, add report subcommand by @boyvinall in #15
- refactor: apply code review improvements across scanner, ui, and report by @boyvinall in #16
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- feat: much faster scanning by @boyvinall in #7
- docs: improve readme by @boyvinall in #2 #5 #6
- chore: improve lint and ci by @boyvinall in #3 #4
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.0
features:
- add D to delete files
- add C to checkout (revert) files
chores:
- refactor styles and UI logic
Full Changelog: v1.1.0...v1.2.0
v1.1.0
features
- "D" to delete a repository from disk (with confirmation)
- Shift + Up/Down for fast scroll
- don't list a repository when there's only remote changes
- "w" for "why" to debug why a repo is listed
fixes
- fix scrolling repo pane
- improve UI responsiveness
- more concise readme
Full Changelog: v1.0.0...v1.1.0
v1.0.0
- Significant rewrite to use github.com/charmbracelet/bubbletea
- Add diff and branch views
- Plenty more goodness
Initial release
v0.1.0 add screenshots