Skip to content

v1.7.2

Latest

Choose a tag to compare

@ripose-jp ripose-jp released this 31 Jan 22:55
· 81 commits to master since this release

For the best experience install Noto Sans JP and Kanji Stroke Order fonts.

Patch Notes

1.7.2

  • Fix subtitles not clearing out when changing the primary subtitle track

v1.7.1

  • Fix audio not playing (or crash when audio is not found) after pressing the "Play Audio" button on a search result @BigBoyBarney
  • Fix <br> not being the default Replace Newlines With value in Anki Integration
    • Note: If you have used Anki Integration before, you will need to set the value of this to <br> if you want newlines to appear as line breaks on your Anki cards. Check Show Advanced Options to see this setting in Anki Integration.
  • Fix subtitles disappearing prematurely when using some subtitle styling techniques @abr-Projects

Change Log

  • Add scanning of text using middle mouse click @eyalmazuz
  • Add Open Recent under the Media menu
  • Add conditional Anki marker syntax. If a marker is empty, it substitutes the value of that marker for the next marker. This syntax takes the form of {marker1 | marker2} where markers are separated by a | character.
  • Add support for resizing {screenshot} and {screenshot-video} images using extended syntax @eyalmazuz
    • max-width: Specifies a maximum width of the image in pixels
    • max-height: Specifies a maximum height of the image in pixels
    • keep-ratio: Specifies whether or not to keep the aspect ratio of the image during resize
  • Add extended syntax to {frequencies} @eyalmazuz
    • min-value: Keeps only the minimum value in the output
    • value-only: Strips the name of the frequency dictionary from the output
  • Add the {video} marker for clipping videos
  • Add extended marker syntax to {audio-media}, {audio-context}, and {video}
    • source: Specifies if timings should be taken from the current subtitle or the selected context ({audio-media} and {video} only)
    • audio: Specifies if the video clip should include audio ({video} only)
    • subtitles: Specifies if the video clip should include subtitles ({video} only)
    • norm: Specifies if audio should be normalized
    • db: Specifies the decibel level to normalize audio to
  • Make Anki Settings Help scrollable
  • Make Open in Anki search results more accurate
  • Fix {tags-brief} marker not being suggested for kanji cards
  • Fix undocumented markers in Anki Settings Help dialog
  • Fix mishandling of frequency dictionaries that used floating point values
  • Fix parsing of some Yomitan dictionaries
  • Fix frequencies not showing up for some kana only entries
  • Update project to C++20
  • Refactor large parts of the Memento backend

Important for macOS users