Menu

Changelog

2.8.2

  • fix search bug
  • fix refresh token
  • thanks to @roughnecks for her observations and GitHub issues

2.8.1

  • fix search bug
  • update line endings
  • change thumbnail exception
  • increase time to scroll
  • fix sqlite backup
  • thanks to @roughnecks for her observations and GitHub issues

2.8.0

  • import bookmarks
  • export bookmarks
  • allow uploading images in the editor
  • support webp thumbnails

2.7.2

  • fix database backup
  • extend thumbnail command
  • gather more than just a thumbnail when using chrome if needed
  • prevent system from replacing a screenshot with something worse if the URL has not changed
  • allow bringing your on description via api request
  • thanks to /u/SaleB81 for his observations

2.7.1

  • fix lower case search with PostgreSQL
  • include child-collections in search
  • fix screenshot taking

2.7.0

  • docker image has now multiplatform support
  • PostgreSQL as new default database (with docker compose)
  • screenshots to replace missing thumbnails, both manually and automated in a certain interval

2.6.0

  • added a dark theme
  • added the ability to add new themes with a theme folder (and a manual rebuild afterwards)

2.5.0

  • implement nested collections
  • solved as many bugs caused by that as possible
  • replace collection selection with a tree selection
  • fix initial tag bug

2.4.0

This is a major update technically speaking:

  • migrate from Lumen to Laravel (which also allows support for the newest PHP versions)
  • implement Playwright with some browser tests (after spending many hours with it and Cypress and Dusk..)
  • simplify docker-compose setup
  • update Dockerfile
  • use fonts locally instead of a CDN, as request by @MohamedElashri

2.3.1

  • fix bug: add line again that was removed accidentally the day before
  • fix: redirect bug
  • fix: (text and bookmarks) post creation with tags
  • fixed: bottommenu on mobile can be scrolled away

2.3.0

  • complete tag implementation
  • fix key-generate command