Skip to content

v0.1.0

Compare
Choose a tag to compare
@umlx5h umlx5h released this 12 Feb 05:24
· 169 commits to main since this release

What Changed

Main Features

  • Add clipboard auto-copy functionality, allowing integration with any browser extensions such as Yomitan and 10ten 1db5a76

Preparation is required to work with the browser extension. Please refer to following page for details.
https://github.com/umlx5h/LLPlayer/wiki/Browser-Extensions-Integration

Features

  • Add SubsTextCopy key, to copy primary and secondary subtitles at the same time d8d9c4a

Fixed

  • fix(seek): prevent subtitles from blinking during seek 0f09f34
  • fix(seek): display subtitles when seeking while paused b6e2231
  • fix(sidebar): Fixed a bug that some subtitles were not displayed in sidebar 5d2451f
  • Fixed a bug that prevented the ASR setting from opening. e8e989f
  • fix(ocr): remove spaces around words in Japanese or Chinese 43e8be9
  • fix(sidebar): use StackPanel instead of Toolbar, revert sidebar left toggle 8ca6a0a

Full Changelog: v0.0.4...v0.1.0

For updating users

This version, I changed the build method from portable to single binary.
Usually portable applications can be upgraded by copying folders, but this time, please use the following method to upgrade.

Please copy the following files from the old version to the new build.

  • tesseractmodels/
  • whispermodels/
  • LLPlayer.Config.json
  • LLPlayer.Engine.json
  • LLPlayer.PlayerConfig.json
  • Plugins/YoutubeDL/yt-dlp.exe

Also, A new key action ToggleSubsAutoTextCopy was added to Alt+A by default to toggle the automatic clipboard copy function.

If you want to use this, please go to Settings -> Keys and assign it to the shortcut of your choice.

Disclaimer

LLPlayer is still in beta phase.
It has not been tested by many users and may be unstable.
Backward compatibility of settings will not be maintained until version 1.