diff --git a/CMakeLists.txt b/CMakeLists.txt index 27b03e9..300c367 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ option(WITH_FREEDESKTOP_FRONTEND "Build the freedesktop frontend" OFF) set(SNORE_VERSION_MAJOR 0) set(SNORE_VERSION_MINOR 5) set(SNORE_VERSION_PATCH 0) -set(SNORE_VERSION_SUFFIX "rc2") +set(SNORE_VERSION_SUFFIX "rc3") set(SNORE_SUFFIX "") set(SNORE_CamelCase_SUFFIX "") diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..d9ea397 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,37 @@ +# Changes since 0.5.0rc2 # +- Fixed a crash related to a QTimer deleted in the wrong thread. + +# Changes since 0.5.0rc1 # +- Cleanedup build system using new Cmake magic +- Dropped KDE stuff +- Dropeed dependencie to boost and cryptopp by switching to a different Growl implementation. [A fork of gntp-send](https://github.com/Snorenotify/SnoreGrowl). + + +# Changes since 0.5.0beta4 # +- Merged mac osx backend +- Fixed a possible crash, if register was called directly before notify +- Don't register snorenotify with Growl + +# Changes since 0.5.0beta3 # +- Only use QTemporaryDir in qt5 + +# Changes since 0.5.0beta2 # +- Use QTemporaryDir for the image cache +- Reduce calls to QFile::exists + +# Changes since 0.5.0beta1 # +- Removed plugin caching, it was overkill and caused problems if the plugins where updated. + +# Changes since 0.5-alpha1 # +- Better scaling for the snore backend. +- Fixed a crash. + +# Changes since 0.4 # +- Support for separated installs for qt4 and qt5. +- Improved logging system. +- Extended doxygen doc. +- Refactoring. +- Added a default qml notification backend. +- Improved plugin loading. +- The Windows 8 backend now supports closing of notifications. +....