Skip to content

Releases: PlexSheep/sennen

v0.3.0

22 Jan 02:10
8e02cff
Compare
Choose a tag to compare

0.3.0 (2025-01-20)

Features

  • cli: add -v version flag #27 (35112e0)
  • print information in download_all_unless_exists (9b857bc)

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

  • fix typo in readme link (0b47056)
  • update readme for new test ci and add a note for tests in the contributing section (516390a)

v0.2.0

19 Jan 23:54
a9d2b2f
Compare
Choose a tag to compare

0.2.0 (2025-01-19)

Features

  • ui: include the actual new sennen logo (1bef2e5)
  • ui: show version in web ui (d807d0c)

Bug Fixes

  • remove old prints (15e80ee)
  • some of the prints did not have the (i) status symbols (24bea92)

Documentation

v0.1.0

19 Jan 21:38
a3b607a
Compare
Choose a tag to compare

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)