Skip to content

Commit

Permalink
Release v2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
weakish committed Apr 20, 2016
1 parent 2d0b663 commit d77358a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
gister changes
==============

v2.1.2 (future)
v2.1.2 (2016-04-20)
----------------

- sync: Compare update time to skip already up to date repos.
- Use `gsed` and `gdate` on Mac OS X. Fix #14.

v2.1.1 (2013-11-9)
v2.1.1 (2013-11-09)
------------------

- mark deleted gists
- add rakefile
- fix a typo in manual


v2.1.0 (2013-11-4)
v2.1.0 (2013-11-04)
------------------

- seperate `fetchlist()` from `fetchall()`
Expand All @@ -26,12 +26,12 @@ v2.1.0 (2013-11-4)
- add manual
- add tests

v2.0.3-alpha (2013-11-3)
v2.0.3-alpha (2013-11-03)
------------------------

Fix a bug that causes `gister` to fail if `gist.home` unset. Thanks to wenLiangcan.

v2.0.2 (2013-11-1)
v2.0.2 (2013-11-01)
------------------

Yet another hotfix version.
Expand Down Expand Up @@ -70,7 +70,7 @@ v0.3.0 (2012-05-04)

- Change backend back to gist.rb, since pygist stops to work due to api change.

- `fetch_list()` fetches public gists only.
- `fetch_list()` fetches public gists only.
(I myself only creates public gists. So I'm too lazy to deal with
new oauth api. Patches are welcomed.)

Expand Down
6 changes: 3 additions & 3 deletions man/gister.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%GISTER(1) gister 2.0.2 | Gister Manual
%GISTER(1) gister 2.1.2 | Gister Manual

NAME
-----
Expand Down Expand Up @@ -28,7 +28,7 @@ After publishing files to gist.github.com, this tool will:

- automatically clone the gist repository to local
- index the content of your gist for code search
- fetch meta info (e.g. description, url) of the gist from GitHub and add them to `gists.list`
- fetch meta info (e.g. description, url) of the gist from GitHub and add them to `gists.list`.

You can also use `gisetr` to sync your gists between gist.github.com and your machine.

Expand Down Expand Up @@ -96,7 +96,7 @@ STORAGE


/path/to/your/gists
|-- gists.list # a list of all your gists (including meta info)
|-- gists.list # a list of all your gists (including meta info)
|-- repo # git repositories of your gists
|-- tree # working directory of your gist repositories
|-- 123456 # an example of gist
Expand Down

0 comments on commit d77358a

Please sign in to comment.