-
Notifications
You must be signed in to change notification settings - Fork 8
/
History.txt
106 lines (67 loc) · 1.87 KB
/
History.txt
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
== 0.3.7 2011-06-25
* 1 bug fix
* Deprecated Launchy method call fixed (https://github.com/manalang/bdoc/issues/8#issuecomment-1646800)
== 0.3.6 2011-03-15
* 1 bug fix
* file:// scheme fix from nashby (thx!)
== 0.3.5 2011-03-14
* 1 bug fix
* windows fix from nashby (thx!)
== 0.3.4 2011-03-14
* 1 bug fix
* Use RUBY_VERSION instead of VERSION. VERSION doesn't work in windows
== 0.3.3 2011-03-14
* 1 bug fix
* explicitely set encoding
== 0.3.2 2011-03-14
* 1 bug fix
* make sure viewport is sized properly
== 0.3.1 2011-03-14
* 1 minor enhancement
* Updated README
== 0.3.0 2011-03-13
* 3 new features
* Filter local gems using a filter box
* New CSS styling
* Changed output to bdoc.html and inlined jquery
== 0.2.2 2009-06-08
* 1 new feature from csexton -- Thanks!
* Ability to specify an output directory
== 0.2.1 2009-04-06
* 2 bug fixes from vesan
* Fix CSS to prevent gem list from blowing up in Safari 4 Beta
* HTML escape gem descriptions
== 0.1.9 2009-04-02
* 1 bug fix
* more path issues... yet again.
== 0.1.8 2009-03-30
* 1 bug fix
* more path issues... wasn't copying bdoc.css
== 0.1.7 2009-03-30
* 1 bug fix
* don't display versions without rdocs
== 0.1.6 2009-03-30
* 1 bug fix
* layout issues
== 0.1.5 2009-03-30
* 1 bug fix
* file path issues with templates
== 0.1.4 2009-03-30
* 3 minor enhancements
* now scans all of the gems installed on your machine not just the
default gem path
* also shows gems without rdocs
* set window title to selected rdoc
== 0.1.3 2009-03-30
* 2 bug fixes:
* require json/pure instead of native json parser
* changed require statement in bin file
== 0.1.2 2009-03-30
* 1 bug fix:
* have to user absolute path when writing out index.html
== 0.1.1 2009-03-29
* 1 bux fix:
* forgot to include a stylesheet
== 0.1.0 2009-03-29
* 1 major enhancement:
* Initial release