From 337b1ed1b95c9c0d8b08a0697213703977bd7fbf Mon Sep 17 00:00:00 2001 From: Ryan Lelek Date: Tue, 29 Dec 2015 03:27:17 -0600 Subject: [PATCH] Release: v0.8.0 --- HISTORY.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7007ca05..3b07b199 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,25 @@ # Raneto Changelog +2015.12.29 / v0.8.0 +=================== + + * **[Fixed]** URI Decoding with non-Latin characters + - contributed by **@yaruson** + * **[Fixed]** Windows compatability (use `npm run start_win`) + * **[New]** Added Login Page to replace HTTP Basic Auth + - contributed by **@matthiassb** + * **[New]** Added ability to run Raneto as a PM2 service + - contributed by **@matthiassb** + * **[New]** Main Articles is now a category editable in the UI + - contributed by **@yaruson** + * **[New]** Using NPM for client-side libraries + - contributed by **@sbussard** + * **[Upgraded]** Improved Live Editor layout + - contributed by **@draptik** + * **[Removed]** Bower for client-side libraries + - contributed by **@sbussard** + 2015.10.11 / v0.7.1 =================== diff --git a/package.json b/package.json index 321a831a..557abade 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raneto", - "version": "0.7.1", + "version": "0.8.0", "description": "Markdown powered Knowledgebase", "author": "Gilbert Pellegrom ", "license": "MIT",