Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yalov committed Oct 17, 2019
1 parent f95f7c9 commit e68b68b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@

## 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
* stopped support of x86
* 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
Expand Down
3 changes: 2 additions & 1 deletion eyes-thanks/eyes-thanks.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -127,6 +127,7 @@ CONFIG(release, debug|release) {
removeFilesInDir($$DESTDIR/imageformats/, $$FILENAMES)

copyFilesToDir($${SSLDLLDIR}/*.dll, $$DESTDIR)
copyFilesToDir($$PWD/../ChangeLog.md, $$DESTDIR)
}
}
}
Expand Down

0 comments on commit e68b68b

Please sign in to comment.