What's Changed
- docs: add Homebrew as an installation method by @lvignoli in #84
- Update instruction on installation for archlinux-based linux distros by @TeddyHuang-00 in #85
- feat: support
~/.config
and$XDG_CONFIG_HOME
on macOS by @PrayagS in #86 - Automatically add
--allow-new
argument to new local bookmarks by @idursun in #88 - fix(revisions): set selected item on refresh by @idursun in #103
- fix: snapshot working copy less often by @Jollywatt in #96
- fix: highlight background colour seq calculation by @idursun in #106
- fix: add
--remote
argument to bookmarks with multiple remotes by @idursun in #107 - perf: make the preview pane more responsive when switching commit by @glehmann in #108
- Add compilation instructions and add
/jjui
to.gitignore
by @ilyagr in #112 - Abandon command passes
--retain-bookmarks
by default - New key binding:
@
jumps to working copy revision #111 - New key binding:
J
jump to parent of the currently selected revision - New key binding:
ctrl+z
suspendsjjui
and returns to terminal. Typingfg
should resume it. jjui
won't start and print an error message if the configuration file is malformed #114- When typing a bookmark name, spaces will be automatically replaced with
-
and the input box will expand if it exceeds the initial size. - Git: git push commands will be repeated per remote and
--remote
argument is always displayed.
New Contributors
- @TeddyHuang-00 made their first contribution in #85
- @PrayagS made their first contribution in #86
- @Jollywatt made their first contribution in #96
- @glehmann made their first contribution in #108
- @ilyagr made their first contribution in #112
Full Changelog: v0.8.8...v0.8.9