Skip to content

Releases: KarimAziev/igist

v1.2.1

07 Aug 08:39
v1.2.1
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

  • Fix incorrect keybinding for igist-table-menu in igist-list-mode-map.
  • Remap tabulated-list-widen-current-column and tabulated-list-narrow-current-column.
  • Update some documentation.

v1.2.0

06 Aug 14:28
v1.2.0
87e71a5
Compare
Choose a tag to compare

Release v1.2.0:

  • Speed up the listing of gists by using our own rendering engine.
  • Allow for expanding and collapsing of gist files.
  • Allow for more customization settings for rendering, sorting, and formatting.
  • Add commands to read gists using Ivy.

v1.1.0

21 Apr 10:41
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

  • Allow sorting gists by modification date.
  • Add variable watcher for tabulated-list-format to rerender gists, so tabulated-list-narrow-current-column and tabulated-list-widen-current-column correctly recalculate indent for files column.
  • Use igist-message instead of message, which uses custom variable igist-message-function.
  • Update package requirements.

v1.0.0

09 Jan 11:36
Compare
Choose a tag to compare

What's Changed

  • Add commands for starring gists: igist-star-gist,
    igist-unstar-gist and igist-list-starred
  • Add custom variable igist-enable-copy-gist-url to control whether
    to copy gists URL after creating or editing
  • Update layout and keys for transient. Transient commands are now
    bound to single keys.
  • Change keybinding for igist-browse-gist from b to r
  • Remove separate variable for another user name as it can be accessed
    from igist-list-other-user-gists history
  • Setup temporarly buffer-file-name for gists in edit buffers.
  • Allow major mode hooks in edit mode.
  • Run before-save-hook before posting gists
  • Speedup igist-explore-public-gists
  • Fix removing comments
  • Fix running igist-before-save-hook

Full Changelog: v0.9.1...v1.0.0