-
Notifications
You must be signed in to change notification settings - Fork 48
/
CHANGELOG
167 lines (110 loc) · 5.14 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
0.6.3
* fix gem dependencies to preserve Ruby v2.0.0 compatibility (@acant)
* add --host flag for setting the address for the web interface (@acant)
* fix unexpected exit when changing settings through web UI (@acant)
0.6.2 (July 5th 2016)
* add dependencies on tilt and celluloid-io to ensure correct install (@acant)
0.6.1 (June 11th 2016)
* fix stop command from hanging the daemon instead of stopping (@acant)
0.6.0 (June 10th 2016)
* convert notification to use the Notiffany gem (@acant)
* upgrade rugged gem (@acant)
* fix missing dependency for the 'gitdocs open' command (@acant)
* convert to use Celluloid and the listen gem, and remove the old guard and
event-machine dependencies (@acant)
0.6.0.pre1
* upgrade gems redcarpet, poltergeist (@acant)
* add 'rake debug' task for development and debugging (@acant)
* add a --verbose flag for starting gitdocs with more logging (@acant)
* change the -D flag to --foreground for running gitdocs in the foreground (acant)
0.5.0 (May 2nd 2015)
* upgrade gems activerecord, minitest, haml-lint, redcarpet (@acant)
* convert web interface to use Sinatra instead of renee (@acant)
* add rake task to run the web interface standalone using the shotgun gem (@acant)
* add fenced code (and syntax highlighting) into Markdown parsing (@acant)
0.5.0.pre7 (August 3rd 2014)
* UI improvements to repo browser (@acant)
* upgrade dependencies (@acant)
* add integration testing for repo browser (@acant)
* include hidden files in directory listing (@acant)
* refactor the server, cleanup file manipulation (@acant)
* add fetch only syncing for repositories (@acant)
* add sync status for reach repository in the CLI status (@acant)
* fix display of hidden files in the web UI (@acant)
0.5.0.pre6 (May 24th 2014)
* Remove the load_browser_on_startup config option (@acant)
* Stop the addition of extra conflict markers (@acant)
* Separate the commit and push methods in repository (@acant)
0.5.0.pre5 (May 14th 2014)
* Cleanup behavior on empty commits
* Improve pre-commit working directory change
* More rugged / grit conversions
* Update remote check to rugged
* Re-write empty directory tagging to use Find
0.5.0.pre4 (April 15th 2014)
* Fix a performance bug related to using Rugged for the "push" (@acant)
0.5.0.pre3 (3/30/2014)
* Eliminate sleep from sync integration test (@acant)
* More rugged git conversion this time for the "push"
0.5.0.pre2 (3/9/2014)
* Convert to use rugged and Grit (@acant)
* Removed automatically opening the UI on start (@aqtrans)
0.5.0.pre1 (11/25/2013)
* Upgrade thin gem to v1.5.1 (@acant)
* Add TravisCI configuration (@acant)
* Rescue StandardError and better error notifications to fix crashes (@acant)
* Reduce unexpected exists caused by repository and file system errors
* Add notification of unexpected daemon exist
* Add 'open' command to CLI for opening web app (@acant)
* Drop support for Ruby 1.8 (@acant)
* Code style updates (@acant)
* Display file system watch method in status (@acant)
0.4.15 (8/29/2012)
* Adds a 'new directory' function to front-end [thanks Kale Worsley]
* Change 'New file' function to actually create a blank file [thanks Kale Worsley]
* Fixes styling for ordered lists in preview
0.4.14 (1/14/2012)
* Change file modes into tab style [thanks Kale Worsley]
* Add ability to revert a file to a previous revision [thanks Kale Worsley]
* Add optional git commit message field to edit form [thanks Kale Worsley]
0.4.13 (1/11/2012)
* Redirect to first share if there's only one
* Render inline README for a directory
* Front-end now lists folder sizes in directory listing [Thanks evan tatarka]
0.4.12 (1/05/2012)
* Fixes incorrect padding style on rendered code blocks (thanks chris kempson)
* Fixes encoding issues in markdown files
* Tag documents as utf-8 in meta for web frontend (thanks chris kempson)
0.4.11 (1/04/2012)
* Add line-height to code blocks in file displays
* Fixes various browser inconsistencies (thanks evan tatarka)
0.4.10 (12/30/2011)
* View revision history on the web front-end!
0.4.9 (12/30/2011)
* Adds configuration for web port in settings
* Adds support for 'add' and 'remove' shares in settings
0.4.8 (12/29/2011)
* Only encode to utf-8 on ruby 1.9.x
* Fixes so that settings form on the web front-end saves
* Cleanup the front-end directory listing significantly
* More robust EM reactor loop handling
0.4.7 (12/15/2011)
* Re-throw exceptions from reactor loop
* Socket testing moved to defer block
0.4.5, 0.4.6 (12/14/2011)
* Enables logs in ~/.gitdocs/log for easier debugging
* Fix issue with default sort order on web interface
* Fixes major mime type detection issues
* Fixes rendering issues
0.4.4 (12/14/2011)
* Lock to eventmachine 1.0
* Use mime-types over file for better platform support
* Remove signal handling and just leverage EM start/stop
* Adds table sorting and file+folder icons in web front-end
0.4.3 (12/13/2011)
* Javascript fixes for front-end
0.4.2 (12/13/2011)
* Fixes search on blank results case
0.4.1 (12/13/2011)
* Adds a basic search to web front-end
* Beginning of the work towards cross-platform notifications