Jingo Versions Save

Node.js based Wiki

v1.5.2

8 years ago

v1.5.0

8 years ago
  • Adds the ability to revert to a specific revision from the history page (@brad7928)
  • Adds support for directives (see PR #115) (@creynold)
  • Adds support for Table of Contents (@creynold and @brad7928)
  • Adds a new emptyEmailMatches configuration parameter (see README)
  • Added the /etc configuration directory (for useful configurations we may need)
  • Fixes #110 (@brad7928)
  • Fixes #109
  • Fixes #10

Merged #115, #113, #110

v1.4.1

8 years ago
  • Fixes #68, CSS support for markdown tables
  • Removes deprecated licenses object in packages.json

If you have Jingo installed already, please run npm prune to remove stale modules (included the infamous iconv).

v1.4.0

8 years ago
  • Fixes a bug on header rendering (closes #93)
  • Removes iconv and uses the transliteration module (finally!)

The version is coded 1.4.0 because removing iconv may create some regression in old installations.

v1.3.1

8 years ago
  • Upgrades CodeMirror to 5.7
  • Uses github flavoured markdown as the default CodeMirror mode (Closes #99)
  • Uses github username if the displayName is empty (Closes #95)

v1.3.0

8 years ago
  • Fixes #80 – Crash when a title starts with /
  • Fixes #87 – Better management of slashes in titles (replaced by "+")
  • Adds the search form to the search pages, so that we could...
  • ...show the login option on mobile (removes the search field) because we...
  • ...added the search icon to the toolbox
  • Merges #88 and #89

v1.2.12

8 years ago
  • Fixes #85 – Jingo crash on search
  • Fixes #45 – Jingo editing now works on mobile too

v1.2.11

8 years ago

Version 1.2.11, May 22th, 2015

  • Merge PR #78 (Local authentication support, by @vschoettke)
  • Merge PR #75 (Gfm line breaks, by @apskim)
  • Deprecated the Alone authentication method

v1.2.10

9 years ago

v1.2.9

9 years ago
  • Fixes #64 (crash serving favicon)
  • Fixes #62 (missing titles on new and edit)
  • Fixes #60 (no sidebar on login page)