From cda34c858dffdcb22fa440daafe55bc78c348805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 12 Aug 2023 02:23:10 +0200 Subject: [PATCH 1/8] Add News entry "Mixxx 2.3.6 released" --- .../news/XXXX-XX-XX-mixxx-2-3-6-released.md | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 content/news/XXXX-XX-XX-mixxx-2-3-6-released.md diff --git a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md new file mode 100644 index 00000000..105df041 --- /dev/null +++ b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md @@ -0,0 +1,75 @@ +title: Mixxx 2.3.6 released +authors: Daniel Schürmann +tags: 2.3, 2.3.6, release announcement +status: draft +comments: yes + +Welcome the Mixxx release version 2.3.6, the final maintenance release before releasing the upcoming 2.4.0 with exiting new features. + +This little bug fix release may appear insignificant, but it's a testament to the rock-solid quality we bring to every user and ensuring a reliable mixing experience. + +This release improves among other things some details with looping, allows playing tracks exceeding 6 hours and fixes rare crashes in exceptional situations. + +You can download the new version here: https://mixxx.org/download/ There you will also find the 2.4 beta with which you can already try the new features that will be released soon. + +Here is the full change log of Mixxx 2.3.6 for more details: + +* Fixed possible crash when closing Mixxx while browsing the file system + [#11593](https://github.com/mixxxdj/mixxx/pull/11593) + [#11589](https://github.com/mixxxdj/mixxx/issues/11589) +* No longer stop a track with an active loop at the very end + [#11558](https://github.com/mixxxdj/mixxx/pull/11558) + [#11557](https://github.com/mixxxdj/mixxx/issues/11557) +* Fixed resyncing when moving an active loop + [#11152](https://github.com/mixxxdj/mixxx/pull/11152) + [#11381](https://github.com/mixxxdj/mixxx/issues/11381) +* Allow true gapless playback when repeating full tracks + [#11532](https://github.com/mixxxdj/mixxx/pull/11532) + [#9842](https://github.com/mixxxdj/mixxx/issues/9842) + [#11704](https://github.com/mixxxdj/mixxx/pull/11704) +* Rhythmbox: Fixed bulk track imports from playlists + [#11661](https://github.com/mixxxdj/mixxx/pull/11661) +* Console log spam reduced + [#11690](https://github.com/mixxxdj/mixxx/pull/11690) + [#11691](https://github.com/mixxxdj/mixxx/issues/11691) +* Numark DJ2GO2 Touch: Add missing loop_out mapping for the right deck + [#11595](https://github.com/mixxxdj/mixxx/pull/11595) + [#11659](https://github.com/mixxxdj/mixxx/pull/11659) +* Shade: Fixed VU-Meter and other minor issues + [#11598](https://github.com/mixxxdj/mixxx/pull/11598) +* Fixed a rare crash when disabling quantize form a controller + [#11744](https://github.com/mixxxdj/mixxx/pull/11744) + [#11709](https://github.com/mixxxdj/mixxx/issues/11709) +* Controller Preferences: Avoid scrollbars in I/O tabs if Info tab exceeds page height + [#11756](https://github.com/mixxxdj/mixxx/pull/11756) +* Broadcast: Improved error message in case of timeout + [#11775](https://github.com/mixxxdj/mixxx/pull/11775) +* Handle setting `loop_in` and `loop_out` to the same position + [#11771](https://github.com/mixxxdj/mixxx/pull/11771) + [#10600](https://github.com/mixxxdj/mixxx/issues/10600) +* Fix build issues with Protobuf v23.4 and with clang 32 + [#11751](https://github.com/mixxxdj/mixxx/pull/11751) + [#11765](https://github.com/mixxxdj/mixxx/pull/11765) + [#11762](https://github.com/mixxxdj/mixxx/issues/11762) +* Disable GL VU-Meters on Windows by default. They can be re-enabled via the command line option `--enableVuMeterGL`. + [#11787](https://github.com/mixxxdj/mixxx/pull/11787) + [#11785](https://github.com/mixxxdj/mixxx/issues/11785) + [#11789](https://github.com/mixxxdj/mixxx/issues/11789) +* Library preferences: Uncheck Serato metadata export when file metadata export is unchecked + [#11782](https://github.com/mixxxdj/mixxx/pull/11782) + [#11226](https://github.com/mixxxdj/mixxx/issues/11226) +* Denon MC6000MK2: Delete mapping for master gain + [#11792](https://github.com/mixxxdj/mixxx/pull/11792) +* Improve output in case of some failed file system operations + [#11783](https://github.com/mixxxdj/mixxx/pull/11783) +* Fix overlapping buffers when decoding M4A files using FFmpeg before 4.4 + [#11760](https://github.com/mixxxdj/mixxx/pull/11760) + [#11545](https://github.com/mixxxdj/mixxx/issues/11545) +* Don't reject key values from file metadata with non-minor/-major scales. + [#11001](https://github.com/mixxxdj/mixxx/pull/11001) + [#10995](https://github.com/mixxxdj/mixxx/issues/10995) +* Allow playing tracks with durations of more than 6 h + [#11511](https://github.com/mixxxdj/mixxx/pull/11511) + [#10995](https://github.com/mixxxdj/mixxx/issues/10995) +* Soundtouch latency compensation updated for version 2.1.1 to 2.3 + [#11154](https://github.com/mixxxdj/mixxx/pull/11154) From 86d33bf2205fce2d9d52d65b09d84ca5aec8987d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 12 Aug 2023 17:22:37 +0200 Subject: [PATCH 2/8] Improve wording Co-authored-by: ronso0 --- content/news/XXXX-XX-XX-mixxx-2-3-6-released.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md index 105df041..2894c37f 100644 --- a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md +++ b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md @@ -6,13 +6,13 @@ comments: yes Welcome the Mixxx release version 2.3.6, the final maintenance release before releasing the upcoming 2.4.0 with exiting new features. -This little bug fix release may appear insignificant, but it's a testament to the rock-solid quality we bring to every user and ensuring a reliable mixing experience. +This small bug fix release may appear insignificant, but it's a testament to the rock-solid quality we bring to every user and tp ensure a reliable mixing experience. -This release improves among other things some details with looping, allows playing tracks exceeding 6 hours and fixes rare crashes in exceptional situations. +This release improves, among other things, some details with looping, allows playing tracks exceeding 6 hours and fixes rare crashes in exceptional situations. -You can download the new version here: https://mixxx.org/download/ There you will also find the 2.4 beta with which you can already try the new features that will be released soon. +You can download the new version from https://mixxx.org/download/ There, you will also find the 2.4 beta to test the new features that will be released soon. -Here is the full change log of Mixxx 2.3.6 for more details: +Here is the full changelog of Mixxx 2.3.6 for more details: * Fixed possible crash when closing Mixxx while browsing the file system [#11593](https://github.com/mixxxdj/mixxx/pull/11593) From 5b176cc271f27d74777871412ce06ac534cfa9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 12 Aug 2023 17:25:31 +0200 Subject: [PATCH 3/8] Update changelog --- content/news/XXXX-XX-XX-mixxx-2-3-6-released.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md index 2894c37f..ec436eef 100644 --- a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md +++ b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md @@ -68,8 +68,8 @@ Here is the full changelog of Mixxx 2.3.6 for more details: * Don't reject key values from file metadata with non-minor/-major scales. [#11001](https://github.com/mixxxdj/mixxx/pull/11001) [#10995](https://github.com/mixxxdj/mixxx/issues/10995) -* Allow playing tracks with durations of more than 6 h +* Allow playing tracks with durations of more than 6 hours [#11511](https://github.com/mixxxdj/mixxx/pull/11511) - [#10995](https://github.com/mixxxdj/mixxx/issues/10995) -* Soundtouch latency compensation updated for version 2.1.1 to 2.3 + [#11504](https://github.com/mixxxdj/mixxx/issues/11504) +* Update latency compensation for Soundtouch version 2.1.1 to 2.3 [#11154](https://github.com/mixxxdj/mixxx/pull/11154) From 64314c4b41451df62f382c36d2148d47b54ad060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 12 Aug 2023 23:46:20 +0200 Subject: [PATCH 4/8] Improve wording. Co-authored-by: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com> --- content/news/XXXX-XX-XX-mixxx-2-3-6-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md index ec436eef..99ac9bc6 100644 --- a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md +++ b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md @@ -6,7 +6,7 @@ comments: yes Welcome the Mixxx release version 2.3.6, the final maintenance release before releasing the upcoming 2.4.0 with exiting new features. -This small bug fix release may appear insignificant, but it's a testament to the rock-solid quality we bring to every user and tp ensure a reliable mixing experience. +This small bug fix release may appear insignificant, but it's a testament to the rock-solid quality we bring to every user to ensure a reliable mixing experience. This release improves, among other things, some details with looping, allows playing tracks exceeding 6 hours and fixes rare crashes in exceptional situations. From 2fe4cb7029911980a97b3ef8071fa797ad179914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sun, 13 Aug 2023 01:28:42 +0200 Subject: [PATCH 5/8] Make the link to the Download page clickable --- content/news/XXXX-XX-XX-mixxx-2-3-6-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md index 99ac9bc6..f9691848 100644 --- a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md +++ b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md @@ -10,7 +10,7 @@ This small bug fix release may appear insignificant, but it's a testament to the This release improves, among other things, some details with looping, allows playing tracks exceeding 6 hours and fixes rare crashes in exceptional situations. -You can download the new version from https://mixxx.org/download/ There, you will also find the 2.4 beta to test the new features that will be released soon. +You can download the new version from the [Donload](https://mixxx.org/download/) page. There, you will also find the 2.4 beta to test the new features that will be released soon. Here is the full changelog of Mixxx 2.3.6 for more details: From 8024713280cc82f513b74c6233591a5e1b834b68 Mon Sep 17 00:00:00 2001 From: ronso0 Date: Sun, 13 Aug 2023 02:25:55 +0200 Subject: [PATCH 6/8] fix d/l link typo --- content/news/XXXX-XX-XX-mixxx-2-3-6-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md index f9691848..d3d6b5db 100644 --- a/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md +++ b/content/news/XXXX-XX-XX-mixxx-2-3-6-released.md @@ -10,7 +10,7 @@ This small bug fix release may appear insignificant, but it's a testament to the This release improves, among other things, some details with looping, allows playing tracks exceeding 6 hours and fixes rare crashes in exceptional situations. -You can download the new version from the [Donload](https://mixxx.org/download/) page. There, you will also find the 2.4 beta to test the new features that will be released soon. +You can download the new version from the [Download](https://mixxx.org/download/) page. There, you will also find the 2.4 beta to test the new features that will be released soon. Here is the full changelog of Mixxx 2.3.6 for more details: From 473cb459844410ea30fd31803dabf5ec3a7cf206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Tue, 15 Aug 2023 13:02:04 +0200 Subject: [PATCH 7/8] Update download.md for 2.3.6 --- content/pages/download.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/pages/download.md b/content/pages/download.md index d7ac0add..8c1dd318 100644 --- a/content/pages/download.md +++ b/content/pages/download.md @@ -3,9 +3,9 @@ title: Download template: pages/download versions: stable: - name: 2.3.5 + name: 2.3.6 release_announcement: /news/2023-05-11-mixxx-2-3-5-released/ - download_manifest: https://downloads.mixxx.org/releases/2.3.5/manifest.json + download_manifest: https://downloads.mixxx.org/releases/2.3.6/manifest.json downloads: - slug: windows os: Windows 7 or later @@ -15,7 +15,7 @@ versions: - slug: macos os: macOS 10.12 or later text: | - Download Mixxx 2.3.5 for Intel macOS 10.12 or later. This also runs with Rosetta 2 on ARM macOS (Apple silicon). Alternatively use the the native ARM build development snapshot from below. + Download Mixxx 2.3.6 for Intel macOS 10.12 or later. This also runs with Rosetta 2 on ARM macOS (Apple silicon). Alternatively use the the native ARM build development snapshot from below. packages: - slug: macosintel name: Intel @@ -61,7 +61,7 @@ versions: git clone -b 2.3 https://github.com/mixxxdj/mixxx.git - The 2.3.5 release has been [tagged](https://github.com/mixxxdj/mixxx/releases/tag/2.3.5) with `2.3.5`. + The 2.3.6 release has been [tagged](https://github.com/mixxxdj/mixxx/releases/tag/2.3.6) with `2.3.6`. Compilation instructions are available for [Windows](https://github.com/mixxxdj/mixxx/wiki/Compiling-On-Windows), [macOS](https://github.com/mixxxdj/mixxx/wiki/Compiling-On-Os-X), and [Linux](https://github.com/mixxxdj/mixxx/wiki/Compiling-On-Linux). packages: @@ -69,8 +69,8 @@ versions: name: 2.3 branch file_url: https://github.com/mixxxdj/mixxx/archive/2.3.zip - slug: source - name: 2.3.5 release - file_url: https://github.com/mixxxdj/mixxx/archive/2.3.5.tar.gz + name: 2.3.6 release + file_url: https://github.com/mixxxdj/mixxx/archive/2.3.6.tar.gz beta: name: 2.4-beta title: Beta Snapshots (2.4) From b94b98942e82c97ae68195f5c8b50192950de5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Tue, 15 Aug 2023 13:04:08 +0200 Subject: [PATCH 8/8] Update Link to the release announcement --- content/pages/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/download.md b/content/pages/download.md index 8c1dd318..b7e5ef5b 100644 --- a/content/pages/download.md +++ b/content/pages/download.md @@ -4,7 +4,7 @@ template: pages/download versions: stable: name: 2.3.6 - release_announcement: /news/2023-05-11-mixxx-2-3-5-released/ + release_announcement: /news/2023-08-15-mixxx-2-3-6-released/ download_manifest: https://downloads.mixxx.org/releases/2.3.6/manifest.json downloads: - slug: windows