Wikifeat v0.6.0 Release Notes

Release Date: 2016-02-07 // about 8 years ago
  • 🔄 Changes:

    • [Major Change]: A New Authentication service has been created. Sessions are now managed by the auth service, rather than delegating everything to CouchDB's session management functions. Authorization still makes use of CouchDB's role based per-database access features.
    • 🚚 [API change] Login and logout functions have been removed from the user service (moved to the auth service)
    • The new markdown editor has now been integrated into comments (the wmd editor is now fully excised)
    • 🛠 Fixed a timestamp bug with comments
    • 🔄 Changed the executable names in the build. auth, wikis, users, notifications, frontend are now wikifeat-auth, wikifeat-wikis, wikifeat-users, wikifeat-notifications, and wikifeat-frontend. This makes it a little easier to identify wikifeat processes :)
    • #45 Wiki toolbar now hidden for guest users
    • 🛠 Several minor fixes