Skip to content

v0.16.0

Choose a tag to compare

@lunika lunika released this 09 Apr 13:41
· 69 commits to main since this release
504b58f

Added

  • ✨(frontend) add PDF viewer with thumbnail sidebar, zoom and page navigation
  • ✨(frontend) integrate PDF viewer into file preview modal
  • 📝(doc) add local network setup documentation
  • ✨(global) add custom columns feature with configurable grid columns
  • 🔒️(frontend) prevent search engine indexing
  • ✨(backend) allow ordering items by creator full name
  • ✨(frontend) add item duplication with polling and visual feedback
  • ⚡(ci) shard e2e tests and cache playwright browsers
  • ⬆️(frontend) upgrade cunningham-react and ui-kit to 0.20.0
  • ✨(frontend) improve custom columns with sortable config and i18n

Changed

  • 🏷️(sdk) update Item interface by adding url_permalink
  • 🔧(backend) allow extra CSRF origins via env variable
  • 🔧(nginx) serve .mjs files with correct MIME type

Fixed

  • 🐛(backend) fix hard delete of files created by other users
  • 🐛(backend) handle race condition on concurrent LinkTrace creation
  • 🐛(frontend) fix React SVG attributes in AddFolderButton
  • 🔧(scalingo) compile translation files at deploy time
  • 🐛(frontend) fix trash items not refreshing after hard delete
  • 🐛(frontend) show modal when clicking files in trash
  • 🐛(frontend) fix toasts appearing above modals