Skip to content

Commit

Permalink
Release version 1.6.1
Browse files Browse the repository at this point in the history
**Custom Variables**:

 - Added a new option, "Auto," to the `igist-ask-for-description` customization, allowing for the automatic generation of descriptions when creating or updating gists.
 - The unused custom variable `igist-debug-enabled-p` has been renamed to `igist-debug`. Conditional debug logging has also been added to some functions.

**Fixes**:

 - Refetch the gist buffer if it has not been modified.
 - Corrected the setting of the major mode in new Gist buffers.
 - Ensure list buffer respects non-nil background argument during loading.
  • Loading branch information
KarimAziev committed Mar 22, 2024
1 parent 6f49af0 commit 051a580
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
#+TITLE: Changelog

* v1.6.1 2024-03-22

** Custom Variables:

- Added a new option, "Auto," to the =igist-ask-for-description= customization, allowing for the automatic generation of descriptions when creating or updating gists.
- The unused custom variable =igist-debug-enabled-p= has been renamed to =igist-debug=. Conditional debug logging has also been added to some functions.

** Fixes:

- Refetch the gist buffer if it has not been modified.
- Corrected the setting of the major mode in new Gist buffers.
- Ensure list buffer respects non-nil background argument during loading.

* v1.6.0 2024-03-12

** 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 <karim.aziiev@gmail.com>
;; URL: https://github.com/KarimAziev/igist
;; Version: 1.6.0
;; Version: 1.6.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 051a580

Please sign in to comment.