Skip to content

0.10.0

Compare
Choose a tag to compare
@hsa00000 hsa00000 released this 31 Jan 03:15
· 26 commits to main since this release

Changelog

[0.10.0] - 2025-01-31

Breaking Changes

  • This version introduces changes to the database schema. The migration process will run automatically. If any issues occur during the migration, the database should theoretically roll back automatically. Users can revert to version 0.9.0 and report any issues encountered.
  • For safety, the system will prompt users to back up Urocissa/gallery-backend/db/index.redb before running this version for the first time, so if the migration fails, users can manually restore their backup as well. The backup can also be used to revert if the migration succeeds but results in unexpected behavior.

Fixed

  • Fixed an issue where album cover blurry thumbnails (generated by thumbhash) were not displaying correctly.
  • Corrected data insertion logic in the insert_tree_api method. (0b1f88d)

Changed

  • The backend project and binary file name have been changed from Urocissa to urocissa.

Full Changelog: Compare 0.9.0...0.10.0