Skip to content

Commit d5caeba

Browse files
Merge pull request #391 from Seenivers/main
chore(branch): update language branch with latest main changes
2 parents 9fa9716 + 72da404 commit d5caeba

25 files changed

Lines changed: 959 additions & 841 deletions

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [0.31.2](https://github.com/Seenivers/App/compare/v0.31.1...v0.31.2) (2025-05-03)
2+
3+
### Bug Fixes
4+
5+
- **episode, tv:** pass additional parameters to episode and series retrieval functions ([a20f23a](https://github.com/Seenivers/App/commit/a20f23a62f7c5fda0d98480e221416824560af1b))
6+
- **episode:** remove unused external IDs and credits sections from episode details ([671ce30](https://github.com/Seenivers/App/commit/671ce3076785c77f6e64b9a7f78e8cda9ca59998))
7+
- **episode:** update nextEpisode function to return URL and adjust navigation logic ([937ec73](https://github.com/Seenivers/App/commit/937ec73c8578b3bd994f616d76b4319ad3125183))
8+
- **layout:** adjust main section padding and add margin for search input ([a320984](https://github.com/Seenivers/App/commit/a320984c8096876b122fc6e5b14c52616ee6d066))
9+
- **print view:** hide elements in print view for Navbar, Toast, and main page ([20d00d9](https://github.com/Seenivers/App/commit/20d00d95bfeff2d5cb5f65031ef8c2369d869b9d))
10+
- **season:** remove unused season page and related load function ([5b2a1d1](https://github.com/Seenivers/App/commit/5b2a1d197c6854740a45c238a1fa3d1cd3b7ba2d))
11+
- **styles:** remove redundant active class styles from app.css ([a898cc8](https://github.com/Seenivers/App/commit/a898cc80bb4c84b136e169e921b4be6a6d011ded))
12+
- **tv:** improve episode list styling and handle missing episode names ([bb7670c](https://github.com/Seenivers/App/commit/bb7670c21555c9dbd5cd6bb1efa282f37f083ab2))
13+
- **tv:** update selectedSeason logic to retrieve the last unwatched season ([7f82523](https://github.com/Seenivers/App/commit/7f82523eeba0cf391d218643a59400374a161357))
14+
15+
## [0.31.1](https://github.com/Seenivers/App/compare/v0.31.0...v0.31.1) (2025-05-03)
16+
17+
### Bug Fixes
18+
19+
- correct condition for starting Discord RPC ([322a75d](https://github.com/Seenivers/App/commit/322a75dd489ea60f9de683f86f79627f8e533131))
20+
- correct the path for the migration directory in the compile time ([1e2ccec](https://github.com/Seenivers/App/commit/1e2ccecc714ecae1eae9c145249fb5bb62899077))
21+
- **deps:** update dependency @tauri-apps/plugin-updater to ^2.7.1 ([41c9a43](https://github.com/Seenivers/App/commit/41c9a434964257905e865fe81e6314048fc9ff83))
22+
- **deps:** update dependency hls.js to ^1.6.2 ([37c5171](https://github.com/Seenivers/App/commit/37c517114ce5e97b3a0e3af5b125cb61b33e1c0d))
23+
- **deps:** update rust crate tauri-plugin-drpc to 0.1.6 ([ce1dadd](https://github.com/Seenivers/App/commit/ce1dadd4c2704a4b66e774d0c2429c13533fc785))
24+
- **deps:** update rust crate tauri-plugin-updater to 2.7.1 ([c28b299](https://github.com/Seenivers/App/commit/c28b2993a11dfe0ed8714b019f56b5bfbe12b434))
25+
- **deps:** update tauri monorepo ([f3354a1](https://github.com/Seenivers/App/commit/f3354a18c3fff3bc7f6ce3ff4752acf8ff9d348c))
26+
- **discord:** ensure Discord RPC stops when not active ([5a6a246](https://github.com/Seenivers/App/commit/5a6a246c43ead3917f176414015da1e4ed63cf93))
27+
- **logging:** set log file name based on build type ([63608f0](https://github.com/Seenivers/App/commit/63608f09c4a8b93bffdb62b7bae21e0a517a4673))
28+
- **settings:** restore settingsDB update on component destruction ([f4086a0](https://github.com/Seenivers/App/commit/f4086a05a0358da0b6c3f5a86ad1c8b372b2d510))
29+
- update fetch-depth in checkout steps to 1 for better history access ([e839a9f](https://github.com/Seenivers/App/commit/e839a9f1a4e3c9045f24b6df6dc0926828cec349))
30+
131
# [0.31.0](https://github.com/Seenivers/App/compare/v0.30.0...v0.31.0) (2025-04-17)
232

333
### Bug Fixes

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "0.31.0",
3+
"version": "0.31.2",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -25,32 +25,32 @@
2525
"@sveltejs/adapter-static": "^3.0.8",
2626
"@sveltejs/kit": "^2.20.7",
2727
"@sveltejs/vite-plugin-svelte": "^5.0.3",
28-
"@tauri-apps/cli": "^2.4.1",
28+
"@tauri-apps/cli": "^2.5.0",
2929
"@types/better-sqlite3": "^7.6.13",
3030
"@types/eslint-config-prettier": "^6.11.3",
31-
"@types/node": "^22.14.1",
31+
"@types/node": "^22.15.2",
3232
"autoprefixer": "^10.4.21",
3333
"daisyui": "^4.12.24",
34-
"drizzle-kit": "^0.30.6",
34+
"drizzle-kit": "^0.31.0",
3535
"eslint": "^9.24.0",
3636
"eslint-config-prettier": "^10.1.2",
3737
"eslint-plugin-svelte": "^3.5.1",
3838
"fuse.js": "^7.1.0",
3939
"globals": "^16.0.0",
40-
"marked": "^15.0.8",
40+
"marked": "^15.0.11",
4141
"prettier": "^3.5.3",
4242
"prettier-plugin-svelte": "^3.3.3",
4343
"prettier-plugin-tailwindcss": "^0.6.11",
4444
"semantic-release": "^24.2.3",
45-
"svelte": "^5.25.7",
45+
"svelte": "^5.28.2",
4646
"svelte-check": "^4.1.6",
4747
"tailwindcss": "^3.4.17",
4848
"typescript": "^5.8.3",
49-
"typescript-eslint": "^8.30.1",
49+
"typescript-eslint": "^8.31.0",
5050
"vite": "^6.2.3"
5151
},
5252
"dependencies": {
53-
"@tauri-apps/api": "^2.4.1",
53+
"@tauri-apps/api": "^2.5.0",
5454
"@tauri-apps/plugin-dialog": "^2.2.1",
5555
"@tauri-apps/plugin-fs": "^2.2.1",
5656
"@tauri-apps/plugin-log": "^2.3.1",

0 commit comments

Comments
 (0)