Skip to content

Commit

Permalink
Merge pull request mixxxdj#11753 from daschuer/changelog_2.3.6
Browse files Browse the repository at this point in the history
Changelog for 2.3.6
  • Loading branch information
ronso0 committed Jul 29, 2023
2 parents 4b8b0fb + 4ceb29e commit 2458d56
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 17 deletions.
29 changes: 22 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,34 @@

## [2.3.6](https://github.com/mixxxdj/mixxx/milestone/40) (unreleased)

* Numark DJ2GO2 Touch: Add missing loop_out mapping for the right deck
[#11595](https://github.com/mixxxdj/mixxx/pull/11595)
* 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)
* Shade: Fixed VU-Meter and other minor issues
[#11598](https://github.com/mixxxdj/mixxx/pull/11598)
* 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)

## [2.3.5](https://github.com/mixxxdj/mixxx/milestone/39) (2023-05-10)

Expand Down
45 changes: 35 additions & 10 deletions res/linux/org.mixxx.Mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,31 +98,56 @@
Do not edit it manually.
-->
<releases>
<release version="2.3.6" type="development" date="2023-06-06" timestamp="1686085121">
<release version="2.3.6" type="development" date="2023-07-28" timestamp="1690529288">
<description>
<ul>
<li>
Numark DJ2GO2 Touch: Add missing loop_out mapping for the right deck
#11595
Fixed possible crash when closing Mixxx while browsing the file system
#11593
#11589
</li>
<li>
No longer stop a track with an active loop at the very end.
No longer stop a track with an active loop at the very end
#11558
#11557
</li>
<li>
Fixed resyncing when moving an active loop
#11152
#11381
</li>
<li>
Allow true gapless playback when repeating full tracks
#11532
#9842
#11704
</li>
<li>
Rhythmbox: Fixed bulk track imports from playlists
#11661
</li>
<li>
Console log spam reduced
#11690
#11691
</li>
<li>
Numark DJ2GO2 Touch: Add missing loop_out mapping for the right deck
#11595
#11659
</li>
<li>
Shade: Fixed VU-Meter and other minor issues
#11598
</li>
<li>
Fixed possible crash when closing Mixxx while browsing the file system
#11593
#11589
Fixed a rare crash when disabling quantize form a controller
#11744
#11709
</li>
<li>
Fixed resyncing when moving an active loop
#11152
#11381
Controller Preferences: Avoid scrollbars in I/O tabs if Info tab exceeds page height
#11756
</li>
</ul>
</description>
Expand Down

0 comments on commit 2458d56

Please sign in to comment.