Skip to content

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
New commands:

  - `igist-post-files` Post multiple files. In Dired it creates a gist
    from marked files.
  - `igist-print-languages-chart` Print a chart with language
    occurrences.
  - `igist-swap-current-column` Swap current column with the next one.
  - `igist-swap-current-column-backward` Swap current column with the
    previous one.
  - `igist-list-remove-column` Remove column.

Fixes:

  - Fix column resizing for Emacs versions prior to 29.

Misc:

  - In tabulated views, bind `G` to the revert command.
  - Add Cask and Makefile for building and testing the package.
  • Loading branch information
KarimAziev committed Aug 17, 2023
1 parent 1a249da commit 14ce33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#+TITLE: Changelog

* v1.4.0 UNRELEASED
* v1.4.0 2023-08-17

** New commands:
- =igist-post-files= Post multiple files. In Dired it creates a gist from marked files.
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.3.0
;; Version: 1.4.0
;; 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 14ce33a

Please sign in to comment.