Skip to content

Commit

Permalink
Release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Dec 29, 2015
1 parent 5be361c commit 337b1ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
===================

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": "raneto",
"version": "0.7.1",
"version": "0.8.0",
"description": "Markdown powered Knowledgebase",
"author": "Gilbert Pellegrom <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 337b1ed

Please sign in to comment.