Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma committed Jun 5, 2017
1 parent 690222c commit a03f142
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
36 changes: 33 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
WARNING: Things have changed considerably since version 0.5.1. Keep reading if you're unsure how this affects you.

gist.el -- Emacs integration for gist.github.com
================================================

Uses your local GitHub config if it can find it.

Go to your [GitHub Settings](https://github.com/settings/tokens) and generate a personal access token with `gist` scope
Go to your [GitHub Settings](https://github.com/settings/tokens) and generate
a personal access token with at least `gist` scope. If you indent to use more
of the underlying `gh.el` library, it's recommended you also add the `user` and
`repo` scopes.

Next run:

Expand All @@ -17,7 +18,36 @@ git config --global github.oauth-token <your-personal-access-token-with-gist-sco
News
====

What's new in 1.4.0 ?
---------------------

* support #tags in gist description
* support limiting display by tags, visibility

What's new in 1.3.0 ?
---------------------

* support listing another user's gists
* more keybindings for (un)starring, forking gists
* optionally ask for description at gist creation time

What's new in 1.2.0 ?
---------------------

* make gist list appearance customizable
* more robust mode detection
* add ability to open gist without changing focus
* add ability to open current gist in browser

What's new in 1.1.0 ?
---------------------

* support for multiple profiles (e.g. github.com and Github Enterprise instance)
* remove calls to deprecated gh.el APIs
* support for background-reloading of gist list

What's new in 1.0 ?
-------------------

* gist.el now maintains a local cache so as to not go to the gist server every now and then.
* multi-files gist support (indicated by a '+' in the gist list)
Expand Down
4 changes: 2 additions & 2 deletions gist.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
;; Phil Hagelberg
;; Dan McKinley
;; Marcelo Muñoz Araya <ma.munoz.araya@gmail.com>
;; Version: 1.3.2
;; Package-Requires: ((emacs "24.1") (gh "0.9.2"))
;; Version: 1.4.0
;; Package-Requires: ((emacs "24.1") (gh "0.10.0"))
;; Keywords: tools
;; Homepage: https://github.com/defunkt/gist.el

Expand Down

0 comments on commit a03f142

Please # to comment.