Skip to content

Commit 01f2029

Browse files
committed
Release 2.3.1
1 parent bdc2e99 commit 01f2029

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed

installer/package.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"C:\Program Files\7-Zip\7z.exe" a UMWP_Autochanger_2.3.0.zip ./data/* -x!*.ico
1+
"C:\Program Files\7-Zip\7z.exe" a UMWP_Autochanger_2.3.1.zip ./data/* -x!*.ico

installer/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define AppId "{401CCECB-FFCC-4AF3-846D-A535F59D0834}"
22
#define AppName "UMWP Autochanger"
3-
#define AppVersion "2.3.0"
3+
#define AppVersion "2.3.1"
44
#define AppPublisher "StrangePlanet"
55
#define PublisherURL "http://www.strangeplanet.fr"
66
#define ProjectURL "http://www.strangeplanet.fr/work/umwp-autochanger"

src/constants.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#define VERSION_H
33

44
#define APP_NAME "UMWP Autochanger"
5-
#define APP_VERSION "2.3.0"
6-
#define APP_VERSION_DW 2,3,0
5+
#define APP_VERSION "2.3.1"
6+
#define APP_VERSION_DW 2,3,1
77
#define APP_COMPANYNAME "StrangePlanet"
88
#define APP_FILEDESCRIPTION "Ultimate Monitor Wallpaper Autochanger"
9-
#define APP_LEGALCOPYRIGHT "Copyright (c) 2013-2017 StrangePlanet"
9+
#define APP_LEGALCOPYRIGHT "Copyright (c) 2013-2018 StrangePlanet"
1010
#define APP_ORIGINALFILENAME "UMWP_Autochanger.exe"
1111
#define APP_MUTEX L"com.strangeplanet.umwp_autochanger"
1212

@@ -24,7 +24,7 @@
2424
#define APP_ISSUES_URL "https://github.com/mistic100/UMWP-Autochanger/issues"
2525
#define APP_CHANGELOG_URL "https://www.strangeplanet.fr/work/umwp-autochanger/changelogs/%1.html"
2626

27-
#define APP_INSTALLER_SIZE 12000000
27+
#define APP_INSTALLER_SIZE 13000000
2828
#define APP_MAX_TRAVERSAL 3
2929
#define APP_MAX_APP_RUNNING_MESSAGE_COUNT 3
3030
#define APP_MIN_WIDTH 450

src/lang/en_GB/changelog.htm

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<dl>
2+
<dt>Version 2.3.1 <small>February 9th 2018</small></dt>
3+
<dd>
4+
<ul>
5+
<li>Restore window on tray-icon double click.</li>
6+
<li>Improve wallpaper deletion in "Active files" dialog.</li>
7+
<li>Fix bad total desktop calculation.</li>
8+
</ul>
9+
</dd>
10+
211
<dt>Version 2.3.0 <small>August 31st 2017</small></dt>
312
<dd>
413
<ul>

src/lang/fr_FR/changelog.htm

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<dl>
2+
<dt>Version 2.3.1 <small>9 Février 2018</small></dt>
3+
<dd>
4+
<ul>
5+
<li>Restaure la fenêtre au double click sur l'icône système.</li>
6+
<li>Améliore la suppression d'image depuis l'écran "Fichiers actifs".</li>
7+
<li>Corrige le mauvais calcul de la taille total du bureau.</li>
8+
</ul>
9+
</dd>
10+
211
<dt>Version 2.3.0 <small>31 Août 2017</small></dt>
312
<dd>
413
<ul>

src/lang/ru_RU/changelog.htm

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<dl>
2+
<dt>Version 2.3.1 <small>February 9th 2018</small></dt>
3+
<dd>
4+
<ul>
5+
<li>Restore window on tray-icon double click.</li>
6+
<li>Improve wallpaper deletion in "Active files" dialog.</li>
7+
<li>Fix bad total desktop calculation.</li>
8+
</ul>
9+
</dd>
10+
211
<dt>Версия 2.3.0 <small>31 августа 2017</small></dt>
312
<dd>
413
<ul>

0 commit comments

Comments
 (0)