Skip to content

Commit

Permalink
Preparing 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioc committed Oct 9, 2014
1 parent e53edb2 commit 550f1bf
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
12 changes: 11 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@

Main developer
==============

Claudio Cicali <[email protected]>
http://ccl.me
http://ccl.me

Noteworthy contributors
=======================

David McFadzean (static assets management)
https://github.com/macterra
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@

Version 1.2.0, October 9, 2014
=================================

- Adds support for the GitHub logins
- Adds support to be able to serve images and other assets from the repo

Version 1.1.0, September 23, 2014
=================================

The 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).

There is a new option to override this behaviour (application.pedanticMarkdown).

Version 1.0.0, July 31, 2014
=============================

Expand Down
2 changes: 1 addition & 1 deletion jingo
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var program = require('commander'),

global.Git = require('./lib/gitmech');

program.version('1.1.0')
program.version('1.2.0')
.option('-c, --config <path>', 'Specify the config file')
.option('-#, --hash-string <string>', 'Create an hash for a string')
.option('-l, --local', 'Listen on localhost only')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jingo",
"version": "1.1.0",
"version": "1.2.0",
"description": "A nodejs based wiki engine (sort of Gollum port)",
"author": "Claudio Cicali <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 550f1bf

Please sign in to comment.