Skip to content

v2.4.0

Latest

Choose a tag to compare

@masukomi masukomi released this 26 Oct 03:31
v2.4.0
900a060

A collection of minor improvements.

Note that there are still some security issues that have been detected in some of the libraries we use. Those will hopefully be addressed shortly. Until then I don't recommend putting this on a box that can be accessed by the external world unless it's well isolated.

Features

  • serve script now works under systemd
    • added systemd service Units
  • after editing a bookmark you're now redirected to its show page
  • accessibility improvements re. aria-hidden
  • added ScriptKiddiesController to screw with malicious bots
  • log level can now be overridden via the LOG_LEVEL env var

Fixes

  • reindex_all task works with unpopulated meilisearch instance now too
  • tag cloud should hide on mobile devices

Other

  • added schema_3_migration as an early step towards acting as an oauth client
  • added before_save clean_tags! to Bookmark to clean tags before save
  • system now ensures no orphaned Tag objects