Skip to content

Releases: LuteOrg/lute-v3

3.0.7

21 Dec 13:50
Compare
Choose a tag to compare

Feature changes:

  • Add slide-in menu for reading pane (issue 60).
  • Add font/line spacing etc to slide-in menu (issue 45).
  • Fix audio not loading reliably in Firefox.
  • Keep book listing filter state on refresh (issue 46).
  • Arrow keys only change status for clicked words, not hovered.
  • Remove 'mark known' check on all pages, add 'make done' check on final page (issue 58).

3.0.5 / 3.0.6

15 Dec 02:35
Compare
Choose a tag to compare

Feature changes:

  • Add audio player to play mp3, wav, or ogg files. See docs
  • Add up/down arrow hotkey to change term status.
  • Tweak Greek character range.
  • Add 'is completed' check to book title in listing.

Supporting changes:

  • Page content is now ajaxed in.

3.0.5 (2023-12-13) - Skipped, botched release due to wifi problems.

3.0.2 - themes

27 Nov 15:51
Compare
Choose a tag to compare
  • Add theming and highlight toggling.

3.0.1

24 Nov 02:47
Compare
Choose a tag to compare
  • Issue 23: paragraphs not rendered in correct order.
  • Inject custom styles into other pages.

3.0.0

22 Nov 02:01
Compare
Choose a tag to compare

Lute v3 launch. 🎉

3.0.0b11

20 Nov 04:58
Compare
Choose a tag to compare
3.0.0b11 Pre-release
Pre-release
  • Add language term export command.
  • Add czech language and demo story to baseline db.
  • Bugfix: Respect the 'show pronunciation' lang setting in form.

Back end changes

  • CLI command sketch.
  • Use specified, root, or default config, in that order.
  • Change create_app to take config file path, not object.
  • Template for demo stories.

3.0.0b10

18 Nov 07:00
Compare
Choose a tag to compare
3.0.0b10 Pre-release
Pre-release
  • Bugfix: Fix "archive book" broken link at end of book
  • Issue 7: hotkey updates term form if displayed.
  • Redirect to home if bad book id.
  • Add custom 404 error handler.
  • Change wiki refs on site to manual.
  • Add Russian predefined language and story demo to baseline.

3.0.0b9

17 Nov 17:49
Compare
Choose a tag to compare
3.0.0b9 Pre-release
Pre-release
  • bugfix: parser type select box wasn't updating correctly.
  • bugfix: Skip bad Japanese input tokens during parse.
  • Multi-platform docker builds.
  • Add nicer error handler.
  • Allow change of mecab path, even in docker.

Back end changes:

  • Remove MECAB_PATH from config file.
  • Try different mecab path candidates if needed.

3.0.0b8

17 Nov 17:49
Compare
Choose a tag to compare
3.0.0b8 Pre-release
Pre-release

Add --config param to startup for local prod dogfooding. Allows for specifying different path to the "data" folder. Probably not needed for the vast majority of users.

3.0.0b7

14 Nov 19:28
Compare
Choose a tag to compare
3.0.0b7 Pre-release
Pre-release
  • Fix sentence link.
  • Fix mecab path manual references.