From e5cbf5212c9cf1dd4fa33390d463696ff9639a85 Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Sun, 11 Jul 2021 15:13:44 +0200 Subject: [PATCH] * Version bumped to 0.1.0. * Dropped RAODMAP.txt --- ROADMAP.txt | 30 ------------------------------ jiten-pai.py | 2 +- kanjidic.py | 2 +- 3 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 ROADMAP.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'] -- 2.30.2