From e68b68ba9b98f080d1f1afdbeab45289b5218df9 Mon Sep 17 00:00:00 2001 From: Alexander Yalov Date: Thu, 17 Oct 2019 20:47:43 +0300 Subject: [PATCH] bump version --- ChangeLog.md | 20 ++++++++++---------- eyes-thanks/eyes-thanks.pro | 3 ++- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 214b409..2bbc018 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,5 @@ -## Version 1.5.0 (Unrealeased) +## Version 1.5.0 * fixed alternative folder doesn't loaded * updated to Qt 5.12.5 LTS and OpenSSL 1.1.1d * reverted Dynamic builds @@ -7,45 +7,45 @@ * fixed Clang Code Model warnings * added donation link * updated ligatures for NEO - * Clang-format: refactored charsets + * refactored charsets * get all link for last release in the updater -Version 1.4.4 +## Version 1.4.4 * Static build for x86 and x64 -Version 1.4.3 +## Version 1.4.3 * x64 version * position of Neo desc column for multi-monitor * Win10 username for NEO * fix Tiling save checkbox * fix stayingonTop -Version 1.4.1 +## Version 1.4.1 * Random selection from user pictures AND enabled autogenerated images * First start messagebox * Fix win10 styling * Fix bugs -Version 1.3.9 +## Version 1.3.9 * Add skip action * Recompile for Qt 5.10 and OpenSSL 1.0.2j * Fix some text string -Version 1.3.5 +## Version 1.3.5 * New white tray icon set. * Twice accuracy tray icon circle progressbar. -Version 1.3.2 +## Version 1.3.2 * New predetermined backgrounds * Now you can choose predetermined backgrounds * Setting dialog update * Some bug fix * Fix Multiscreen bug -Version 1.2.0 +## Version 1.2.0 * New backgrounds without pictures. -Version 1.1.0 +## Version 1.1.0 * Second image folder * Many new proverbs * English and Russian translate diff --git a/eyes-thanks/eyes-thanks.pro b/eyes-thanks/eyes-thanks.pro index 7115929..3d8173e 100644 --- a/eyes-thanks/eyes-thanks.pro +++ b/eyes-thanks/eyes-thanks.pro @@ -15,7 +15,7 @@ LIBS += -lnetapi32 APP_NAME = "Eyes’ Thanks" -VERSION = 1.4.11 +VERSION = 1.5.0 DEV_NAME = Alexander Yalov DEV_EMAIL = alexander.yalov@gmail.com REPO_URL = https://github.com/yalov/eyes-thanks @@ -127,6 +127,7 @@ CONFIG(release, debug|release) { removeFilesInDir($$DESTDIR/imageformats/, $$FILENAMES) copyFilesToDir($${SSLDLLDIR}/*.dll, $$DESTDIR) + copyFilesToDir($$PWD/../ChangeLog.md, $$DESTDIR) } } }