Skip to content

Latest commit

 

History

History
100 lines (77 loc) · 3.2 KB

HISTORY.md

File metadata and controls

100 lines (77 loc) · 3.2 KB

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

  • [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

  • [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

2014.06.09 / v0.6.0

  • [Changed] Static files (e.g. images) can now be served from the content folder
  • [Changed] Removed commercial licensing

2014.06.05 / v0.5.0

  • [New] Changed app structure (now using raneto-core)
  • [New] Added a content_dir config option
  • [New] Added an analytics config option

2014.06.04 / v0.4.0

  • [New] Added %image_url% support to Markdown files
  • [New] Search queries are now highlighted in search results
  • [Changed] Fallback to generating title from filename if no meta title is set
  • [Changed] Moved route and error handlers to raneto.js
  • [Changed] Make search use "/" URL
  • [Fixed] Fixed __dirname paths in Windows

2014.06.03 / v0.3.0

  • [New] Added masonry layout functionality to homepage
  • [New] Added commercial licensing

2014.06.02 / v0.2.0

  • [New] Added page and category sorting functionality
  • [Fixed] Added better handling of file reading errors in raneto.js

2014.06.02 / v0.1.2

  • [Changed] Changed default copyright in config.js

2014.06.02 / v0.1.1

  • [New] Added favicon
  • [Fixed] Error page

2014.05.30 / v0.1.0

  • Initial release