Skip to content

Releases: tsukinaha/tsukimi

v0.13.0

29 Sep 11:24
Compare
Choose a tag to compare

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.

截图 2024-09-29 19-19-33

Add ListView For Media Library

截图 2024-09-29 19-19-52

New Search Filter UI

图片

View More From Actor Page

image

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

Full Changelog: v0.12.3...v0.13.0

v0.12.3

23 Sep 07:24
Compare
Choose a tag to compare

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

18 Sep 04:59
8689e23
Compare
Choose a tag to compare

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.

截图 2024-09-18 12-43-49

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.

Full Changelog: v0.8.2...v0.12.2

v0.8.2

19 Jul 11:17
Compare
Choose a tag to compare

New Feature

Server Panel 9254e28

Bugfixes

Integration fixed several issues