From: Urban Wallasch Date: Sun, 11 Jul 2021 13:13:44 +0000 (+0200) Subject: * Version bumped to 0.1.0. X-Git-Tag: v0.1.0^0 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=HEAD;p=jiten-pai.git * Version bumped to 0.1.0. * Dropped RAODMAP.txt --- diff --git a/ROADMAP.txt b/ROADMAP.txt deleted file mode 100644 index f8e1bdf..0000000 --- a/ROADMAP.txt +++ /dev/null @@ -1,30 +0,0 @@ -Jiten-pai Road Map -================== - -Phase I -------- -[x] command line dict parser, proof of concept -[x] regex support in search - - -Phase II --------- -[x] Qt GUI -[x] result formatting -[x] preferences, config file -[x] history -[x] Romaji input -[x] program name, icon, "About" dialog -[x] README -[x] verb de-inflection - - -Phase III ---------- -[x] dict file conversion as separate tool - - -Phase IV --------- -[x] Kanji-Dic - diff --git a/jiten-pai.py b/jiten-pai.py index f553a27..ba7a9ad 100755 --- a/jiten-pai.py +++ b/jiten-pai.py @@ -13,7 +13,7 @@ See `LICENSE` file for more information. """ -_JITENPAI_VERSION = '0.0.11' +_JITENPAI_VERSION = '0.1.0' _JITENPAI_NAME = 'Jiten-pai' _JITENPAI_DIR = 'jiten-pai' _JITENPAI_CFG = 'jiten-pai.conf' diff --git a/kanjidic.py b/kanjidic.py index ab9081d..b5a1f05 100755 --- a/kanjidic.py +++ b/kanjidic.py @@ -27,7 +27,7 @@ from PyQt5.QtWidgets import * from PyQt5.QtGui import * -_KANJIDIC_VERSION = '0.0.11' +_KANJIDIC_VERSION = '0.1.0' _KANJIDIC_NAME = 'KanjiDic' _KANJIDIC_DIR = 'jiten-pai' _KANJIDIC_RADK = ['radkfile.utf8', 'radkfile2.utf8']