Skip to content

Releases: Cretezy/lazyjj

v0.5.0

15 Feb 20:18
Compare
Choose a tag to compare

Thanks everyone for all the PRs. lazyjj will be maintained better in the future :)

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

08 Oct 05:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.2

v0.4.0

07 Oct 15:47
Compare
Choose a tag to compare

What's Changed

  • Add logging/tracing, make tabs lazy loaded, add frame time in top right corner by @Cretezy in #55
  • Adapt test traces to jj 0.22.0 by @samueltardieu in #61
  • Don’t use -r with --all for git push by @maralorn in #57
  • Upgrade dependencies by @Cretezy in #54
  • convert tabs to spaces by @exoticorn in #60
  • Rename jj branch to jj bookmark, requires recent version of jj

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

15 Aug 20:44
Compare
Choose a tag to compare

What's Changed

  • feat: Push selected change by @Cretezy in #48
  • fix: Slow draw time in log tab by @Cretezy in #53
  • refactor: remove unstable let_chains feature by @orhun in #45
    • Nightly toolchain is no longer required for building lazyjj
  • restore terminal on error by @istudyatuni in #51
  • Adding workflow for winget publishing by @RoscoP in #43

New Contributors

Full Changelog: v0.2.1...v0.3.1

Note: v0.3.0 didn't have Cargo.lock updated. This is a re-publish.

v0.2.1

20 Jun 15:50
Compare
Choose a tag to compare

What's Changed

  • fix: Fix key events double firing
  • chore: Fix macOS CI, remove AUR CI, add crates.io publishing to CI
  • chore/docs: Add lazyjj to Arch Linux extra repositories (pacman -S lazyjj)

New Contributors

  • @orhun made their first contribution in #40

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Jun 18:06
Compare
Choose a tag to compare

What's Changed

  • feat: Add branches tab with ability to create (c), rename (r), delete (d), forget (f), track (t), and untrack (T) branches, as well as editing (e) and creating new (n) from branch
  • feat: Set branch to change in logs tab with b, either to existing branch or new or generated branch
  • feat: Add git push/fetch in logs tab with p/f
  • feat: Add help menu with h/?

Full Changelog: v0.1.4...v0.2.0

v0.1.4

29 May 16:47
Compare
Choose a tag to compare

What's Changed

  • chore: Support new jj config list key escaping
  • fix: Make q/esc close popups
  • feat: Add command duration in command log tab

Note: This version is required for jj v0.18 or newer (due to changes to jj config list). This version still supports v0.17 and older.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

24 May 05:07
Compare
Choose a tag to compare
  • Fix check for jj existance using stdout

v0.1.2

23 May 22:23
Compare
Choose a tag to compare
  • Check if jj is installed on startup (#8)
  • Add AUR package

Note: This update contains a bug where the check for jj uses stdout. Please update to v0.1.3 or newer.

v0.1.1

22 May 15:36
Compare
Choose a tag to compare
  • Setup CI for binstall
  • Fix typo in j/k navigation help