Skip to content

Commit

Permalink
next version is 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Feb 12, 2014
1 parent fd1ca65 commit c7e5c1f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ UMWP Autochanger is a little tool for [UltraMon](http://www.realtimesoft.com/ult
* randomly and periodically change the wallpaper of all your monitors,
* manage sets of wallpapers, allowing you to quickly change which images are used.

Version : 1.4
Release date : 06/01/2014
Version : 1.5
Release date : 12/02/2014
Author : Damien "Mistic" Sorel
Website : http://www.strangeplanet.fr/work/umwp-autochanger
License : GNU General Public License Version 3
Expand Down Expand Up @@ -59,13 +59,13 @@ You will need Qt 4.8.4 and libqxt 0.6.2


## Changelog
* 1.5
* [1.5 (12/02/2014)](http://www.strangeplanet.fr/work/umwp-autochanger/download.php?ver=1.5)
* new: export and import XML configuration file
* new: check UltraMon version
* fixed: better detection of UltraMon executable
* fixed: no more freeze when updating wallpaper
* new: add logger for debuging purposes
* new: "Active files" dialog with cliquable thumbnails for direct access to files
* fixed: better detection of UltraMon executable
* fixed: no more freeze when updating wallpaper

* [1.4 (06/01/2014)](http://www.strangeplanet.fr/work/umwp-autochanger/download.php?ver=1.4)
* new: more flexibility for hot keys + new hotkeys for refresh, start/pause, show/hide
Expand Down
12 changes: 10 additions & 2 deletions installer/data/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
UltraMon Wallpaper Autochanger

Version : 1.4
Release date : 06/01/2013
Version : 1.5
Release date : 12/02/2013
Author : Damien "Mistic" Sorel
Website : http://www.strangeplanet.fr
License : GNU General Public License Version 3
Expand Down Expand Up @@ -84,6 +84,14 @@ Known bugs
Changelog
=========

--- 1.5 (12/02/2014)
- new: export and import XML configuration file
- new: check UltraMon version
- new: add logger for debuging purposes
- new: "Active files" dialog with cliquable thumbnails for direct access to files
- fixed: better detection of UltraMon executable
- fixed: no more freeze when updating wallpaper

--- 1.4 (06/01/2013)
- new: more flexibility for hot keys + new hotkeys for refresh, start/pause, show/hide
- new: permanently save last used directory
Expand Down
3 changes: 2 additions & 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 "1.4"
#define AppVersion "1.5"
#define AppPublisher "StrangePlanet"
#define PublisherURL "http://www.strangeplanet.fr"
#define ProjectURL "http://www.strangeplanet.fr/work/umwp-autochanger"
Expand Down Expand Up @@ -76,6 +76,7 @@ Filename: "{app}\{#AppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(
[UninstallDelete]
Type: filesandordirs; Name: "{app}\cache";
Type: files; Name: "{app}\debug.log";
[Code]
// delete settings.xml during uninstall
Expand Down

0 comments on commit c7e5c1f

Please sign in to comment.