All Versions
35
Latest Version
Avg Release Cycle
177 days
Latest Release
-

Changelog History
Page 4

  • v0.11.0 Changes

    September 14, 2016

    2016.09.13 / v0.11.0

    • [New] Language Translations!
    • [New] Google OAuth Support
    • [New] Authentication for Edit (Public Read-Only)
    • [New] Dynamic Sitemap.xml
    • [New] Custom Variables
    • [Improvement] Multiple User Login
    • [Improvement] Table of Contents (Dynamic)
    • [Misc] Merged Raneto-Core module into repository
    • [Misc] Dependency upgrades
  • v0.9.0 Changes

    February 13, 2016

    2016.02.13 / v0.9.0

    • ๐Ÿ›  [Fixed] Embedding images in content
    • ๐Ÿ›  [Fixed] Custom homepage via index.md file
    • ๐Ÿ›  [Fixed] Sanitizing file paths
    • [New] German Translation / Locale
    • [New] Authentication on Changes Only
    • [New] Vagrant Container
    • [New] Category in Search Results
    • [New] Metadata on homepage
    • โฌ†๏ธ [Upgraded] Module raneto-core from v0.2.0 to v0.4.0
    • โฌ†๏ธ [Upgraded] Other Dependencies
    • [Misc] Broke up code into multiple files
    • [Misc] Delinted Code
    • [Misc] Overall refactor
  • v0.8.0 Changes

    December 29, 2015

    2015.12.29 / v0.8.0

    • ๐Ÿ›  [Fixed] URI Decoding with non-Latin characters
    • ๐Ÿ›  [Fixed] Windows compatability (use npm run start_win)
    • [New] Added Login Page to replace HTTP Basic Auth
    • [New] Added ability to run Raneto as a PM2 service
    • [New] Main Articles is now a category editable in the UI
    • [New] Using NPM for client-side libraries
    • โฌ†๏ธ [Upgraded] Improved Live Editor layout
    • ๐Ÿšš [Removed] Bower for client-side libraries
  • v0.7.1 Changes

    October 12, 2015

    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
  • v0.7.0 Changes

    October 11, 2015

    ๐Ÿ”€ Merging Pull Requests

    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