All Versions
55
Latest Version
Avg Release Cycle
76 days
Latest Release
1194 days ago

Changelog History
Page 3

  • v1.5.1 Changes

    December 12, 2015

    DO NOT USE THIS VERSION

  • v1.5.0 Changes

    December 12, 2015
    • ➕ 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 Changes

    October 17, 2015
    • 🛠 Fixes #68, CSS support for markdown tables
    • ✂ Removes deprecated licenses object in packages.json
  • v1.4.0 Changes

    October 11, 2015
    • 🛠 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 of old installations.

  • v1.3.1 Changes

    October 04, 2015
    • ⬆️ 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 Changes

    July 19, 2015
    • 🛠 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 Changes

    June 28, 2015
    • 🛠 Fixes #85 – Jingo crash on search
    • 🛠 Fixes #45 – Jingo now works on mobile too
  • v1.2.11 Changes

    May 22, 2015
    • 🔀 Merge PR #78 (Local authentication support, by @vschoettke)
    • 🔀 Merge PR #75 (Gfm line breaks, by @apskim)
    • 🗄 Deprecated the Alone authentication method
  • v1.2.9 Changes

    January 26, 2015
    • 🛠 Fixes #64 (crash serving favicon)
    • 🛠 Fixes #62 (missing titles on new and edit)
    • 🛠 Fixes #60 (no sidebar on login page)
  • v1.2.8 Changes

    December 15, 2014
    • 🛠 Fixes a bug on the pull git pull (Jon Richter, @almereyda)
    • ⚡️ Updates README (Jon Richter, @almereyda)
    • Re-enable the baseUrl config option (Jon Richter, @almereyda)
    • ⬆️ Upgrade some modules to a newest version