Skip to content

Releases: LogicOverSnacks/glint-release

1.6.0

27 Jun 22:12
0a96506
Compare
Choose a tag to compare

Added

  • Allow adjusting the size of the right-hand commit details view
  • The selected item in a tree view can now be changed with the keyboard

Changed

  • Select updated commits after being editing

Fixed

  • Display "Open in VSCode" when available
  • Visual bug with recently opened repository list
  • Bug when a repository is re-initialized outside of Glint
  • Checkbox alignment on patches view
  • Bug with commit date displaying incorrectly

1.5.0

07 Jun 22:21
0a96506
Compare
Choose a tag to compare

Changed

  • Updated Electron to v25.0.1
  • Updated OpenSSL to v1.1.1u

Fixed

  • Fixed visual bug when scrolling
  • Fixed a crash when viewing merges performed outside of Glint
  • Improved error message when trying to open a directory that is not a git repository

1.4.1

30 Apr 20:42
0a96506
Compare
Choose a tag to compare

Fixed

  • Prevent crash when encryption is not available
  • Improved some error messages

1.4.0

21 Apr 11:41
0a96506
Compare
Choose a tag to compare

Added

  • Translations for Chinese (中文)

Fixed

  • Prevent crash when a merge is performed between commits with no shared base
  • Prevent crash when repository contains certain types of references, such as notes or pulls
  • Prevent crash error when calculating diffs

1.3.0

06 Apr 16:04
0a96506
Compare
Choose a tag to compare

Added

  • Pull requests view for Premium users: view and create pull requests on GitHub, Bitbucket, or GitLab
  • Hover effect on the file list view

Fixed

  • Some null crash errors

1.2.1

08 Mar 18:45
0a96506
Compare
Choose a tag to compare

Added

  • Ability to pay using CNY (元) and JPY (円) currencies

Changed

  • UI improvements for upgrading

Fixed

  • Close the app properly when no repositories are open

1.2.0

03 Mar 13:13
0a96506
Compare
Choose a tag to compare

Added

  • Light theme ☀️ for Premium users

Changed

  • Updated syntax highlighting grammars

Fixed

  • Login via Google
  • Don't allow switching to a repository that isn't open
  • Display tooltips correctly on disabled buttons

1.1.2

21 Feb 11:24
0a96506
Compare
Choose a tag to compare

Fixed

  • Prevent error "ResizeObserver loop limit reached"
  • Prevent error "Cannot read properties of undefined (reading 'commit')" when stash commit cannot be found
  • Prevent error "Cannot read properties of undefined (reading 'yIndex')" when stash parent commit cannot be found
  • Prevent error when "which" utility cannot be found

1.1.1

20 Feb 14:26
0a96506
Compare
Choose a tag to compare

Fixed

  • Prevent error when receiving incomplete data from GitHub
  • Send errors in the renderer process to Sentry

1.1.0

14 Feb 10:44
0a96506
Compare
Choose a tag to compare

Added

  • Ability to undo/redo actions
  • Support for the stash
  • Button to jump to the selected commit on the blame view

Changed

  • Added a title to the context menus where appropriate

Fixed

  • Order patches alphabetically, but with conflicts at the top
  • Bug with dashed merge paths in the commit graph
  • Bug with text being hidden when scrolling the blame view