Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@svandragt svandragt released this 24 Mar 09:41
· 189 commits to main since this release
25d930c
  • Posts! Posts are statuses with a title. The title can be added in the front matter (front matter is parsed as an ini-string)
  • Posts have a slug based on the title when the post was created.
  • Individual statuses / posts have opengraph tags for improved sharing fidelity.
  • Fixed several XSS, thanks @cameronterry
  • Added a Content Security Policy so that external scripts and styles cannot be loaded.
  • Accessibility improvements
  • The textarea grows on typing to accommodate the full text.
  • The login password must now be stored as a hash. a make_password_hash.php script has been provided together with full instructions.
  • 404 endpoint
  • Where a title is expected and a status does not provide one, the site title is used.
  • Extended nginx and caddy configuration
  • Style and script loaders
  • Dependency updates

Full Changelog: 0.1.0...0.2.0