Releases: LuteOrg/lute-v3
Releases · LuteOrg/lute-v3
3.5.6
Feature changes:
- Add CLI tool to bulk import books from a CSV file. See the manual for notes. By @bwkimmel in #491
Tweaks:
Misc code:
3.5.5
Feature changes:
- #405: add UserSetting for book stats sample size.
There was a big refactor/rewrite of much of the book stats
calculation code. The calculation isn't instantaneous,
but as the graphs are ajaxed in now, it should suffice.
Tweaks:
- Show term popup if parent is set.
- Ajax in book stats on home page for speed.
- Simplify datatables rendering.
Fixes:
3.5.3
3.5.2
Tweaks:
- Issue #472: add parents to term export.
- Fail import terms if too many or few fields in data.
- Disable CSRF check for form posts.
Fixes:
3.5.1
Tweaks:
- Never cache main page, always recalc book stats as needed.
- #466: strip whitespace from jinja comment.
- #497: allow .m4a audio files.
- #437: exclude unknown terms from language term counts.
Bug fixes:
- #455: handle TermTag associations when tags are deleted.
- #465: term import fix, only change statuses if explicitly specified.
- #458: omit empty error messages on language save.
- #464: prevent dictionary tabs from stealing focus. By @cblanken in #459.
- #293: fix stats chart shrinking. By @cblanken in #456.
3.5.0
Feature changes:
3.4.3
3.4.2
3.4.0 - parser plugins!
Feature changes:
- Add (first) language parser plugin for Mandarin. By @cghyzel in #413. See the manual for installation notes if you want to study Mandarin.
- Issue #418: let users specify if on mobile or desktop. See the faq
- Allow Opus audio files. By @yue-dongchen in #420
Back end changes:
3.3.3
Feature changes:
- Issue #287: Read custom theme .css files from
userthemes
data directory. See the manual for notes.
Code tweaks:
- Issue #409: tweak mobile screen interactions. See the manual for notes.
- Issue #410: include term tags in language export CLI job.
- Term CSV import ignores "added" field, and field names are case-insensitive.
- Issue #355: Remove component term images from hover detail (too many images were getting shown, was confusing)
- Issue #372: Show component terms in hover in the (rough) order they appear in the multiword term.
- Issue #349: Provide default values for sentence terminators and word characters. By @mzraly in #366.