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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Jan 28, 2018
1 parent 051da41 commit f7e5be4
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
unreleased=true
future-release=3.3.1
future-release=3.3.2
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
exclude_labels=duplicate,question,invalid,wontfix,rejected,infrastructure,technical task,news,not our bug,discussion,website,support request
issues-wo-labels=false
enhancement-labels=feature
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ doxyxml
_build
bin
dist
# Python
*.pyc

# Pycharm project files
.idea
Expand Down Expand Up @@ -65,4 +67,4 @@ schema.json
/venv

*.qmlc
*.jsc
*.jsc
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log

## [3.3.2](https://github.com/ColinDuquesnoy/MellowPlayer/tree/3.3.2) (2018-01-28)
[Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/3.3.1...3.3.2)

**Fixed bugs:**

- openSUSE package is broken [\#192](https://github.com/ColinDuquesnoy/MellowPlayer/issues/192)

## [3.3.1](https://github.com/ColinDuquesnoy/MellowPlayer/tree/3.3.1) (2018-01-14)
[Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/3.2.0...3.3.1)
[Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/3.3.0...3.3.1)

**Fixed bugs:**

- Missing QtWebChannel dependency on Ubuntu \(version 3.3.1\) [\#190](https://github.com/ColinDuquesnoy/MellowPlayer/issues/190)
- Build issues when packaging version 3.3.0 [\#188](https://github.com/ColinDuquesnoy/MellowPlayer/issues/188)

## [3.3.0](https://github.com/ColinDuquesnoy/MellowPlayer/tree/3.3.0) (2018-01-14)
Expand Down Expand Up @@ -41,7 +49,9 @@
- Allow to customize notifications per service [\#158](https://github.com/ColinDuquesnoy/MellowPlayer/issues/158)
- Add support for compiling on FreeBSD [\#157](https://github.com/ColinDuquesnoy/MellowPlayer/issues/157)
- Add a way to easily open the logs folder [\#156](https://github.com/ColinDuquesnoy/MellowPlayer/issues/156)
- Use system qxtglobalshortcut library if available [\#151](https://github.com/ColinDuquesnoy/MellowPlayer/issues/151)
- Add missing QtWebEngine command line arguments [\#150](https://github.com/ColinDuquesnoy/MellowPlayer/issues/150)
- Appdata.xml file for Gnome Software Center [\#149](https://github.com/ColinDuquesnoy/MellowPlayer/issues/149)
- Improve state restoration [\#141](https://github.com/ColinDuquesnoy/MellowPlayer/issues/141)

**Fixed bugs:**
Expand All @@ -55,8 +65,14 @@
- \[Windows\] Blank screen on Deezer [\#152](https://github.com/ColinDuquesnoy/MellowPlayer/issues/152)
- \[UI Regression\] Service grid is not centered anymore [\#147](https://github.com/ColinDuquesnoy/MellowPlayer/issues/147)
- Deezer love button broken [\#146](https://github.com/ColinDuquesnoy/MellowPlayer/issues/146)
- Player window does not show on macOs High Sierra [\#144](https://github.com/ColinDuquesnoy/MellowPlayer/issues/144)
- Logout cancelled by MellowPlayer [\#143](https://github.com/ColinDuquesnoy/MellowPlayer/issues/143)

**Closed issues:**

- Debian package for Ubuntu 17.10 [\#137](https://github.com/ColinDuquesnoy/MellowPlayer/issues/137)
- Broken AppImage [\#166](https://github.com/ColinDuquesnoy/MellowPlayer/issues/166)

**Merged pull requests:**

- Plex plugin: initial bring up [\#135](https://github.com/ColinDuquesnoy/MellowPlayer/pull/135) ([Cogitri](https://github.com/Cogitri))
Expand Down Expand Up @@ -141,13 +157,22 @@
- High DPI issue [\#71](https://github.com/ColinDuquesnoy/MellowPlayer/issues/71)
- Soundcloud integration broken [\#60](https://github.com/ColinDuquesnoy/MellowPlayer/issues/60)

**Closed issues:**

- Windows Packaging [\#44](https://github.com/ColinDuquesnoy/MellowPlayer/issues/44)
- Use QtQuickControls2 dialog set for QtWebengine [\#67](https://github.com/ColinDuquesnoy/MellowPlayer/issues/67)

**Merged pull requests:**

- German translation finished. [\#89](https://github.com/ColinDuquesnoy/MellowPlayer/pull/89) ([ZeroDot1](https://github.com/ZeroDot1))

## [2.95.0](https://github.com/ColinDuquesnoy/MellowPlayer/tree/2.95.0) (2017-06-24)
[Full Changelog](https://github.com/ColinDuquesnoy/MellowPlayer/compare/2.2.5...2.95.0)

**Closed issues:**

- OSX Packaging [\#45](https://github.com/ColinDuquesnoy/MellowPlayer/issues/45)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
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.1.${BUILD_NUMBER})
project(MellowPlayer VERSION 3.3.2.${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
2 changes: 1 addition & 1 deletion scripts/promotion/public_promotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


if __name__ == "__main__":
public_promotion(Type.MINOR)
public_promotion(Type.BUG_FIX)

0 comments on commit f7e5be4

Please sign in to comment.