Releases: tsukinaha/tsukimi
v0.14.0
v0.14.0
v0.13.0
In this version, we have fixed the software stuttering when playing videos, added many new features, and added support for Traditional Chinese, Japanese, Brazilian Portuguese, Norwegian Bokmål, and Arabic!
Resolved the UI blocking issue during video playback
2024-09-29.19-23-12.webm
Video/Subtitle Version Filter
For the video version, we have added a very powerful matching feature that supports both strings and regular expressions.
When switching episodes in the media library or player, the previously selected name will be used for fuzzy matching.
For the subtitle version, we use your preferred language settings to perform the fuzzy matching.
Add ListView For Media Library
New Search Filter UI
View More From Actor Page
What's Changed
- video/sub version filter by @tsukinaha in #129
- initial new search ui by @tsukinaha in #138
- add 5 more languages
- add view more button in actor page
- add new search filter ui
- add ListView for media library
- resolved the UI blocking issue during video playback
- changed the behavior of the search page
- fixed #135, prevent suspend when playing video
- fixed the issue where the next episode could not be found in certain cases
New Contributors
- @dyphire made their first contribution in #133
- @D7iz made their first contribution in #133
- @comradekingu made their first contribution in #133
- @Flowensity made their first contribution in #133
Full Changelog: v0.12.3...v0.13.0
v0.12.3
This version primarily fixes several issues and adds playlist support and log viewing.
Playlist
A sidebar containing the playlist has been added to the playback page, overlaying the video.
2024-09-23.15-18-30.webm
Tracing
Previously, logs were not output to standard output.
In this version and onwards, logs of level info and above will be output to standard output.
Other Changes
- Fixed a bug where incorrect transmission of
/Playing
caused the "Continue Playing" list to omit the last returned video. - Updated to GTK 4.16 and ADW 1.6, and implemented
AdwSpinner
. - Enabled Locale on Windows.
- Reduce the height of the Add Server dialog.
v0.12.2
Thank you for your patience.
This version has refactored a large number of underlying components, including the sidebar, image loader, and more. Below are the main new features:
Embedded MPV Player
An embedded MPV player implemented based on GLArea, featuring shortcut key support, automatic switching between episodes, and high customizability.
The player window can now be dragged and has window controls.
2024-09-18.12-45-30.webm
2024-09-18.12-44-31.webm
New Episode Selection Logic
By default, the Continue Watching list will be loaded. The episode selection list displays more content and is easier to navigate.
New Episode Page
Introduced a gradient blur overlay for the episode introduction page, along with a vertical AdwCarousel.
2024-09-18.12-44-21.webm
Other Changes
- Changed the callbacks and scrolling rules for the vertical grid scrolling list pages.
- Added a vertical grid scrolling list for the favorites list.
- Initially added a shortcut key introduction window.
- The two lists in the sidebar can now be collapsible.
- The preferences dialog has been changed to a transient window.
- Removed the overview widget from the episode introduction page.
- Added the end year in list items.
- Removed theme selection and some styles.
- Removed unnecessary text from the add server dialog.
- Optimized caching logic, handling errors internally.
- Add vo=libmpv by @tsukinaha in #96
- Add Windows package support by @Kosette in #106
Full Changelog: v0.8.2...v0.12.2