Skip to content

Commit

Permalink
Release version 1.6.2
Browse files Browse the repository at this point in the history
*Fixes:*

- Resolved issue #7 where the `igist` list sometimes returned an empty list after a long processing time by using `igist--request` instead of `ghub-request`. Additionally, this fix addresses a bug caused by the latest version of ghub (magit/ghub@2061136), where only the first page of gists was loaded and subsequent pages were not fetched.

*Minor Changes:*
- Excluded igist mode-specific commands from the completion list in non-relevant modes to improve user experience and reduce clutter in the command completion list.
  • Loading branch information
KarimAziev committed Jun 8, 2024
1 parent 888d4ad commit edb67a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#+TITLE: Changelog

* v1.6.2 2024-06-08

** Fixes:

- Resolved issue where the =igist= list sometimes returned an empty list after a long processing time by using =igist--request= instead of =ghub-request=. This also fixes another bug caused by the latest version of ghub (magit/ghub@2061136) where only the first page of gists was loaded, and subsequent pages were not fetched. (#7)

** Minor Changes:
- Excluded igist mode-specific commands from the completion list in non-relevant modes to improve user experience and reduce clutter in the command completion list.

* v1.6.1 2024-03-22

** Custom Variables:
Expand Down Expand Up @@ -65,7 +74,7 @@
* 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.
- Fixed an issue where =igist-edit-mode= and the related local variables were lost after changing major mode.

* v1.4.0 2023-08-17

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.6.1
;; Version: 1.6.2
;; 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 edb67a6

Please sign in to comment.