* Version bumped to 0.1.0. master v0.1.0
authorUrban Wallasch <urban.wallasch@freenet.de>
Sun, 11 Jul 2021 13:13:44 +0000 (15:13 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sun, 11 Jul 2021 13:13:44 +0000 (15:13 +0200)
* Dropped RAODMAP.txt

ROADMAP.txt [deleted file]
jiten-pai.py
kanjidic.py

diff --git a/ROADMAP.txt b/ROADMAP.txt
deleted file mode 100644 (file)
index f8e1bdf..0000000
+++ /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
-
index f553a277e4e52f43609435bb6a9d1db1626f2e22..ba7a9adea0dc321bee0c1221fa6bbdd318aeb692 100755 (executable)
@@ -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'
index ab9081ddb7abf2f3f9587afc23ad3f6cf33973a6..b5a1f059e51cd65279c22c9ca983abad4b87d972 100755 (executable)
@@ -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']