UNPKG

10.5 kBMarkdownView Raw
1Version 1.8.3, May 28th, 2017
2==================================
3
4- Updates to LDAP authentication (#212 by @ScreamingHawk)
5
6Version 1.8.2, May 20th, 2017
7==================================
8
9- Closes #152 (You can now disable Gravatar)
10- Closes #129 (Adds logo support)
11- Fixes #216 ()
12- Always uses local jQuery and not Google's
13- Adds favicon support
14
15Version 1.8.1, May 17th, 2017
16==================================
17
18This is just a small fix release
19- Fix #211 (pug migration regression bug)
20- Merge #209 (pug migration regression bug)
21- Adds @ScreamingHawk to contributors
22
23Version 1.8.0, March 11th, 2017
24==================================
25
26- Upgrade from Jade to Pug 2 (needed for copyright reasons)
27- Removes support for Markitup
28- Upgrade to jQuery 2.x
29- Upgrades of various npm modules
30- Removes the need of installing mocha globally (for testing)
31- Removes obsolete script directory
32
33Version 1.7.3, January 8th, 2017
34==================================
35
36- Small set of fixed: merges #189, #190 and #191
37
38Version 1.7.2, December 4th, 2016
39==================================
40
41- Closes #183 (accessible document list)
42- Closes #182 (case insensitive test on SHA-1 passwords)
43- Reads Jingo version from packages.json (no manual edit for version bump)
44
45Version 1.7.1, November 5th, 2016
46==================================
47
48- Merges #179
49- Refines README
50- Adopts Standardjs as the formatting standard for the project
51
52Version 1.7.0, September 18th, 2016
53==================================
54
55- Fixes #164 (ProxyPath not used on /login)
56- Adds LDAP authentication support (@everpcpc). Requires manual installation of `passport-ldapauth`
57
58Version 1.6.1, January 27th, 2016
59==================================
60
61- Fixes #132 (crash on empty repos)
62- Renames an img so to not have problems with AdBlock
63
64Version 1.6.0, December 28th, 2015
65==================================
66
67- Ability to work behind a proxy directory #124 (@creynold, @claudioc)
68- Enables CORS for /wiki pages (poor man read only API to pages) (@kaiserfro, @claudioc)
69- Started the Github wiki with some "recipes" for common tasks and configurations
70- Better documentation for the configuration options
71- Adds a linter configuration (eslint) and fixes a lot of style issues
72- Adds the CONTRIBUTING file
73- Adds more tests
74- Fixes a TOC bug (@creynold)
75- Fixes #118
76- Fixes a crash on a certain git configuration
77
78Requires `npm install`
79
80Version 1.5.3, December 14th, 2015
81=================================
82
83- Adds the `redirectURL` to the configuration (#121)
84
85Version 1.5.2, December 14th, 2015
86=================================
87
88- Fixes an authentication bug on 1.5.1 (#120)
89
90Version 1.5.1, December 12th, 2015
91=================================
92
93DO NOT USE THIS VERSION
94
95Version 1.5.0, December 12th, 2015
96=================================
97
98- Adds the ability to revert to a specific revision from the history page (@brad7928)
99- Adds support for directives (see PR #115) (@creynold)
100- Adds support for Table of Contents (@creynold and @brad7928)
101- Adds a new `emptyEmailMatches` configuration parameter (see README)
102- Added the /etc configuration directory (for useful configurations we may need)
103- Fixes #110 (@brad7928)
104- Fixes #109
105- Fixes #10
106
107- Merged #115, #113, #110
108
109Version 1.4.1, October 17th, 2015
110=================================
111
112- Fixes #68, CSS support for markdown tables
113- Removes deprecated `licenses` object in packages.json
114
115Version 1.4.0, October 11th, 2015
116=================================
117
118- Fixes a bug on header rendering (closes #93)
119- Removes iconv and uses the transliteration module (finally!)
120
121The version is coded 1.4.0 because removing iconv may create some regression of old installations.
122
123Version 1.3.1, October 4th, 2015
124=================================
125
126- Upgrades CodeMirror to 5.7
127- Uses _github flavoured markdown_ as the default CodeMirror mode (Closes #99)
128- Uses github username if the displayName is empty (Closes #95)
129
130Version 1.3.0, July 19th, 2015
131=================================
132
133- Fixes #80 – Crash when a title starts with /
134- Fixes #87 – Better management of slashes in titles (replaced by "+")
135- Adds the search form to the search pages, so that we could...
136- ...show the login option on mobile (removes the search field) because we...
137- ...added the search icon to the toolbox
138- Merges #88 and #89
139
140Version 1.2.12, June 28th, 2015
141=================================
142
143- Fixes #85 – Jingo crash on search
144- Fixes #45 – Jingo now works on mobile too
145
146Version 1.2.11, May 22th, 2015
147=================================
148
149- Merge PR #78 (Local authentication support, by @vschoettke)
150- Merge PR #75 (Gfm line breaks, by @apskim)
151- Deprecated the Alone authentication method
152
153Version 1.2.9, January 26th, 2015
154=================================
155
156- Fixes #64 (crash serving favicon)
157- Fixes #62 (missing titles on new and edit)
158- Fixes #60 (no sidebar on login page)
159
160Version 1.2.8, December 15th, 2014
161=================================
162
163- Fixes a bug on the pull git pull (Jon Richter, @almereyda)
164- Updates README (Jon Richter, @almereyda)
165- Re-enable the baseUrl config option (Jon Richter, @almereyda)
166- Upgrade some modules to a newest version
167
168Version 1.2.7, November 16th, 2014
169=================================
170
171- Merges #59 (add a validation for Github parameters)
172
173Version 1.2.6, November 4th, 2014
174=================================
175
176- Fixes #57 (removes the backdrop from modal)
177- Better accessibility for modal boxes
178- Better layout and typography for modal boxes
179
180Version 1.2.5, October 28st, 2014
181=================================
182
183- Fixes a z-index bug
184
185Version 1.2.4, October 28st, 2014
186=================================
187
188- Fixes #56 (unrecognized git version)
189
190Version 1.2.3, October 27st, 2014
191=================================
192
193- Fixes #55 (footer links not clickable)
194
195Version 1.2.2, October 21st, 2014
196=================================
197
198- Fixes #54 (broken customizations)
199- Adds the jingo version to the meta generator
200- Better README
201- Fixes a potential crash
202- Adds missing page titles (regression bug)
203
204Version 1.2.1, October 13, 2014
205=================================
206
207- Fixes #41 (inverted diff)
208
209Version 1.2.0, October 9, 2014
210=================================
211
212- Adds support for the GitHub logins
213- Adds support to be able to serve images and other assets from the repo
214
215Version 1.1.0, September 23, 2014
216=================================
217
218The 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).
219
220There is a new option to override this behaviour (application.pedanticMarkdown).
221
222Version 1.0.0, July 31, 2014
223=============================
224
225This version introduces a LOT of changes, but it is still compatible with the 0.6.1
226
227To 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).
228
229- Upgraded to Bootstrap 3.2
230- Upgraded to Express 4
231- Upgraded to Codemirror 3.24
232- Code refactoring, now easier to maintain and to contribute
233- Added some shortcut on the session message ("edit again?")
234- New code tag renderer
235- Fixed an issue where the sidebar and footer were not rendered
236- Code refactoring using another level of abstraction (aka models)
237- More mobile friendly
238- New look for custom sidebar and footer
239- Provides a new `pages` configuration options
240- New YAML parser (js-yaml)
241- Upgraded markdown parser
242- It is now possible to specify a custom binary for git
243- The list of documents is now paginated (configurable amount of items)
244- Names of the components are now configurable
245- Don't show the avatar if there is no email
246- Better tests for the validity of the configuration options
247- Fixes #39
248- Fixes #37
249- Fixes #32
250- Fixes #27
251- Fixes #22
252
253Version 0.6.1, June 24th, 2014
254=============================
255
256- Due to an incompatibility with latest versions of Express 3.x (and Connect),
257 the Express version in package.json has been frozen
258- Removed some deprecation warnings
259- Fixed some problems on the welcome page
260
261Version 0.6.0, May 28th, 2014
262=============================
263
264- Uses the OAuth 2 authentication instead of the OpenID 2.0
265 (see also https://developers.google.com/accounts/docs/OpenID)
266 This will require to edit the config file and request Google for
267 a client id and client secret (see the README on how to do that)
268
269 The update requires to issue a `npm install`
270
271Version 0.5.2, May 26th, 2014
272=============================
273
274- Version bump for the npm package glitch
275
276Version 0.5.1, December 6th, 2013
277=============================
278
279- Use of icons (ionicons) instead of the ugly texts for buttons
280- Add the quick diff option on the list of pages
281- Fixes a bug on the compare button
282
283Version 0.5.0, December 4th, 2013
284=============================
285
286- Use of Codemirror (select it from the new config key `features`)
287- Adds the last commit comment on the document list
288
289Version 0.4.4, July 23th, 2013
290=============================
291
292- Better typography
293
294Version 0.4.3, July 10th, 2013
295=============================
296
297- Closes #19
298- Better line height for LI
299- Refines PR #20
300
301Version 0.4.2, June 29th, 2013
302=============================
303
304- Fixed a compatibility issue with node 0.10.12, see #17
305
306Version 0.4.1, June 25th, 2013
307=============================
308
309- Fixed a bug on the document list sort
310
311Version 0.4.0, June 11th, 2013
312=============================
313
314- The main content is now centered
315- Better typography
316- Added WideArea support
317- Added the ability to specify the branch within the remote
318
319Version 0.3.5, 0.3.6, June 5th, 2013
320=============================
321
322- Bug fixes
323
324Version 0.3.4, June 5th, 2013
325=============================
326
327- Support for search word highlight
328- Makes the "tools" drawer fixed positioned
329
330Version 0.3.3, June 4th, 2013
331Version 0.3.2, June 4th, 2013
332=============================
333
334- Adds the baseUrl configuration key
335- Fixes a bug on the renderer
336
337Version 0.3.1, May 26th, 2013
338=============================
339
340- Closes #11
341
342Version 0.3.0, May 24th, 2013
343=============================
344
345- Added the alone authorization option
346- Added the --local server option
347- Added ChangeLog
348- Removed yaml module, added yaml-js
349- Added connect-flash module