Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Prepare release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Jan 14, 2018
1 parent 110f8db commit 5faba06
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -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
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down

0 comments on commit 5faba06

Please sign in to comment.