Commit 29f28da
committed
chore(release): 0.34.0 [skip ci]
# [0.34.0](v0.33.0...v0.34.0) (2025-06-01)
### Bug Fixes
* change order of backups retrieval to use ID instead of createdAt ([5a29e24](5a29e24))
* close SQLite connection before moving backup file ([d25def0](d25def0))
* comment out unused modal state in +page.svelte files ([24df256](24df256))
* correct white spaces in comments in ProgressBar.svelte and +page.svelte ([02391fc](02391fc))
* **deps:** update dependency @tauri-apps/plugin-log to ^2.4.0 ([0e066bb](0e066bb))
* **discord:** simplify discord activity calls by removing details and state parameters ([ed715bf](ed715bf))
* **episode:** update trailer display condition to show when no path exists and videos are available ([4bb0f54](4bb0f54))
* refactor backupConfig field definition for improved readability ([b1750fd](b1750fd))
* remove value attribute from theme selection options ([e91b8ef](e91b8ef))
* set default value for size in backups schema to 0 ([bf35662](bf35662))
* set default value for tmdbSessionId field in settings schema ([96a44b6](96a44b6))
* simplify filter functions in +page.svelte and tv/+page.svelte ([b61ce5e](b61ce5e))
* update development profile settings for better optimization and debugging ([8e1eba2](8e1eba2))
### Features
* add backup configuration options for max age, max backups, and max size ([d3facce](d3facce))
* add backup size tracking and enhance backup schema ([5d5b346](5d5b346))
* add Bookmark and BookmarkSlash SVG components ([3f2b3d4](3f2b3d4))
* add bookmark functionality with localized labels for adding and removing from bookmarks ([5750563](5750563))
* add DaisyUI plugin to Tailwind CSS integration ([10591cb](10591cb))
* add localization for tabs in settings and backup sections ([964856e](964856e))
* add new settings migration with tmdbSessionId and updated schema ([da253ab](da253ab))
* add reset SVG component for improved iconography ([f405842](f405842))
* add size column to backups table and improve action button layout ([227804d](227804d))
* add SVG components for Close, FolderAdd, and FolderOpen icons ([26db041](26db041))
* add tmdbSessionId field to settings schema for storing TMDB session information ([52ecb93](52ecb93))
* add updatedSize message for backup size updates in localization files ([0c0e6ba](0c0e6ba))
* add wantsToWatch field to collections, movies, and series schemas for tracking watch preferences ([ca7dec3](ca7dec3))
* add watched field to collections schema for tracking watched status ([83f5691](83f5691))
* add watchPaths and size labels to settings in localization files ([89c4da3](89c4da3))
* add watchPaths configuration to backup settings ([e32b5c9](e32b5c9))
* add watchPaths configuration to settings with folder selection ([99ae5e1](99ae5e1))
* add watchPathsHint localization to settings and backup sections ([eb8191e](eb8191e))
* enhance DaisyUI integration and update toast component styles ([e2a9f40](e2a9f40))
* ensure backup directory is created if it does not exist ([bd1b820](bd1b820))
* implement cleanupBackups function to manage backup retention and size ([4a4293b](4a4293b))
* implement collectAndProcessWatchedFiles function to handle new files ([14a8423](14a8423))
* implement formatBytes function for human-readable byte sizes ([571ada8](571ada8))
* implement reset filters functionality with reset button ([32591b0](32591b0))
* implement sorting functionality for backup list ([bc8aba2](bc8aba2))
* implement toggleWatchedStatus function to update watched status of collection ([66f3699](66f3699))
* mark series as watched if all episodes have been seen ([c1a5b85](c1a5b85))
* set theme option values to lowercase for consistency ([2287f06](2287f06))
* update icon colors to use theme variable for consistency ([e3db14a](e3db14a))
* Update localization strings and enhance reset button functionality ([7ef7b13](7ef7b13))
* update validateBackups to fill missing size entries in the database ([76492e1](76492e1))1 parent d6ce2d8 commit 29f28da
2 files changed
Lines changed: 55 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
1 | 55 | | |
2 | 56 | | |
3 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments