From: Masayuki Satoh Date: Mon, 15 Sep 2014 00:55:34 +0000 (+0900) Subject: Ver0.22 X-Git-Url: http://git.osdn.net/view?p=gefu%2FGefu.git;a=commitdiff_plain;h=4133910e12dec4ad9543babf354025f7fa9cee8b Ver0.22 --- diff --git a/Gefu.pro b/Gefu.pro index d62af24..262a64e 100644 --- a/Gefu.pro +++ b/Gefu.pro @@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = Gefu TEMPLATE = app -VERSION = 0.2.1 +VERSION = 0.2.2 SOURCES += main.cpp\ mainwindow.cpp \ diff --git a/README.md b/README.md index 13bb933..839771d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Gefu Gefu is an Experimental File Utility. +#### 2014/09/15 Ver0.22 + * サムネイル生成処理をパラレル→シーケンシャルに変更しました。 + * 外観設定をキャッシュ化しました。 + #### 2014/09/15 Ver0.21 * 設定ダイアログを刷新。 * iniファイルのパスも変更したため、設定が初期化されます。 diff --git a/ReadMe.txt b/ReadMe.txt index dcf5458..5c37c5f 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ =============================================================================== Gefu(げふぅ) - Gefu is an Experimental File Utility - - Version 0.21 + Version 0.22 =============================================================================== 2014/09/15 @miyabi_satoh @@ -101,6 +101,10 @@ Twitter: https://twitter.com/miyabi_satoh ◇ 履歴 ◇ +#### 2014/09/15 Ver0.22 + * サムネイル生成処理をパラレル→シーケンシャルに変更しました。 + * 外観設定をキャッシュ化しました。 + #### 2014/09/15 Ver0.21 * 設定ダイアログを刷新。 * iniファイルのパスも変更したため、設定が初期化されます。 diff --git a/installer-full.nsi b/installer-full.nsi index b54cd61..d7d793c 100644 --- a/installer-full.nsi +++ b/installer-full.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Gefu" -!define PRODUCT_VERSION "0.21" +!define PRODUCT_VERSION "0.22" !define PRODUCT_PUBLISHER "@miyabi_satoh" !define PRODUCT_WEB_SITE "http://gefu.sourceforge.jp/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Gefu.exe" @@ -51,7 +51,7 @@ var ICONS_GROUP ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "Gefu021_full_setup.exe" +OutFile "Gefu022_full_setup.exe" InstallDir "$PROGRAMFILES\Gefu" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show diff --git a/installer.nsi b/installer.nsi index ad6d550..51b76f2 100644 --- a/installer.nsi +++ b/installer.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Gefu" -!define PRODUCT_VERSION "0.21" +!define PRODUCT_VERSION "0.22" !define PRODUCT_PUBLISHER "@miyabi_satoh" !define PRODUCT_WEB_SITE "http://gefu.sourceforge.jp/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Gefu.exe" @@ -51,7 +51,7 @@ var ICONS_GROUP ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "Gefu021_Setup.exe" +OutFile "Gefu022_Setup.exe" InstallDir "$PROGRAMFILES\Gefu" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show diff --git a/version.h b/version.h index cd1694d..7db4712 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION_VALUE 0.21 +#define VERSION_VALUE 0.22 #endif // VERSION_H