Releases: LuteOrg/lute-v3
Releases · LuteOrg/lute-v3
3.9.2
3.9.0
3.8.1
3.8.0
Tweaks:
- #540: revise popup: include more data, but make layout more compact.
- #541: change hotkeys to use "code" rather than "key letter pressed" so that people switching keyboard layouts can have constant shortcuts.
- #544: allow showing "Unknown" Terms in filtered Term listing.
- #527: Track words read in new wordsread table, allows for multiple re-reads of same page to be tracked in "words read" stats graph.
Fixes:
3.7.0 - bulk term editing
3.6.1
Features/tweaks:
- Show term popup if term has tag.
- #525: add Save Term customizable hotkey.
- #517: show page fraction even if book completed.
- #524: show popup for terms with data, ignoring status.
- #522: allow term import with identical lines.
- Update arabic language definition.
Back end changes:
- use pyproject.toml and flit only for managing dependencies
- #534: change how Lute loads demo data for new installs
3.6.0
Feature changes:
- New khmer parser plugin (
lute3-khmer
). By @jaydom28 in #513. - #302: change term/sentence translation placeholder from
###
to[LUTE]
. - #302:
[LUTE]
placeholder not required, some dictionaries don't support extra arguments.
Code changes:
- #509: refactor all library code to use db.session argument
3.5.9
Feature changes:
- Add Thai plugin! By @jaydom28 in #510. Will be released to PyPi separately.
- Add Thai definition and story, using the new Thai plugin.
- #12: Allow bulk set status in Term listing.
Tweaks:
- #140: keyboard shortcuts to move to prev, next sentences.
- #507: add
--local
startup flag to lute.main (disallows accessing from mobile devices) - Show 'text copied' message in tooltip only.
- Only hold Shift down at start of text copy.
Fixes: