Skip to content

Commit a03f142

Browse files
committed
release 1.4.0
1 parent 690222c commit a03f142

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

README.md

+33-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
WARNING: Things have changed considerably since version 0.5.1. Keep reading if you're unsure how this affects you.
2-
31
gist.el -- Emacs integration for gist.github.com
42
================================================
53

64
Uses your local GitHub config if it can find it.
75

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

1011
Next run:
1112

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

21+
What's new in 1.4.0 ?
22+
---------------------
23+
24+
* support #tags in gist description
25+
* support limiting display by tags, visibility
26+
27+
What's new in 1.3.0 ?
28+
---------------------
29+
30+
* support listing another user's gists
31+
* more keybindings for (un)starring, forking gists
32+
* optionally ask for description at gist creation time
33+
34+
What's new in 1.2.0 ?
35+
---------------------
36+
37+
* make gist list appearance customizable
38+
* more robust mode detection
39+
* add ability to open gist without changing focus
40+
* add ability to open current gist in browser
41+
42+
What's new in 1.1.0 ?
43+
---------------------
44+
45+
* support for multiple profiles (e.g. github.com and Github Enterprise instance)
46+
* remove calls to deprecated gh.el APIs
47+
* support for background-reloading of gist list
48+
2049
What's new in 1.0 ?
50+
-------------------
2151

2252
* gist.el now maintains a local cache so as to not go to the gist server every now and then.
2353
* multi-files gist support (indicated by a '+' in the gist list)

gist.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
;; Phil Hagelberg
99
;; Dan McKinley
1010
;; Marcelo Muñoz Araya <[email protected]>
11-
;; Version: 1.3.2
12-
;; Package-Requires: ((emacs "24.1") (gh "0.9.2"))
11+
;; Version: 1.4.0
12+
;; Package-Requires: ((emacs "24.1") (gh "0.10.0"))
1313
;; Keywords: tools
1414
;; Homepage: https://github.com/defunkt/gist.el
1515

0 commit comments

Comments
 (0)