Skip to content

Commit

Permalink
Release version 1.4.1
Browse files Browse the repository at this point in the history
- Fixed sorting triggered by clicking on the header line.
- Fixed an issue where `igist-edit-mode` and the related local variables were lost after changing major mode.
  • Loading branch information
KarimAziev committed Aug 19, 2023
1 parent d84f67b commit 64e6b1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#+TITLE: Changelog

* v1.4.1 2023-08-19
** Fixes
- Fixed sorting triggered by clicking on the header line.
- Fixed an issue where =igist-edit-mode= and the related local variables were lost after changing major mode.

* v1.4.0 2023-08-17

** New commands:
Expand Down
2 changes: 1 addition & 1 deletion igist.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Karim Aziiev <[email protected]>
;; URL: https://github.com/KarimAziev/igist
;; Version: 1.4.0
;; Version: 1.4.1
;; Keywords: tools
;; Package-Requires: ((emacs "27.1") (ghub "3.6.0") (transient "0.4.1"))
;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down

0 comments on commit 64e6b1a

Please sign in to comment.