Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Oct 12, 2015
1 parent f290bc9 commit 8da441d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 11 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
@@ -1,6 +1,18 @@

# Raneto Changelog

2015.10.11 / v0.7.1
===================

* **[New]** Theme support. Copy `themes/default/` to `themes/<new name>/` and edit.
* **[New]** Added toggle for enabling online editing of pages
* **[New]** Preparing for Raneto to be NPM-installable (see example/ for new usage)
* **[New]** Codified Bower dependencies into bower.json
* **[Upgraded]** Upgraded Bower modules in bower.json (current)
* **[Upgraded]** Upgraded Node.js modules in package.json (current)
* **[Removed]** ./bin/www script. Replace with "npm start"
* **[Removed]** Unused modules

2015.10.10 / v0.7.0
===================

Expand Down
36 changes: 26 additions & 10 deletions README.md
Expand Up @@ -6,20 +6,36 @@ Raneto
What's New?
-----------

**Release v0.7.0**
This is the first set of changes, mostly from submitted Pull Requests.
Cleanup will be ongoing, and here's how you can help:
### Release v0.7.x ###
This set of releases add a lot of new functionality.
- **Something Broken?** Submit a new Issue and we'll help you out.
- **Something Missing?** Submit a new Issue or a Pull Request to get the conversation started
- **Enjoying Raneto?** Add your site to the [Raneto Showcase](https://github.com/gilbitron/Raneto/wiki/Raneto-Showcase).

**2015.10.10 - version 0.7.0**
* **[New]** Added online editing of pages, contributed by **@matthiassb**
* **[New]** Added HTTP Basic authentication, contributed by **@eighteyes**
* **[New]** Added custom template layouts, contributed by **@zulfajuniadi**
* **[Fixed]** Highlight.js language detection, contributed by **@thurloat**
* **[Fixed]** Mobile design layout, contributed by **@adimitrov**
* **[Fixed]** Added config.base_url in front of all assets, contributed by **@valeriangalliat**
### 2015.10.11 / v0.7.1 ###

* **[New]** Theme support. Copy `themes/default/` to `themes/<new name>/` and edit.
* **[Upgraded]** Bower modules in bower.json (current)
* **[Upgraded]** Node.js modules in package.json (current)
* **[Removed]** ./bin/www script. Replace with "npm start"

### 2015.10.10 / v0.7.0 ###

This is the first set of changes, mostly from submitted Pull Requests.

* **[New]** Added online editing of pages
- contributed by **@matthiassb**
* **[New]** Added HTTP Basic authentication
- contributed by **@eighteyes**
* **[New]** Added custom template layouts
- contributed by **@zulfajuniadi**
* **[Fixed]** Highlight.js language detection
- contributed by **@thurloat**
* **[Fixed]** Mobile design layout
- contributed by **@adimitrov**
* **[Fixed]** Added config.base_url in front of all assets
- contributed by **@valeriangalliat**


Requirements
------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "raneto",
"version": "0.7.0",
"version": "0.7.1",
"description": "Markdown powered Knowledgebase",
"author": "Gilbert Pellegrom <gilbert@pellegrom.me>",
"license": "MIT",
Expand Down

0 comments on commit 8da441d

Please sign in to comment.