Releases: PlexSheep/sennen
Releases · PlexSheep/sennen
v0.3.0
0.3.0 (2025-01-20)
Features
Bug Fixes
- do not generate a base.html output file (84dac0c)
- dont use multiple cpus in test ci (97bccc0)
- generation handled date wrongly (ed81eaa)
- getNextDay and getPreviousDay were behaving weirdly again, so now the should theoretically REALLY REALLY work #22 (79f9902)
Documentation
v0.2.0
v0.1.0
0.1.0 (2025-01-19)
⚠ BREAKING CHANGES
- word of the day no longer depends on the kanji
- add furigana to common and word skeleton
- api: do not include kanji that have no jlpt or frequency
- api: selection is made with better rng now #7
Features
- api: generate daily entries with kanji 10 years into past and future (0b3686d)
- api: implement the word module (67e29d0)
- cli and poetry stuff (10a2169)
- cli: clean command (aae0e35)
- cli: skip-daily #12 (ca755b8)
- daily kanji (dcb5fc3)
- parse: basic kanji parser (39d1d1c)
- sources: download dictionaries (ba23f8d)
- ui: basic darkmode plus switch #4 (54fa74f)
- ui: basic web ui (5e0393f)
- ui: better dark mode colors (e8f7ee9)
- ui: better furigana (b4914cb)
- ui: better looks while loading (8b9a228)
- ui: new frontend with fancy jinja templates #9 (5b5f77d)
- ui: updated footer (d9f29e7)
Bug Fixes
- api: do not include kanji that have no jlpt or frequency (58e75e9)
- api: selection is made with better rng now #7 (d58ba70)
- linking did not work in some cases, now works for js ressource too (ec846e8)
- recursive_remove failed if dir did not exist (70787a1)
- the key for the literal of the kanji was wrongfully changed (94291f8)
- ui: fix JS date errors (f4851a4)
- ui: getNextDay and getPreviousDay now add a day by adding milliseconds #8 (ca5619b)
- word of the day no longer depends on the kanji (4fc0e12)
Documentation
- it said study not kanji (553b729)
Code Refactoring
- add furigana to common and word skeleton (a49648e)