diff --git a/.github_changelog_generator b/.github_changelog_generator index f976105b..b7e0ec88 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ unreleased=true -future-release=3.2.0 +future-release=3.3.0 since-tag=2.2.5 exclude-tags=Continuous exclude_labels=duplicate,question,invalid,wontfix,rejected,infrastructure,technical task,packaging,news,not our bug,discussion,website diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f637f6..646a49d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## [3.3.0](https://github.com/ColinDuquesnoy/MellowPlayer/tree/3.3.0) (2018-01-14) +[Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/3.2.0...3.3.0) + +**Implemented enhancements:** + +- \[New Service\] Add support for player.fm [\#182](https://github.com/ColinDuquesnoy/MellowPlayer/issues/182) +- Use custom dialogs for WebEngine dialogs [\#180](https://github.com/ColinDuquesnoy/MellowPlayer/issues/180) +- Improve centering of services overview grid [\#178](https://github.com/ColinDuquesnoy/MellowPlayer/issues/178) +- Improve web views management [\#177](https://github.com/ColinDuquesnoy/MellowPlayer/issues/177) +- Redesign service settings [\#176](https://github.com/ColinDuquesnoy/MellowPlayer/issues/176) +- Use QtWebChannel to interact with streaming service web page [\#172](https://github.com/ColinDuquesnoy/MellowPlayer/issues/172) +- Add Network Proxy Support [\#170](https://github.com/ColinDuquesnoy/MellowPlayer/issues/170) + +**Fixed bugs:** + +- Broken Wynk integration plugin [\#181](https://github.com/ColinDuquesnoy/MellowPlayer/issues/181) +- Scrolling in the service settings page is slow and emits lots of QML warnings [\#175](https://github.com/ColinDuquesnoy/MellowPlayer/issues/175) +- Quit shortcut doesn't work anymore [\#174](https://github.com/ColinDuquesnoy/MellowPlayer/issues/174) +- CMake developper warning [\#173](https://github.com/ColinDuquesnoy/MellowPlayer/issues/173) +- Fail to build when Qt was linked using GNU Gold Linker [\#171](https://github.com/ColinDuquesnoy/MellowPlayer/issues/171) + +**Closed issues:** + +- Update copyright year [\#185](https://github.com/ColinDuquesnoy/MellowPlayer/issues/185) + ## [3.2.0](https://github.com/ColinDuquesnoy/MellowPlayer/tree/3.2.0) (2017-12-18) [Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/3.1.0...3.2.0) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33bb282f..f065016e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ if (NOT BUILD_NUMBER) endif() -project(MellowPlayer VERSION 3.2.50.${BUILD_NUMBER}) +project(MellowPlayer VERSION 3.3.0.${BUILD_NUMBER}) set(CMAKE_VERBOSE_MAKEFILE FALSE) # cache version in CMakeCache.txt, so that script can easily query current version set(MELLOWPLAYER_VERSION "${MellowPlayer_VERSION}" CACHE STRING "")