Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Releases: levlaz/blog

v0.6.0

29 Jun 07:23
Compare
Choose a tag to compare
  • UI Fixes
  • Update DB to use TIMESTAMP instead of DATETIME BREAKING
    • Due to SQLites inability to handle alter column, if you happen to be running a version of blog before this one, this should be considered a breaking change.
  • Add dev script to make it easier to get started locally
  • Clear cache when a post is updated
  • Add support for static pages

Static Pages

This feature allows you to create static pages. These pages will automatically show up in the navigation between Tag and RSS and will not show up in Archive or the Index page.

v0.5.0

28 Jan 06:09
Compare
Choose a tag to compare
  • Added additional tests along with code coverage and flake8
  • Added Archive Section that shows all of your posts by year
  • Created a poor mans migration scheme
  • Added some basic documentation
  • Added basic caching
  • Added full text search

v0.4.0

26 Jan 05:31
Compare
Choose a tag to compare
  • Minor UI Updates and Bug Fixes
  • Allow users to edit a post
  • Added support for fenced code blocks and syntax highlighting
  • Added new Tags view that shows a list of all tags along with their count

v0.3.0

26 Jan 06:09
Compare
Choose a tag to compare
  • Mobile Theme
  • Added Basic Tests
  • RSS Generator

v0.2.0

26 Jan 06:08
Compare
Choose a tag to compare
  • Show 404 Page instead of 500
  • Add settings file for configuring the app
  • Add Tags View

v0.1.0

26 Jan 06:07
Compare
Choose a tag to compare

Initial Public Release