-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*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
1 parent
888d4ad
commit edb67a6
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|