File tree Expand file tree Collapse file tree 6 files changed +26
-10
lines changed Expand file tree Collapse file tree 6 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 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 ` :
5
2
6
3
* UMWP Autochanger.exe (with a space, not an underscore)
7
4
* redist/vcredist_x86.exe ([ Visual C++ 2017 Redistributable x86] ( https://aka.ms/vs/15/release/vc_redist.x86.exe ) )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#define AppId " {401CCECB-FFCC-4AF3-846D-A535F59D0834}"
2
2
#define AppName " UMWP Autochanger"
3
- #define AppVersion " 2.3.2 "
3
+ #define AppVersion " 2.4.0 "
4
4
#define AppPublisher " StrangePlanet"
5
5
#define PublisherURL " https://www.strangeplanet.fr"
6
6
#define ProjectURL " https://www.strangeplanet.fr/work/umwp-autochanger"
Original file line number Diff line number Diff line change 1
1
#ifndef VERSION_H
2
2
#define VERSION_H
3
3
4
- #define CURRENT_YEAR "2019 "
4
+ #define CURRENT_YEAR "2020 "
5
5
#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
8
8
#define APP_COMPANYNAME "StrangePlanet"
9
9
#define APP_FILEDESCRIPTION "Ultimate Monitor Wallpaper Autochanger"
10
10
#define APP_LEGALCOPYRIGHT "Copyright (c) 2013-" CURRENT_YEAR " StrangePlanet"
25
25
#define APP_ISSUES_URL "https://github.com/mistic100/UMWP-Autochanger/issues"
26
26
#define APP_CHANGELOG_URL "https://www.strangeplanet.fr/work/umwp-autochanger/changelogs/%1.html"
27
27
28
- #define APP_INSTALLER_SIZE 13000000
28
+ #define APP_INSTALLER_SIZE 19000000
29
29
#define APP_MAX_TRAVERSAL 3
30
30
#define APP_MAX_APP_RUNNING_MESSAGE_COUNT 3
31
31
#define APP_MIN_WIDTH 450
Original file line number Diff line number Diff line change 1
1
< 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
+
2
12
< dt > Version 2.3.2 < small > January 6th 2019</ small > </ dt >
3
13
< dd >
4
14
< ul >
Original file line number Diff line number Diff line change 1
1
< 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
+
2
12
< dt > Version 2.3.2 < small > 6 Janvier 2019</ small > </ dt >
3
13
< dd >
4
14
< ul >
You can’t perform that action at this time.
0 commit comments