Skip to content

Releases: saalaa/diamond

Version v0.4.1 (2016-11-09)

09 Nov 13:30

Choose a tag to compare

  • Fixed slug-active index, added migration
  • Record author on user page creation
  • Advertise version number in HTML

Version v0.4 (2016-11-08)

08 Nov 21:42

Choose a tag to compare

  • Added generic database storage (SQLAlchemy)
  • Added indexes
  • Reworked metadata storage
  • Reworked metadata operations
  • Merged search and faceted navigation
  • Added database migrations
  • Smooth database initialization
  • Removed WikiWord butchery; use slugs
  • Added user accounts support
  • Added configurable edition rights restriction
  • Added in-database configuration
  • Added diff between revisions
  • Added Javascript sugar coating (preview, flash dismiss)
  • Added the possibility to deactivate pages
  • Added the possibility to activate previous page revisions
  • Added CSRF protection
  • Added a @list Markdown extension
  • Added a @search Markdown extensions
  • Added a @reDIrect Markdown extensions
  • Added a deploy to Heroku button
  • Tap in environment variables for configuration
  • Added robots.txt
  • Always use prefixed URLs (allows robots.txt)
  • Added colour schemes (purple, blue, pink, green), configurable layout and
    improved typography
  • Added an advanced editor (CodeMirror), still early feature
  • Added fixtures (automatically loaded for Heroku deploy button)
  • Added correct licensing

Version v0.3 (2016-10-13)

08 Nov 21:43

Choose a tag to compare

  • Reworked page layout
  • Basic Markdown extensions
  • Fixed links and titles handling

Version v0.2 (2016-10-11)

08 Nov 21:44

Choose a tag to compare

  • Switched from CGI to WSGI through using Flask
  • Added Jinja2 templates and basic static files
  • Stylesheet still mostly that of legacy Diamond wiki
  • All legacy features working

Version v0.1 (2016-10-11)

08 Nov 21:44

Choose a tag to compare

  • Original Diamond wiki source import (incl. logo)