Skip to content

Releases: weedz/git-good

v0.1.5

09 Oct 16:20
b79bc0f
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Resizable panels. Only branch list for now, "commit"-pane will be added.
  • Command palette 👌 #57
  • Settings for font and (some) colors

What's Changed

Full Changelog: v0.1.4...v0.1.5

Assets

Attached file is for archlinux. Install with pacman -U git-good-[version].pkg.tar.xz.

  • NOTE: v0.1.4.r81+ requires electron@31
  • NOTE: v0.1.5.r1+ requires electron@32

0.1.4

10 Jun 23:18
v0.1.4
e8ae0d8
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

What's Changed

  • Stash by @weedz in #46
  • Add actions for clone and init by @weedz in #49
  • Side by side diff by @weedz in #50
  • Remove @electron/remote by @weedz in #52
  • Option to automatically refresh working directory on focus (seems to be slow on mac?)
  • Option to change the sort order of commits. TOPOLOGICAL | TIME is very slow and consumes a lot of RAM on big repos (eg. the Linux kernel)
  • Show conflicting lines in diff view
  • Show a notification with progress on push
  • electron@25. Requires a "system install" of electron@25. Something like https://archlinux.org/packages/extra/x86_64/electron/ or https://github.com/weedz/electron-pkgbuild.
  • Rebased nodegit on nodegit@v0.28.0-alpha.23 (so libgit2 v1.7.2)

And probably a lot of other changes..

Full Changelog: v0.1.1...v0.1.4

Assets

Attached file is for archlinux. Install with pacman -U git-good-v0.1.4.r0.ge8ae0d8-1-x86_64.pkg.tar.zst. Requires electron@25.

NOTE: Version v0.1.4.r24+ requires electron@27.

NOTE: Version v0.1.4.r32+ requires electron@28.

NOTE: Upcoming version works with electron@29+. Did a thing, weedz/nan@5d9a5d8 which breaks regular node compiles but works with electron 👌

NOTE: Version v0.1.4.r56+ requires electron@29.

NOTE: Version v0.1.4.r64+ requires electron@31.

0.1.1

03 Jul 20:20
v0.1.1
39d7537
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Automatically use specified profile for a repository
  • Add a menu for recent repositories

0.1.0

30 Jun 17:47
b83c851
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Find/view individual commit

0.0.26

28 Jun 13:35
63c53ce
Compare
Choose a tag to compare
0.0.26 Pre-release
Pre-release
v0.0.26

Bump version to 0.0.26

0.0.25

18 Jun 15:13
311902d
Compare
Choose a tag to compare
0.0.25 Pre-release
Pre-release
  • Improve startup performance
    Diff.indexToWorkdir seems to be slow. Might be some better way to determine when to refresh workdir changes?

0.0.24

18 Jun 10:58
cefe4c8
Compare
Choose a tag to compare
0.0.24 Pre-release
Pre-release
  • Check if gpg is enabled in settings before running gpg to verify signatures
  • Refactor some auth and config stuff

0.0.23

17 Jun 23:08
efbc862
Compare
Choose a tag to compare
0.0.23 Pre-release
Pre-release
  • Fix refresh workdir on window focus
  • Handle ssh key authentication

0.0.22

16 Jun 12:38
4ede84e
Compare
Choose a tag to compare
0.0.22 Pre-release
Pre-release
  • More Link fixes..

0.0.21

15 Jun 14:58
7a79f10
Compare
Choose a tag to compare
0.0.21 Pre-release
Pre-release
  • Fix SSH settings
  • Fix links