Skip to content

Releases: claudioc/jingo

Bug fixes

14 Dec 18:45
Compare
Choose a tag to compare
v1.5.2

Fixes #120

Version 1.5.0

13 Dec 12:34
Compare
Choose a tag to compare
  • 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

Version 1.4.1, October 17th, 2015

17 Oct 09:30
Compare
Choose a tag to compare
  • 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).

Version 1.4.0, October 11th, 2015

11 Oct 19:00
Compare
Choose a tag to compare
  • 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.

Version 1.3.1, October 4th, 2015

04 Oct 11:33
Compare
Choose a tag to compare
  • 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)

Version 1.3.0, July 19th, 2015

19 Jul 12:13
Compare
Choose a tag to compare
  • 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

1.2.12 – Now with mobile edit support

28 Jun 11:00
Compare
Choose a tag to compare
  • Fixes #85 – Jingo crash on search
  • Fixes #45 – Jingo editing now works on mobile too

v1.2.11

22 May 17:20
Compare
Choose a tag to compare

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

Version bump (relevant is 1.2.9)

26 Jan 19:22
Compare
Choose a tag to compare
v1.2.10

Version bump

v1.2.9

26 Jan 19:07
Compare
Choose a tag to compare
  • Fixes #64 (crash serving favicon)
  • Fixes #62 (missing titles on new and edit)
  • Fixes #60 (no sidebar on login page)