forked from nesquena/gitdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
51 lines (30 loc) · 1.17 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
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