Releases: tsukinaha/tsukimi
v0.18.3
v0.18.2
Important
Warning: The Windows package is provided without any guarantee of full functionality.
This is a hotfix release for v0.18.1
What's Changed
- build(deps): bump reqwest from 0.12.11 to 0.12.12 by @dependabot in #297
- build(deps): bump xattr from 1.3.1 to 1.4.0 by @dependabot in #296
Full Changelog: v0.18.1...v0.18.2
v0.18.1
Important
Warning: The Windows package is provided without any guarantee of full functionality.
This is a hotfix release for v0.18.0
In this version, we switched the TLS implementation to rustls, fixed some cases where we used std::sync::Mutex
(because of my own stupidity), and redesigned the style for list item. It might not look great in light mode, but I wanted to bring in some fresh visual effects. We also fixed an issue on the video details page where elements like the logo would overflow when the window was extremely small.
New style of list item
What's Changed
- build(deps): bump reqwest from 0.12.9 to 0.12.11 by @dependabot in #293
- build(deps): bump gdk4-x11 from 0.9.4 to 0.9.5 by @dependabot in #294
- build(deps): bump serde from 1.0.216 to 1.0.217 by @dependabot in #295
Full Changelog: v0.18.0...v0.18.1
v0.18.0
This version includes major functional updates.
Filter Panel (#275)
Implemented a sophisticated filtering panel that should meet most of your needs.
Some New Styles
Item
The circular tags have been replaced with elliptical ones, which should look better on screens of different resolutions.
Scrolling List
This spinner reveals from the bottom, which should looks better.
2024-12-23.21-53-32.mp4
Theme Switcher (#263)
Adding Server Page
More And More Actions
Added/Completed following actions
- Edit Metadata
- Edit Images
- Identify
- Remove Identification
- View Missing Episodes
- Delete
Edit Metadata
Now you can edit metadata and apply it.
Edit Images
Edit by uploading/external url.
Or remote search.
Identify
Its selection UI is quite similar to the one above.
View Missing Episodes
Is it helpful?
What's Changed
- Regress sidebar-pane to transparent
- Request client: change tracing level
- Fix some style
- Add a translateY animation on playing button
- Reveal a alert dialog when failed to create GLContext
- Remove button list appending timeout
- Remove gesture click reconstruction after popup a popover menu
- Add a size group for image dialog
- Refactor tuitem traits
- Use xattr to detect whether image is changed
- Fix http client schedule issues
- Remove danmaku abandoned cases
- Fix: proxy using AutoConfigUrl by @Kosette in #248
- Docs: update installation guide by @tsukinaha in #249
- Translations update from Hosted Weblate by @weblate in #271
- Detect app theme settings, not system theme settings by @Kosette in #273
- Feat(win): add etag xattr for Windows by @Kosette in #277
Full Changelog: v0.17.3...v0.18.0
v0.18.0-rc2
This is the 2nd release candidate for v0.18.0.
If everything goes well, it might become the stable release.
This version includes major functional updates.
Filter Panel (#275)
Implemented a sophisticated filtering panel that should meet most of your needs.
Some New Styles
Item
The circular tags have been replaced with elliptical ones, which should look better on screens of different resolutions.
Scrolling List
This spinner reveals from the bottom, which should feel more comfortable.
2024-12-23.21-53-32.mp4
Theme Switcher (#263)
Adding Server Page
More And More Actions
Added/Completed following actions
- Edit Metadata
- Edit Images
- Identify
- Remove Identification
- View Missing Episodes
- Delete
Edit Metadata
Now you can edit metadata and apply it.
Edit Images
Edit by uploading/external url.
Or remote search.
Identify
Its selection UI is quite similar to the one above.
View Missing Episodes
Is it helpful?
What's Changed
- Regress sidebar-pane to transparent
- Request client: change tracing level
- Fix some style
- Add a translateY animation on playing button
- Reveal a alert dialog when failed to create GLContext
- Remove button list appending timeout
- Remove gesture click reconstruction after popup a popover menu
- Add a size group for image dialog
- Refactor tuitem traits
- Use xattr to detect whether image is changed
- Fix http client schedule issues
- Remove danmaku abandoned cases
- Fix: proxy using AutoConfigUrl by @Kosette in #248
- Docs: update installation guide by @tsukinaha in #249
- Translations update from Hosted Weblate by @weblate in #271
- Detect app theme settings, not system theme settings by @Kosette in #273
- Feat(win): add etag xattr for Windows by @Kosette in #277
Full Changelog: v0.17.3...v0.18.0-rc2
v0.18.0-rc1
This is the 1st release candidate for v0.18.0.
If everything goes well, it might become the stable release.
This version includes major functional updates.
Filter Panel (#275)
Implemented a sophisticated filtering panel that should meet most of your needs.
Some New Styles
Item
The circular tags have been replaced with elliptical ones, which should look better on screens of different resolutions.
Scrolling List
This spinner reveals from the bottom, which should feel more comfortable.
2024-12-23.21-53-32.mp4
Theme Switcher (#263)
Adding Server Page
More And More Actions
Added/Completed following actions
- Edit Metadata
- Edit Images
- Identify
- Remove Identification
- View Missing Episodes
- Delete
Edit Metadata
Now you can edit metadata and apply it.
Edit Images
Edit by uploading/external url.
Or remote search.
Identify
Its selection UI is quite similar to the one above.
View Missing Episodes
Is it helpful?
What's Changed
- Regress sidebar-pane to transparent
- Request client: change tracing level
- Fix some style
- Add a translateY animation on playing button
- Reveal a alert dialog when failed to create GLContext
- Remove button list appending timeout
- Remove gesture click reconstruction after popup a popover menu
- Add a size group for image dialog
- Refactor tuitem traits
- Use xattr to detect whether image is changed
- Fix http client schedule issues
- Remove danmaku abandoned cases
- Fix: proxy using AutoConfigUrl by @Kosette in #248
- Docs: update installation guide by @tsukinaha in #249
- Translations update from Hosted Weblate by @weblate in #271
- Detect app theme settings, not system theme settings by @Kosette in #273
- Feat(win): add etag xattr for Windows by @Kosette in #277
Full Changelog: v0.17.3...v0.18.0-rc1
v0.17.3
This is a hotfix release for v0.17.2
What's Changed
- improve concurrency scheduling
- make homepage refreshing optional and disable it by default
- fix the issue with changing the subtitle background color
- build(deps): bump libc from 0.2.162 to 0.2.164 by @dependabot in #243
- build(deps): bump serde_json from 1.0.132 to 1.0.133 by @dependabot in #242
- build(deps): bump cargo-deb from 2.8.0 to 2.9.0 by @dependabot in #241
- build(deps): bump clap from 4.5.20 to 4.5.21 by @dependabot in #240
Full Changelog: v0.17.2...v0.17.3
v0.17.2
This is a hotfix release for v0.17.1
- Fixed direct playing series not working.
- Fixed playlist not loaded.
v0.17.1
What's Changed
- Fixed the issue where servers could not be deleted after migrating from an older version.
- Added the feature to play directly from the poster list.
- Fixed the issue where the popovermenu does not unparent when reusing listitems.
- Enabled automatic scrolling to the current position in the "Continue Watching" list.
- Fixed the issue where season items did not display detailed data.
- Translations update from Hosted Weblate by @weblate in #229
- build(deps): bump embed-resource from 2.5.0 to 3.0.1 by @dependabot in #234
- build(deps): bump serde from 1.0.214 to 1.0.215 by @dependabot in #235
- build(deps): bump tokio from 1.41.0 to 1.41.1 by @dependabot in #236
Full Changelog: v0.17.0...v0.17.1
v0.17.0
Highlights
- Regular support for Jellyfin
- Numerous compatibility fixes
- Added support for Music Video, Adult Video, Audio, Folder, Playlist, Season, Producer, Mixed Media Library, and Music Video Library
What's Changed
- added some searchable types
- sorted song list
- build(deps): bump url from 2.5.2 to 2.5.3 by @dependabot in #227
- ci: change the source of libmpv binaries by @dyphire in #228
New Contributors
Full Changelog: v0.16.9...v0.17.0