1- WARNING: Things have changed considerably since version 0.5.1. Keep reading if you're unsure how this affects you.
2-
31gist.el -- Emacs integration for gist.github.com
42================================================
53
64Uses 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
1011Next run:
1112
@@ -17,7 +18,36 @@ git config --global github.oauth-token <your-personal-access-token-with-gist-sco
1718News
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+
2049What'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)
0 commit comments