Skip to content

Releases: Bikatr7/Seisen

v3.3.0

30 Apr 17:05
f838d3d
Compare
Choose a tag to compare

Made combine deck feature more efficient.
Added a romaji guess mode.
Some other slight optimizations.

v3.2.0

23 Mar 04:29
22cbdd1
Compare
Choose a tag to compare

Added combine deck feature

v3.1.2

23 Feb 09:16
de4f2a8
Compare
Choose a tag to compare

Updated mysql-connector-python version and slight bug fix regarding inaccurate vocab IDs for vocab entities.

Full Changelog: v3.1.1...v3.1.2

v3.1.1

11 Feb 22:35
4313fb1
Compare
Choose a tag to compare
fixed update checking (For real this time)

wouldn't it be crazy if i could code right the first time

v3.0.0

05 Feb 20:26
140d36e
Compare
Choose a tag to compare

What's Changed

  • Static refactor prototype by @Bikatr7 in #3
  • Yet another refactor by @Bikatr7 in #4
  • Seisen File Format Update: Enhanced Handling and Sarcastic Readme Along with better standardization of database input/output by @Bikatr7 in #5
  • Proper full functionality check and prep for proper rewrite (Some UX Fixes for settings) by @Bikatr7 in #6
  • Breakdown of word/vocab classes and large architecture changes by @Bikatr7 in #7
  • Full refactor of searcher and vocab settings handler by @Bikatr7 in #8
  • Synonym to answer by @Bikatr7 in #9

Put simply, better organization of entire program to better fit with Japanese structure/

Full Changelog: v2.0.0...v3.0.0

v3.0.0-beta4

05 Feb 02:51
f038a7b
Compare
Choose a tag to compare
v3.0.0-beta4 Pre-release
Pre-release

v3.0.0-beta3

02 Feb 15:26
6695e6c
Compare
Choose a tag to compare
v3.0.0-beta3 Pre-release
Pre-release

I cannot express how much suffering was involved in this

v3.0.0-beta2

02 Feb 03:34
bc4bf4f
Compare
Choose a tag to compare
v3.0.0-beta2 Pre-release
Pre-release

What's Changed

fix for out of bounds

other things
Full Changelog: v3.0.0-beta...v3.0.0-beta2

v3.0.0-beta

28 Jan 01:49
7d33516
Compare
Choose a tag to compare
v3.0.0-beta Pre-release
Pre-release

What's Changed

  • Static refactor prototype by @Bikatr7 in #3
  • Yet another refactor by @Bikatr7 in #4
  • Seisen File Format Update: Enhanced Handling and Sarcastic Readme Along with better standardizaiton of database input/output by @Bikatr7 in #5
  • Proper full functionality check and prep for proper rewrite (Some UX Fixes for settings) by @Bikatr7 in #6
  • Breakdown of word/vocab classes and large architecture changes by @Bikatr7 in #7
  • Full refactor of searcher and vocab settings handler by @Bikatr7 in #8

Full Changelog: v2.0.0...v3.0.0-beta

I'll do proper patchnotes later

v2.0.0

11 Aug 03:53
Compare
Choose a tag to compare

Note that development outside crucial bug fixes will be paused until October 2023

Multitude of bug fixes, quality of life improvements and finalization of vocab changes.

Bug Fixes:

  • database setup works properly
  • Seisen no longer crashes when attempting to delete files that are open
  • z now longer crashes the program when fiddling with backups
  • proper exception debugging added
  • quotations are properly escaped when inserted into remote
  • check_typo fix

QOL Improvements:

  • faster logging
  • documentation changes
  • better type hinting and comments
  • readme updated

New Features:

  • delete_csep added
  • replace_csep added
  • vocab_search added
  • can import/export vocab decks now
  • can no longer add duplicate vocab

Structural Changes:

  • connection handling separated from remoteHandler and put into connectionHandler
  • util.py separated into three modules (toolkit.py, fileEnsurer.py, fileHandler.py)
  • changeSettings.py separated into three modules (settingsHandler, storageSettingsHandler, vocabSettingsHandler)
  • dedicated exit function added
  • searcher refactored entirely