chore(branch): update language branch with latest main changes#391
Merged
BlackTiger007 merged 49 commits intolanguagefrom May 4, 2025
Merged
chore(branch): update language branch with latest main changes#391BlackTiger007 merged 49 commits intolanguagefrom
BlackTiger007 merged 49 commits intolanguagefrom
Conversation
fix(deps): update rust crate tauri-plugin-updater to 2.7.1
chore(deps): update dependency drizzle-kit to ^0.31.0
chore(deps): update dependency svelte to ^5.28.1
fix(deps): update tauri monorepo
chore(deps): update dependency vite to v6.2.7 [security]
chore(deps): update dependency marked to ^15.0.10
chore(deps): update dependency svelte to ^5.28.2
chore(deps): update dependency @types/node to ^22.15.0
chore(deps): update dependency marked to ^15.0.11
chore(deps): update dependency @types/node to ^22.15.2
…nused startRPC function
## [0.31.1](v0.31.0...v0.31.1) (2025-05-03) ### Bug Fixes * correct condition for starting Discord RPC ([322a75d](322a75d)) * correct the path for the migration directory in the compile time ([1e2ccec](1e2ccec)) * **deps:** update dependency @tauri-apps/plugin-updater to ^2.7.1 ([41c9a43](41c9a43)) * **deps:** update dependency hls.js to ^1.6.2 ([37c5171](37c5171)) * **deps:** update rust crate tauri-plugin-drpc to 0.1.6 ([ce1dadd](ce1dadd)) * **deps:** update rust crate tauri-plugin-updater to 2.7.1 ([c28b299](c28b299)) * **deps:** update tauri monorepo ([f3354a1](f3354a1)) * **discord:** ensure Discord RPC stops when not active ([5a6a246](5a6a246)) * **logging:** set log file name based on build type ([63608f0](63608f0)) * **settings:** restore settingsDB update on component destruction ([f4086a0](f4086a0)) * update fetch-depth in checkout steps to 1 for better history access ([e839a9f](e839a9f))
- Applied Prettier formatting to ensure consistent code style
…trieval functions
## [0.31.2](v0.31.1...v0.31.2) (2025-05-03) ### Bug Fixes * **episode, tv:** pass additional parameters to episode and series retrieval functions ([a20f23a](a20f23a)) * **episode:** remove unused external IDs and credits sections from episode details ([671ce30](671ce30)) * **episode:** update nextEpisode function to return URL and adjust navigation logic ([937ec73](937ec73)) * **layout:** adjust main section padding and add margin for search input ([a320984](a320984)) * **print view:** hide elements in print view for Navbar, Toast, and main page ([20d00d9](20d00d9)) * **season:** remove unused season page and related load function ([5b2a1d1](5b2a1d1)) * **styles:** remove redundant active class styles from app.css ([a898cc8](a898cc8)) * **tv:** improve episode list styling and handle missing episode names ([bb7670c](bb7670c)) * **tv:** update selectedSeason logic to retrieve the last unwatched season ([7f82523](7f82523))
- Applied Prettier formatting to ensure consistent code style
…orepo chore(deps): update dependency typescript-eslint to ^8.31.0
|
Contributor
|
🎉 This PR is included in version 0.32.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request merges the latest changes from the main branch into the language branch to keep it up to date. This ensures compatibility and allows further development on the language branch based on the current state of main.