1
- WARNING: Things have changed considerably since version 0.5.1. Keep reading if you're unsure how this affects you.
2
-
3
1
gist.el -- Emacs integration for gist.github.com
4
2
================================================
5
3
6
4
Uses your local GitHub config if it can find it.
7
5
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.
9
10
10
11
Next run:
11
12
@@ -17,7 +18,36 @@ git config --global github.oauth-token <your-personal-access-token-with-gist-sco
17
18
News
18
19
====
19
20
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
+
20
49
What's new in 1.0 ?
50
+ -------------------
21
51
22
52
* gist.el now maintains a local cache so as to not go to the gist server every now and then.
23
53
* multi-files gist support (indicated by a '+' in the gist list)
0 commit comments