Skip to content

Releases: phil294/GitLG

v0.1.35

17 Apr 21:57

Choose a tag to compare

Various visual improvements: Huge thanks to @strayge!

  • da8b768 Redesign commit details
  • 375d4e8 Show avatars in log (gravatar)
  • 0454201 Filter out HEAD refs for remotes
  • 4868be1 Move "All branches" and "History" buttons to top
  • 60a54ab Hide empty space for disabled commit stats

  • 68ac684 Trigger context menus (on branches etc) on left click also

v0.1.34

02 Nov 00:20

Choose a tag to compare

  • 117da91 Support input interactive passwords for git/ssh, and interactive editor inputs (#53, #168). Thanks to @strayge!
  • bccab51 085ece5 471769b Add param/title special values {GIT_EXEC:your-command} and {GIT_CONFIG:your-key} so you can show e.g. current user on global action buttons (#169)
  • 917e960 Add --date=relative as a convenience option to the main git log options (#156)
  • 3609667 Fix {REMOTE_NAME} in show_branch, show_commit and search refreshs (#170)
  • 615ddfe Make ref tip background color light instead of black in light theme (#171)
  • a0d768f Fix git input textinput border color
  • ae3986c Hide GitAction description/info fields if empty

v0.1.33

08 Jul 21:02

Choose a tag to compare

  • 2139102 Fix opening the graph view from SCM repo icon (#152)

v0.1.32

07 Jul 11:44

Choose a tag to compare

  • 89f8cd7 Fix opening the graph view from SCM repo icon (#152)

v0.1.31

07 Jul 11:37

Choose a tag to compare

  • 89f8cd7 Fix opening the graph view from SCM repo icon (#152)

v0.1.30

04 Jul 12:25

Choose a tag to compare

  • 97b0ec7 Allow selecting repo when current saved path is invalid, even when there is only one to choose from (#147)

v0.1.29

02 Jul 23:48

Choose a tag to compare

  • e599297 Fix Windows repo path logic, broken since last week, fixes #147
  • 96f3692 Prevent duplicate log load at start if last search type was non-immediate (file content etc.)
  • 3744984 Reapply "Escape spaces in git-path folder setting" (#135)

v0.1.28

30 Jun 21:27

Choose a tag to compare

  • 026f687 Fix Windows build (#147)
  • 026f687 Revert Escape spaces in 'git-path' folder setting (#147, #135). This means that the edge case of having spaces in a custom git path name is now temporarily broken again.
  • 65c9893 Open Configure... section automatically when an error occurs in there, and prevent disabling that section once main git log fails due to an internal error, so you can retry and/or click Reset (#147)

v0.1.27

29 Jun 23:12

Choose a tag to compare

  • 9618cf6 Add full-text search for file contents, file names, commit bodies
  • 3a93d57 Fix inconsistent branch tip colors while preliminary loading, and fix bad branch names in view after clicking "Show branch"
  • ac8a4e0 Make context menu entries selectable by keyboard, once the menu has been revealed by right click
  • 488b043 Prevent errors when user-set config values are in the wrong format
  • 596d4fa Use --author-date-order in preliminary loading so the initial loading state doesn't look very different from the final loaded state, provided you didn't change its args much
  • a0cc4f8 Show proper error message if git status fails
  • 5c83a3e Internal: Add typechecking to build process. Thanks to @alexrecuenco

v0.1.26

24 Jun 19:25

Choose a tag to compare

Fix broken release
For Changelog see v0.1.24 below