Skip to content

Release 0.6

Latest
Compare
Choose a tag to compare
@tryffel tryffel released this 14 Apr 16:43
· 13 commits to master since this release

Added

  • Initial support for sharing documents between individual users. User can now share read/write access to other users.
  • Add support for document favorites to quickly pin documents
  • Implement running rules after document has been updated. Each rule can now be configure to run either after document has been created, updated or both.
  • Implement filtering rule list
  • Implement searching metadata key-values

Changed

  • All api endpoints now return http 404 instead of 403 when user is unauthorized
  • Implement service layer inside all api calls
  • Implement using database transactions throughout operations
  • Bumpded Meilisearch version to v.1.6
  • Frontend is now bundled using vite & esbuild
  • Lots of improvements in frontend layouts and dark theme

Fixed:

  • fixed broken CLI command index

Docker image:

  • tryffel/virtualpaper:0.6
  • tryffel/virtualpaper:0.6-arm64