Skip to content

Releases: altsem/gitu

v0.20.1

08 May 19:49
5ef0134
Compare
Choose a tag to compare

[0.20.1] - 2024-05-08

🐛 Bug Fixes

  • Bad diffs when git's autocrlf was enabled

v0.20.0

08 May 16:52
fe1ac33
Compare
Choose a tag to compare

[0.20.0] - 2024-05-08

🚀 Features

  • Add "elsewhere" option to fetch, pull and push menu
  • Syntax highlighting for Elixir

v0.19.2

25 Apr 19:50
170c6ef
Compare
Choose a tag to compare

[0.19.2] - 2024-04-25

🐛 Bug Fixes

  • Hint/preserve missing newlines in diffs/patches

v0.19.1

21 Apr 16:03
ac345d3
Compare
Choose a tag to compare

[0.19.1] - 2024-04-21

🐛 Bug Fixes

  • Crash when trying to highlight .tsx files

v0.19.0

21 Apr 12:04
650beb1
Compare
Choose a tag to compare

[0.19.0] - 2024-04-21

🚀 Features

  • Move to parent section with alt+h
  • Move to next/prev sections with alt+j and alt+k
  • On MacOS: load ~/.config/gitu/config.toml instead of ~/Library/Application Support/gitu/config.toml
  • Add Revert commit/abort/continue
  • Show revert status

🐛 Bug Fixes

  • Scala syntax highlighter would not load

v0.18.4

20 Apr 14:56
55e9361
Compare
Choose a tag to compare

[0.18.4] - 2024-04-20

🐛 Bug Fixes

  • (ci) Release dir would not be created

v0.18.3

20 Apr 14:50
3a1ea18
Compare
Choose a tag to compare

[0.18.3] - 2024-04-20

🐛 Bug Fixes

  • Release to windows

v0.18.2

20 Apr 13:00
e4bd205
Compare
Choose a tag to compare

[0.18.0] - 2024-04-20

🚀 Features

  • Syntax highlighting with tree-sitter and revamp of diff style config

🐛 Bug Fixes

  • (log) Ignore prefetch/remotes/ refs

v0.17.1

17 Apr 16:17
8c33e4f
Compare
Choose a tag to compare

[0.17.1] - 2024-04-17

🐛 Bug Fixes

  • Moving page up/down resulted in view being refreshed

v0.17.0

17 Apr 15:59
c1bc64a
Compare
Choose a tag to compare

[0.17.0] - 2024-04-17

🚀 Features

  • Log whether config file is being loaded or not on startup (--log flag)
  • Add blank lines between refs sections, don't show empty sections
  • Segregate remotes into separate sections
  • Make 3 sections in show refs screen: branches, remotes, tags

🐛 Bug Fixes

  • When head detached show "?" instead of "*" on target match; update tests