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