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..d3d6b5db --- /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 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. + +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: + +* 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 hours + [#11511](https://github.com/mixxxdj/mixxx/pull/11511) + [#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) diff --git a/content/pages/download.md b/content/pages/download.md index d7ac0add..b7e5ef5b 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 - release_announcement: /news/2023-05-11-mixxx-2-3-5-released/ - download_manifest: https://downloads.mixxx.org/releases/2.3.5/manifest.json + name: 2.3.6 + 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 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)