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

Commit

Permalink
Version 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Mar 3, 2018
1 parent 2b0f5f3 commit ff9345f
Show file tree
Hide file tree
Showing 3 changed files with 19 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.3.4
future-release=3.3.5
since-tag=2.2.5
exclude-tags=Continuous
exclude_labels=duplicate,question,invalid,wontfix,rejected,infrastructure,technical task,news,not our bug,discussion,website,support request,driver issue
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [3.3.5](https://github.com/ColinDuquesnoy/MellowPlayer/tree/3.3.5) (2018-03-03)
[Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/3.3.4...3.3.5)

**Fixed bugs:**

- MainWindow does not show up with Qt 5.10.1 [\#211](https://github.com/ColinDuquesnoy/MellowPlayer/issues/211)
- Service setting url not updated when clicking on another service [\#210](https://github.com/ColinDuquesnoy/MellowPlayer/issues/210)
- No notification if the song has no album art [\#209](https://github.com/ColinDuquesnoy/MellowPlayer/issues/209)

**Closed issues:**

- Add Greek translations [\#212](https://github.com/ColinDuquesnoy/MellowPlayer/issues/212)

**Merged pull requests:**

- add Hypemachine [\#208](https://github.com/ColinDuquesnoy/MellowPlayer/pull/208) ([bayang](https://github.com/bayang))

## [3.3.4](https://github.com/ColinDuquesnoy/MellowPlayer/tree/3.3.4) (2018-02-18)
[Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/3.3.3...3.3.4)

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.3.4.${BUILD_NUMBER})
project(MellowPlayer VERSION 3.3.5.${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 ff9345f

Please sign in to comment.