Skip to content

Commit 2e7d5a8

Browse files
committed
Release 2.4.0
1 parent af0f79a commit 2e7d5a8

File tree

6 files changed

+26
-10
lines changed

6 files changed

+26
-10
lines changed

installer/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
`setup.iss`: create installer .exe
2-
`package.bat`: create .zip with 7-Zip
3-
4-
Put these files in `data` directory before running `setup.iss` or `package.bat`:
1+
Put these files in `data` directory before running `setup.iss` :
52

63
* UMWP Autochanger.exe (with a space, not an underscore)
74
* redist/vcredist_x86.exe ([Visual C++ 2017 Redistributable x86](https://aka.ms/vs/15/release/vc_redist.x86.exe))

installer/package.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.2"
3+
#define AppVersion "2.4.0"
44
#define AppPublisher "StrangePlanet"
55
#define PublisherURL "https://www.strangeplanet.fr"
66
#define ProjectURL "https://www.strangeplanet.fr/work/umwp-autochanger"

src/constants.h

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

4-
#define CURRENT_YEAR "2019"
4+
#define CURRENT_YEAR "2020"
55
#define APP_NAME "UMWP Autochanger"
6-
#define APP_VERSION "2.3.2"
7-
#define APP_VERSION_DW 2,3,2
6+
#define APP_VERSION "2.4.0"
7+
#define APP_VERSION_DW 2,4,0
88
#define APP_COMPANYNAME "StrangePlanet"
99
#define APP_FILEDESCRIPTION "Ultimate Monitor Wallpaper Autochanger"
1010
#define APP_LEGALCOPYRIGHT "Copyright (c) 2013-" CURRENT_YEAR " StrangePlanet"
@@ -25,7 +25,7 @@
2525
#define APP_ISSUES_URL "https://github.com/mistic100/UMWP-Autochanger/issues"
2626
#define APP_CHANGELOG_URL "https://www.strangeplanet.fr/work/umwp-autochanger/changelogs/%1.html"
2727

28-
#define APP_INSTALLER_SIZE 13000000
28+
#define APP_INSTALLER_SIZE 19000000
2929
#define APP_MAX_TRAVERSAL 3
3030
#define APP_MAX_APP_RUNNING_MESSAGE_COUNT 3
3131
#define APP_MIN_WIDTH 450

src/lang/en_GB/changelog.htm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<dl>
2+
<dt>Version 2.4.0 <small>May 2nd 2020</small></dt>
3+
<dd>
4+
<ul>
5+
<li>New set option "Recent first""</li>
6+
<li>New app icon</li>
7+
<li>Ne more freeze when scanning a directory</li>
8+
<li>Automatic cleanup of temporary files</li>
9+
</ul>
10+
</dd>
11+
212
<dt>Version 2.3.2 <small>January 6th 2019</small></dt>
313
<dd>
414
<ul>

src/lang/fr_FR/changelog.htm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<dl>
2+
<dt>Version 2.4.0 <small>2 Mai 2020</small></dt>
3+
<dd>
4+
<ul>
5+
<li>Nouvelle option de set "Recents en 1er"</li>
6+
<li>Nouvelle icone d'application</li>
7+
<li>Plus de blocage pendant l'analyse d'un répertoire</li>
8+
<li>Nettoyage automatique des fichiers temporaires</li>
9+
</ul>
10+
</dd>
11+
212
<dt>Version 2.3.2 <small>6 Janvier 2019</small></dt>
313
<dd>
414
<ul>

0 commit comments

Comments
 (0)