+++ /dev/null
-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
-
"""
-_JITENPAI_VERSION = '0.0.11'
+_JITENPAI_VERSION = '0.1.0'
_JITENPAI_NAME = 'Jiten-pai'
_JITENPAI_DIR = 'jiten-pai'
_JITENPAI_CFG = 'jiten-pai.conf'
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']