Releases: KarimAziev/igist
Releases · KarimAziev/igist
v1.2.1
Full Changelog: v1.2.0...v1.2.1
- Fix incorrect keybinding for
igist-table-menu
inigist-list-mode-map
. - Remap
tabulated-list-widen-current-column
andtabulated-list-narrow-current-column
. - Update some documentation.
v1.2.0
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
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
What's Changed
- Add commands for starring gists:
igist-star-gist
,
igist-unstar-gist
andigist-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
fromb
tor
- Remove separate variable for another user name as it can be accessed
fromigist-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