-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
83 lines (62 loc) · 1.93 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
2019-04-28 Sliim
* 1.3.7
- Fix UTF-8 coding system
2019-03-26 Sliim
* 1.3.6
- Github JSON response parsing improvement
- Display message when API error
2018-07-18 @gloutsch
* 1.3.5
- Fix initial autoload
2018-07-14 Sliim <[email protected]>
* 1.3.4
- Missed ChangeLog for 1.3.3...
2018-07-14 @gloutsch
* 1.3.3
- Autoload helm-github-stars-fetch function
- Fixed CI
2015-06-26 xuchunyang <[email protected]>
* 1.3.2
- Add some customizations
- Handle multiple selections
2015-05-11 xuchunyang <[email protected]>
* 1.3.1
- Clone repository asynchronously
2015-05-06 xuchunyang <[email protected]>
* 1.3.0
- Possibility to enable automatic cache update
- Add Unstar/Delete helm actions
- Add Clone action
2015-04-08 xuchunyang <[email protected]>
* 1.2.1
- Improved repos description alignement
2015-04-02 xuchunyang <[email protected]>
* 1.2.0
- Now requires Emacs 24.4
- Provides possibility to use a github token with `helm-github-stars-token`
- Support for private repository
- Added option `helm-github-stars-name-length` for description alignement
2015-03-16 Sliim <[email protected]>
* 1.1.2
- Remove s.el dependency
- Improve UTF-8 encoding support (thx @xuchunyang)
- Updates for Helm 1.6.8
- Add helm-github-stars group
- Minor improvements..
2013-11-23 Sliim <[email protected]>
* 1.1.1: Added repository's description
- Change cache file format (printed hash-table)
- Add description in helm interface
2013-11-09 Sliim <[email protected]>
* 1.1.0: Added helm sources:
- User's repositories source
- Github search source
2013-11-07 Sliim <[email protected]>
* 1.0.2: Recursive fetch.
Implement hgs/generate-cache-file function to fetch
all page on github API.
2013-11-06 Sliim <[email protected]>
* 1.0.1: Implemented cache system.
2013-11-03 Sliim <[email protected]>
* 1.0.0: Initial release
Implemented functions to fetch and parse github's stars.