UNPKG

7.78 kBMarkdownView Raw
1Version 1.5.0, December 12th, 2015
2=================================
3
4- Adds the ability to revert to a specific revision from the history page (@brad7928)
5- Adds support for directives (see PR #115) (@creynold)
6- Adds support for Table of Contents (@creynold and @brad7928)
7- Adds a new `emptyEmailMatches` configuration parameter (see README)
8- Added the /etc configuration directory (for useful configurations we may need)
9- Fixes #110 (@brad7928)
10- Fixes #109
11- Fixes #10
12
13- Merged #115, #113, #110
14
15Version 1.4.1, October 17th, 2015
16=================================
17
18- Fixes #68, CSS support for markdown tables
19- Removes deprecated `licenses` object in packages.json
20
21Version 1.4.0, October 11th, 2015
22=================================
23
24- Fixes a bug on header rendering (closes #93)
25- Removes iconv and uses the transliteration module (finally!)
26
27The version is coded 1.4.0 because removing iconv may create some regression of old installations.
28
29Version 1.3.1, October 4th, 2015
30=================================
31
32- Upgrades CodeMirror to 5.7
33- Uses _github flavoured markdown_ as the default CodeMirror mode (Closes #99)
34- Uses github username if the displayName is empty (Closes #95)
35
36Version 1.3.0, July 19th, 2015
37=================================
38
39- Fixes #80 – Crash when a title starts with /
40- Fixes #87 – Better management of slashes in titles (replaced by "+")
41- Adds the search form to the search pages, so that we could...
42- ...show the login option on mobile (removes the search field) because we...
43- ...added the search icon to the toolbox
44- Merges #88 and #89
45
46Version 1.2.12, June 28th, 2015
47=================================
48
49- Fixes #85 – Jingo crash on search
50- Fixes #45 – Jingo now works on mobile too
51
52Version 1.2.11, May 22th, 2015
53=================================
54
55- Merge PR #78 (Local authentication support, by @vschoettke)
56- Merge PR #75 (Gfm line breaks, by @apskim)
57- Deprecated the Alone authentication method
58
59Version 1.2.9, January 26th, 2015
60=================================
61
62- Fixes #64 (crash serving favicon)
63- Fixes #62 (missing titles on new and edit)
64- Fixes #60 (no sidebar on login page)
65
66Version 1.2.8, December 15th, 2014
67=================================
68
69- Fixes a bug on the pull git pull (Jon Richter, @almereyda)
70- Updates README (Jon Richter, @almereyda)
71- Re-enable the baseUrl config option (Jon Richter, @almereyda)
72- Upgrade some modules to a newest version
73
74Version 1.2.7, November 16th, 2014
75=================================
76
77- Merges #59 (add a validation for Github parameters)
78
79Version 1.2.6, November 4th, 2014
80=================================
81
82- Fixes #57 (removes the backdrop from modal)
83- Better accessibility for modal boxes
84- Better layout and typography for modal boxes
85
86Version 1.2.5, October 28st, 2014
87=================================
88
89- Fixes a z-index bug
90
91Version 1.2.4, October 28st, 2014
92=================================
93
94- Fixes #56 (unrecognized git version)
95
96Version 1.2.3, October 27st, 2014
97=================================
98
99- Fixes #55 (footer links not clickable)
100
101Version 1.2.2, October 21st, 2014
102=================================
103
104- Fixes #54 (broken customizations)
105- Adds the jingo version to the meta generator
106- Better README
107- Fixes a potential crash
108- Adds missing page titles (regression bug)
109
110Version 1.2.1, October 13, 2014
111=================================
112
113- Fixes #41 (inverted diff)
114
115Version 1.2.0, October 9, 2014
116=================================
117
118- Adds support for the GitHub logins
119- Adds support to be able to serve images and other assets from the repo
120
121Version 1.1.0, September 23, 2014
122=================================
123
124The markdown module we use (Marked) tries to overcome some "obscure" problems with the original Perl markdown parser by default. These produces some problems when rendering HTML embedded in a markdown document see also issue #48. By default we now want to use the original parser and not the modified one (pedantic: true).
125
126There is a new option to override this behaviour (application.pedanticMarkdown).
127
128Version 1.0.0, July 31, 2014
129=============================
130
131This version introduces a LOT of changes, but it is still compatible with the 0.6.1
132
133To upgrade, just run `npm install`. Please note that you will need `npm` version 1.3 or newer to install the dependencies or we will get the _Error: No compatible version found_ errors. To upgrade npm just run `npm update npm -g` (sudo may be required).
134
135- Upgraded to Bootstrap 3.2
136- Upgraded to Express 4
137- Upgraded to Codemirror 3.24
138- Code refactoring, now easier to maintain and to contribute
139- Added some shortcut on the session message ("edit again?")
140- New code tag renderer
141- Fixed an issue where the sidebar and footer were not rendered
142- Code refactoring using another level of abstraction (aka models)
143- More mobile friendly
144- New look for custom sidebar and footer
145- Provides a new `pages` configuration options
146- New YAML parser (js-yaml)
147- Upgraded markdown parser
148- It is now possible to specify a custom binary for git
149- The list of documents is now paginated (configurable amount of items)
150- Names of the components are now configurable
151- Don't show the avatar if there is no email
152- Better tests for the validity of the configuration options
153- Fixes #39
154- Fixes #37
155- Fixes #32
156- Fixes #27
157- Fixes #22
158
159Version 0.6.1, June 24th, 2014
160=============================
161
162- Due to an incompatibility with latest versions of Express 3.x (and Connect),
163 the Express version in package.json has been frozen
164- Removed some deprecation warnings
165- Fixed some problems on the welcome page
166
167Version 0.6.0, May 28th, 2014
168=============================
169
170- Uses the OAuth 2 authentication instead of the OpenID 2.0
171 (see also https://developers.google.com/accounts/docs/OpenID)
172 This will require to edit the config file and request Google for
173 a client id and client secret (see the README on how to do that)
174
175 The update requires to issue a `npm install`
176
177Version 0.5.2, May 26th, 2014
178=============================
179
180- Version bump for the npm package glitch
181
182Version 0.5.1, December 6th, 2013
183=============================
184
185- Use of icons (ionicons) instead of the ugly texts for buttons
186- Add the quick diff option on the list of pages
187- Fixes a bug on the compare button
188
189Version 0.5.0, December 4th, 2013
190=============================
191
192- Use of Codemirror (select it from the new config key `features`)
193- Adds the last commit comment on the document list
194
195Version 0.4.4, July 23th, 2013
196=============================
197
198- Better typography
199
200Version 0.4.3, July 10th, 2013
201=============================
202
203- Closes #19
204- Better line height for LI
205- Refines PR #20
206
207Version 0.4.2, June 29th, 2013
208=============================
209
210- Fixed a compatibility issue with node 0.10.12, see #17
211
212Version 0.4.1, June 25th, 2013
213=============================
214
215- Fixed a bug on the document list sort
216
217Version 0.4.0, June 11th, 2013
218=============================
219
220- The main content is now centered
221- Better typography
222- Added WideArea support
223- Added the ability to specify the branch within the remote
224
225Version 0.3.5, 0.3.6, June 5th, 2013
226=============================
227
228- Bug fixes
229
230Version 0.3.4, June 5th, 2013
231=============================
232
233- Support for search word highlight
234- Makes the "tools" drawer fixed positioned
235
236Version 0.3.3, June 4th, 2013
237Version 0.3.2, June 4th, 2013
238=============================
239
240- Adds the baseUrl configuration key
241- Fixes a bug on the renderer
242
243Version 0.3.1, May 26th, 2013
244=============================
245
246- Closes #11
247
248Version 0.3.0, May 24th, 2013
249=============================
250
251- Added the alone authorization option
252- Added the --local server option
253- Added ChangeLog
254- Removed yaml module, added yaml-js
255- Added connect-flash module