Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed May 2, 2020
1 parent af0f79a commit 2e7d5a8
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 10 deletions.
5 changes: 1 addition & 4 deletions installer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
`setup.iss`: create installer .exe
`package.bat`: create .zip with 7-Zip

Put these files in `data` directory before running `setup.iss` or `package.bat`:
Put these files in `data` directory before running `setup.iss` :

* UMWP Autochanger.exe (with a space, not an underscore)
* redist/vcredist_x86.exe ([Visual C++ 2017 Redistributable x86](https://aka.ms/vs/15/release/vc_redist.x86.exe))
Expand Down
1 change: 0 additions & 1 deletion installer/package.bat

This file was deleted.

2 changes: 1 addition & 1 deletion installer/setup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define AppId "{401CCECB-FFCC-4AF3-846D-A535F59D0834}"
#define AppName "UMWP Autochanger"
#define AppVersion "2.3.2"
#define AppVersion "2.4.0"
#define AppPublisher "StrangePlanet"
#define PublisherURL "https://www.strangeplanet.fr"
#define ProjectURL "https://www.strangeplanet.fr/work/umwp-autochanger"
Expand Down
8 changes: 4 additions & 4 deletions src/constants.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#ifndef VERSION_H
#define VERSION_H

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

#define APP_INSTALLER_SIZE 13000000
#define APP_INSTALLER_SIZE 19000000
#define APP_MAX_TRAVERSAL 3
#define APP_MAX_APP_RUNNING_MESSAGE_COUNT 3
#define APP_MIN_WIDTH 450
Expand Down
10 changes: 10 additions & 0 deletions src/lang/en_GB/changelog.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<dl>
<dt>Version 2.4.0 <small>May 2nd 2020</small></dt>
<dd>
<ul>
<li>New set option "Recent first""</li>
<li>New app icon</li>
<li>Ne more freeze when scanning a directory</li>
<li>Automatic cleanup of temporary files</li>
</ul>
</dd>

<dt>Version 2.3.2 <small>January 6th 2019</small></dt>
<dd>
<ul>
Expand Down
10 changes: 10 additions & 0 deletions src/lang/fr_FR/changelog.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<dl>
<dt>Version 2.4.0 <small>2 Mai 2020</small></dt>
<dd>
<ul>
<li>Nouvelle option de set "Recents en 1er"</li>
<li>Nouvelle icone d'application</li>
<li>Plus de blocage pendant l'analyse d'un répertoire</li>
<li>Nettoyage automatique des fichiers temporaires</li>
</ul>
</dd>

<dt>Version 2.3.2 <small>6 Janvier 2019</small></dt>
<dd>
<ul>
Expand Down

0 comments on commit 2e7d5a8

Please sign in to comment.