Skip to content

Releases: rsimmons/voracious

0.6.1

09 Feb 01:38
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Hopefully actually fix copy & paste on macOS

0.6.0

04 Feb 21:13
Compare
Choose a tag to compare
  • Fix crash at startup on macOS
  • Fix issue with copy and paste of text (from definitions, and in export dialog)
  • Fix crash when a collection directory is moved/removed
  • Fix crash when exporting audio to Anki from a file with more than one audio stream (it just uses first stream now)
  • Exit full screen mode when exiting video player, so that user doesn't get stuck in full screen (there is no way to toggle it outside of the player)
  • Log output from ffmpeg in case there are further issues and I need more info to debug.

0.5.3

04 Feb 17:32
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release
  • Fix crash when a collection directory is moved/removed
  • Fix crash when exporting audio to Anki from a file with more than one audio stream (it just uses first stream now)
  • Exit full screen mode when exiting video player, so that user doesn't get stuck in full screen (there is no way to toggle it outside of the player)

0.5.2

03 Feb 00:11
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release
  • Add logging of ffmpeg stderr output to help debug user crashes

0.5.1

25 Jan 21:50
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • Fix startup crash on MacOS

0.5.0

29 Sep 20:58
Compare
Choose a tag to compare
  • Allow exporting the currently selected text to an Anki field
  • Add setting to ignore subtitle tracks for certain languages
  • Automatically detect and handle different encodings of subtitle files (instead of assuming utf-8)
  • Fix issue where toggling furigana could cause subtitle line breaks to change
  • Fill a default collection name based on directory name
  • Allow toggling fullscreen mode via F key (shortcut for toggling furigana was changed)
  • Upgrade Electron version in attempt to fix reported crashing on certain Linux systems

0.4.1

03 Sep 21:24
Compare
Choose a tag to compare
  • Make SRT parsing more lenient with extraneous whitespace (thx Vladz0r for bug report)
  • Don't crash in a certain rare case where there is a problem matching furigana to kanji

0.4.0

02 Sep 02:53
Compare
Choose a tag to compare
  • Allow exporting image field (downscaled snapshot of video) to Anki
  • Restore scroll position when going back to Library screen
  • Attempt to fix displayed order of fields in Anki Export panel (thx Vladz0r for bug report)
  • In Reading Practice mode, pause after right arrow (thx Vladz0r for bug report)
  • When extracting audio for Anki Export, pad by 250ms on both ends (thx Vladz0r for suggestion)

0.3.0

30 Aug 08:25
Compare
Choose a tag to compare
  • Add exporting of subtitle text and audio to Anki via AnkiConnect

0.2.0

26 Aug 18:05
Compare
Choose a tag to compare
  • Support .mkv video files
  • Show warning if video has no playable audio (since mkv files often use the unsupported AC3 codec)
  • Allow toggling sub tracks in Manual mode (thanks Vladz0r for bug report)
  • Parse season number from video filenames
  • Make Windows installer present options (not one-click)
  • Add installer-free Windows release (zipped portable exe)
  • Various minor improvements