Releases: phil294/GitLG
Releases · phil294/GitLG
v0.1.35
Various visual improvements: Huge thanks to @strayge!
da8b768Redesign commit details375d4e8Show avatars in log (gravatar)0454201Filter out HEAD refs for remotes4868be1Move "All branches" and "History" buttons to top60a54abHide empty space for disabled commit stats
68ac684Trigger context menus (on branches etc) on left click also
v0.1.34
117da91Support input interactive passwords for git/ssh, and interactive editor inputs (#53, #168). Thanks to @strayge!bccab51085ece5471769bAdd 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)917e960Add--date=relativeas a convenience option to the main git log options (#156)3609667Fix{REMOTE_NAME}in show_branch, show_commit and search refreshs (#170)615ddfeMake ref tip background color light instead of black in light theme (#171)a0d768fFix git input textinput border colorae3986cHide GitAction description/info fields if empty
v0.1.33
v0.1.32
v0.1.31
v0.1.30
v0.1.29
v0.1.28
026f687Fix Windows build (#147)026f687RevertEscape 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.65c9893OpenConfigure...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 clickReset(#147)
v0.1.27
9618cf6Add full-text search for file contents, file names, commit bodies3a93d57Fix inconsistent branch tip colors while preliminary loading, and fix bad branch names in view after clicking "Show branch"ac8a4e0Make context menu entries selectable by keyboard, once the menu has been revealed by right click488b043Prevent errors when user-set config values are in the wrong format596d4faUse--author-date-orderin preliminary loading so the initial loading state doesn't look very different from the final loaded state, provided you didn't change its args mucha0cc4f8Show proper error message if git status fails5c83a3eInternal: Add typechecking to build process. Thanks to @alexrecuenco