From 2c7e02ff20724e8b1245caeaa6ad8262b7a21256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 11 Dec 2021 22:43:17 +0100 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++--- res/linux/org.mixxx.Mixxx.metainfo.xml | 33 ++++++++++++++++++++++++-- 2 files changed, 43 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe566e82a8dd..f8e31476df1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ ## [2.3.2](https://launchpad.net/mixxx/+milestone/2.3.2) (Unreleased) * Improve robustness of file type detection by considering the actual MIME type of the content. [lp:1445885](https://bugs.launchpad.net/mixxx/+bug/1445885) [#4356](https://github.com/mixxxdj/mixxx/pull/4356) [#4357](https://github.com/mixxxdj/mixxx/pull/4357) +* Fix/Improve Appstream metainfo + [#4344](https://github.com/mixxxdj/mixxx/pull/4344) + [#4346](https://github.com/mixxxdj/mixxx/pull/4346) + [#4349](https://github.com/mixxxdj/mixxx/pull/4349) +* Playlist: enable sorting by color [#4352](https://github.com/mixxxdj/mixxx/pull/4352) [lp:1945976](https://bugs.launchpad.net/mixxx/+bug/1945976) +* CMake: Adjust the download directory and name of external dependencies [#4511](https://github.com/mixxxdj/mixxx/pull/4511) +* Fix clang compiler warnings [#4551](https://github.com/mixxxdj/mixxx/pull/4551) [#4553](https://github.com/mixxxdj/mixxx/pull/4553) +* ClangFormat: Enable c++17 formatting [#4557](https://github.com/mixxxdj/mixxx/pull/4557) ### Packaging @@ -45,6 +53,7 @@ * Fix Auto DJ skipping tracks randomly [#4319](https://github.com/mixxxdj/mixxx/pull/4319) [lp1941989](https://bugs.launchpad.net/mixxx/+bug/1941989) * Fix high CPU load due to extremely high internal sync clock values [#4312](https://github.com/mixxxdj/mixxx/pull/4312) [lp1943320](https://bugs.launchpad.net/mixxx/+bug/1943320) * Fix preference option for re-analyzing beatgrids imported from other software [#4288](https://github.com/mixxxdj/mixxx/pull/4288) +* Fix wrong base tag used for deployment and displayed in About dialog [#4070](https://github.com/mixxxdj/mixxx/pull/4070) ### Packaging @@ -53,7 +62,7 @@ * .desktop file has be renamed to org.mixxx.Mixxx.desktop according to Freedesktop standards [#4206](https://github.com/mixxxdj/mixxx/pull/4206) * Uses system provided hidapi library if version >= 0.10.1 [#4215](https://github.com/mixxxdj/mixxx/pull/4215) * Please update PortAudio to [19.7](https://github.com/PortAudio/portaudio/releases/tag/v19.7.0) if you have not done so already. This is required for Mixxx to work with PipeWire via the JACK API for many devices. -* Install multiple sizes of rasterized icons [#4204](https://github.com/mixxxdj/mixxx/pull/4204) [#4315](https://github.com/mixxxdj/mixxx/pull/4315) +* Install multiple sizes of rasterized icons [#4204](https://github.com/mixxxdj/mixxx/pull/4204) [#4315](https://github.com/mixxxdj/mixxx/pull/4315) [#4254](https://github.com/mixxxdj/mixxx/pull/4254) * CMake: Fixed detection of SoundTouch pkgconfig file and version [#4209](https://github.com/mixxxdj/mixxx/pull/4209) * Fix AppStream metainfo [#4205](https://github.com/mixxxdj/mixxx/pull/4205) [#4317](https://github.com/mixxxdj/mixxx/pull/4317) @@ -188,7 +197,7 @@ * Enable CUE sheet recording by default [#3374](https://github.com/mixxxdj/mixxx/pull/3374) * Fix crash when double clicking GLSL waveforms with right mouse button [#3904](https://github.com/mixxxdj/mixxx/pull/3904) * Derive Mixxx version from `git describe` [#3824](https://github.com/mixxxdj/mixxx/pull/3824) [#3841](https://github.com/mixxxdj/mixxx/pull/3841) [#3848](https://github.com/mixxxdj/mixxx/pull/3848) -* Improve tapping the bpm of a deck [#3790](https://github.com/mixxxdj/mixxx/pull/3790) [lp:1882776](https://bugs.launchpad.net/mixxx/+bug/1882776) +* Improve tapping the BPM of a deck [#3790](https://github.com/mixxxdj/mixxx/pull/3790) [lp:1882776](https://bugs.launchpad.net/mixxx/+bug/1882776) * And countless other small fixes and improvements (too many to list them all!) ## [2.2.4](https://launchpad.net/mixxx/+milestone/2.2.4) (2020-06-27) @@ -242,7 +251,7 @@ * Fix playlist import. [#2200](https://github.com/mixxxdj/mixxx/pull/2200) [lp:1687828](https://bugs.launchpad.net/mixxx/+bug/1687828) * Fix updating playlist labels. [lp:1837315](https://bugs.launchpad.net/mixxx/+bug/1837315) * Fix potential segfault on exit. [lp:1828360](https://bugs.launchpad.net/mixxx/+bug/1828360) -* Fix parsing of invalid bpm values in MP3 files. [lp:1832325](https://bugs.launchpad.net/mixxx/+bug/1832325) +* Fix parsing of invalid BPM values in MP3 files. [lp:1832325](https://bugs.launchpad.net/mixxx/+bug/1832325) * Fix crash when removing rows from empty model. [#2128](https://github.com/mixxxdj/mixxx/pull/2128) * Fix high DPI scaling of RGB overview waveforms. [#2090](https://github.com/mixxxdj/mixxx/pull/2090) * Fix for OpenGL SL detection on macOS. [lp:1828019](https://bugs.launchpad.net/mixxx/+bug/1828019) diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml index 8def6d3063f6..82f4a26a6c02 100644 --- a/res/linux/org.mixxx.Mixxx.metainfo.xml +++ b/res/linux/org.mixxx.Mixxx.metainfo.xml @@ -107,6 +107,30 @@ #4356 #4357 +
  • + Fix/Improve Appstream metainfo + #4344 + #4346 + #4349 +
  • +
  • + Playlist: enable sorting by color + #4352 + lp:1945976 +
  • +
  • + CMake: Adjust the download directory and name of external dependencies + #4511 +
  • +
  • + Fix clang compiler warnings + #4551 + #4553 +
  • +
  • + ClangFormat: Enable c++17 formatting + #4557 +
  • Packaging @@ -276,6 +300,10 @@ Fix preference option for re-analyzing beatgrids imported from other software #4288 +

  • + Fix wrong base tag used for deployment and displayed in About dialog + #4070 +
  • Packaging @@ -312,6 +340,7 @@ Install multiple sizes of rasterized icons #4204 #4315 + #4254

  • CMake: Fixed detection of SoundTouch pkgconfig file and version @@ -860,7 +889,7 @@ #3848
  • - Improve tapping the bpm of a deck + Improve tapping the BPM of a deck #3790 lp:1882776
  • @@ -1082,7 +1111,7 @@ lp:1828360
  • - Fix parsing of invalid bpm values in MP3 files. + Fix parsing of invalid BPM values in MP3 files. lp:1832325
  • From 0ba7ca6d9ef3c2b7884dd4dd8586626a8556a902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sun, 12 Dec 2021 12:06:11 +0100 Subject: [PATCH 2/4] Moved changelog entries to the packaging section --- CHANGELOG.md | 10 +++++----- res/linux/org.mixxx.Mixxx.metainfo.xml | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e31476df1c..1412e6e1ca9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,7 @@ ## [2.3.2](https://launchpad.net/mixxx/+milestone/2.3.2) (Unreleased) * Improve robustness of file type detection by considering the actual MIME type of the content. [lp:1445885](https://bugs.launchpad.net/mixxx/+bug/1445885) [#4356](https://github.com/mixxxdj/mixxx/pull/4356) [#4357](https://github.com/mixxxdj/mixxx/pull/4357) -* Fix/Improve Appstream metainfo - [#4344](https://github.com/mixxxdj/mixxx/pull/4344) - [#4346](https://github.com/mixxxdj/mixxx/pull/4346) - [#4349](https://github.com/mixxxdj/mixxx/pull/4349) -* Playlist: enable sorting by color [#4352](https://github.com/mixxxdj/mixxx/pull/4352) [lp:1945976](https://bugs.launchpad.net/mixxx/+bug/1945976) +* Playlist: Enable sorting by color [#4352](https://github.com/mixxxdj/mixxx/pull/4352) [lp:1945976](https://bugs.launchpad.net/mixxx/+bug/1945976) * CMake: Adjust the download directory and name of external dependencies [#4511](https://github.com/mixxxdj/mixxx/pull/4511) * Fix clang compiler warnings [#4551](https://github.com/mixxxdj/mixxx/pull/4551) [#4553](https://github.com/mixxxdj/mixxx/pull/4553) * ClangFormat: Enable c++17 formatting [#4557](https://github.com/mixxxdj/mixxx/pull/4557) @@ -16,6 +12,10 @@ * Downloads of external dependencies are placed in build/downloads * The sources for libkeyfinder are now expected in build/downloads/libkeyfinder-2.2.5.zip instead of build/download/libkeyfinder/v2.2.5.zip +* Fix/Improve Appstream metainfo + [#4344](https://github.com/mixxxdj/mixxx/pull/4344) + [#4346](https://github.com/mixxxdj/mixxx/pull/4346) + [#4349](https://github.com/mixxxdj/mixxx/pull/4349) ## [2.3.1](https://launchpad.net/mixxx/+milestone/2.3.1) (2021-09-29) diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml index 82f4a26a6c02..82aa568a05ac 100644 --- a/res/linux/org.mixxx.Mixxx.metainfo.xml +++ b/res/linux/org.mixxx.Mixxx.metainfo.xml @@ -108,13 +108,7 @@ #4357
  • - Fix/Improve Appstream metainfo - #4344 - #4346 - #4349 -
  • -
  • - Playlist: enable sorting by color + Playlist: Enable sorting by color #4352 lp:1945976
  • @@ -142,6 +136,12 @@
  • The sources for libkeyfinder are now expected in build/downloads/libkeyfinder-2.2.5.zip instead of build/download/libkeyfinder/v2.2.5.zip
  • +
  • + Fix/Improve Appstream metainfo + #4344 + #4346 + #4349 +
  • From 6b8303ef3e9096011afd067f8456a2fc22b62c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sun, 12 Dec 2021 12:08:21 +0100 Subject: [PATCH 3/4] Moved changelog entries to the packaging section --- CHANGELOG.md | 2 +- res/linux/org.mixxx.Mixxx.metainfo.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1412e6e1ca9d..7767e6c17469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ * Improve robustness of file type detection by considering the actual MIME type of the content. [lp:1445885](https://bugs.launchpad.net/mixxx/+bug/1445885) [#4356](https://github.com/mixxxdj/mixxx/pull/4356) [#4357](https://github.com/mixxxdj/mixxx/pull/4357) * Playlist: Enable sorting by color [#4352](https://github.com/mixxxdj/mixxx/pull/4352) [lp:1945976](https://bugs.launchpad.net/mixxx/+bug/1945976) -* CMake: Adjust the download directory and name of external dependencies [#4511](https://github.com/mixxxdj/mixxx/pull/4511) * Fix clang compiler warnings [#4551](https://github.com/mixxxdj/mixxx/pull/4551) [#4553](https://github.com/mixxxdj/mixxx/pull/4553) * ClangFormat: Enable c++17 formatting [#4557](https://github.com/mixxxdj/mixxx/pull/4557) @@ -12,6 +11,7 @@ * Downloads of external dependencies are placed in build/downloads * The sources for libkeyfinder are now expected in build/downloads/libkeyfinder-2.2.5.zip instead of build/download/libkeyfinder/v2.2.5.zip +* CMake: Adjust the download directory and name of external dependencies [#4511](https://github.com/mixxxdj/mixxx/pull/4511) * Fix/Improve Appstream metainfo [#4344](https://github.com/mixxxdj/mixxx/pull/4344) [#4346](https://github.com/mixxxdj/mixxx/pull/4346) diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml index 82aa568a05ac..d5a67e0122b5 100644 --- a/res/linux/org.mixxx.Mixxx.metainfo.xml +++ b/res/linux/org.mixxx.Mixxx.metainfo.xml @@ -112,10 +112,6 @@ #4352 lp:1945976 -
  • - CMake: Adjust the download directory and name of external dependencies - #4511 -
  • Fix clang compiler warnings #4551 @@ -136,6 +132,10 @@
  • The sources for libkeyfinder are now expected in build/downloads/libkeyfinder-2.2.5.zip instead of build/download/libkeyfinder/v2.2.5.zip
  • +
  • + CMake: Adjust the download directory and name of external dependencies + #4511 +
  • Fix/Improve Appstream metainfo #4344 From 7903a09ac3d69dbf042be6d865e9ed47dd874cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sun, 12 Dec 2021 12:08:47 +0100 Subject: [PATCH 4/4] Remove changelog entries that are not relevant for a user --- CHANGELOG.md | 2 -- res/linux/org.mixxx.Mixxx.metainfo.xml | 9 --------- 2 files changed, 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7767e6c17469..ae8daf60d5b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ * Improve robustness of file type detection by considering the actual MIME type of the content. [lp:1445885](https://bugs.launchpad.net/mixxx/+bug/1445885) [#4356](https://github.com/mixxxdj/mixxx/pull/4356) [#4357](https://github.com/mixxxdj/mixxx/pull/4357) * Playlist: Enable sorting by color [#4352](https://github.com/mixxxdj/mixxx/pull/4352) [lp:1945976](https://bugs.launchpad.net/mixxx/+bug/1945976) -* Fix clang compiler warnings [#4551](https://github.com/mixxxdj/mixxx/pull/4551) [#4553](https://github.com/mixxxdj/mixxx/pull/4553) -* ClangFormat: Enable c++17 formatting [#4557](https://github.com/mixxxdj/mixxx/pull/4557) ### Packaging diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml index d5a67e0122b5..014a1a3c1bfe 100644 --- a/res/linux/org.mixxx.Mixxx.metainfo.xml +++ b/res/linux/org.mixxx.Mixxx.metainfo.xml @@ -112,15 +112,6 @@ #4352 lp:1945976
  • -
  • - Fix clang compiler warnings - #4551 - #4553 -
  • -
  • - ClangFormat: Enable c++17 formatting - #4557 -
  • Packaging