Skip to content

Commit badbc13

Browse files
committed
docs: Update changelog and version for v1.8.0 release
1 parent dc71b80 commit badbc13

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.org

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
#+TITLE: Changelog
22

3+
* v1.8.0 2025-10-23
4+
5+
** Changes:
6+
Updated Emacs version support to 29.1 and above. Because =igist= depends on =ghub=, which dropped support for older versions, =igist= also drops support for older Emacs versions.
7+
8+
** Improvements:
9+
Honor current-prefix-arg in =igist-change-user= and =igist-set-current-user=: when a prefix argument is given, always present a completing-read populated from auth-source, allowing the user to choose from saved GitHub accounts.
10+
11+
** Fixes:
12+
Corrected the logic that retrieves the default directory when cloning gists.
13+
14+
315
* v1.7.0 2025-03-13
416
** New commands:
517
- Added a new command, =igist-copy-gist-raw-url=, which copies the raw URL of a gist to the clipboard. It works in both tabulated views and in edit mode. The command is also available in the transient menu and is bound to "W".

igist.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Karim Aziiev <[email protected]>
66
;; URL: https://github.com/KarimAziev/igist
7-
;; Version: 1.7.0
7+
;; Version: 1.8.0
88
;; Keywords: tools
99
;; Package-Requires: ((emacs "29.1") (ghub "4.2.2") (transient "0.8.5"))
1010
;; SPDX-License-Identifier: GPL-3.0-or-later

0 commit comments

Comments
 (0)