Skip to content

Commit

Permalink
Merge pull request #12958 from daschuer/changelog_241
Browse files Browse the repository at this point in the history
Update changelog for 2.4.1
  • Loading branch information
JoergAtGithub authored Mar 20, 2024
2 parents c2ecb8e + 81d6e03 commit 3ba16ad
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

### Controller Mappings

* Pioneer DDJ-FLX4 mapping improvements [#12842](https://github.com/mixxxdj/mixxx/pull/12842)
* Hercules Inpulse 200: Configure shift-browser knob to scroll the library (quick) [#12932](https://github.com/mixxxdj/mixxx/pull/12932)
* Pioneer DDJ-FLX4: Add waveform zoom and other mapping improvements
[#12896](https://github.com/mixxxdj/mixxx/pull/12896)
[#12842](https://github.com/mixxxdj/mixxx/pull/12842)
* Traktor Kontrol F1: Fixes for hid-parser and related script [#12876](https://github.com/mixxxdj/mixxx/pull/12876)
* Traktor S3: Fix mapping crash on macOS [#12840](https://github.com/mixxxdj/mixxx/pull/12840)

### Target Support
Expand All @@ -13,6 +17,14 @@
[#12853](https://github.com/mixxxdj/mixxx/pull/12853)
[#12847](https://github.com/mixxxdj/mixxx/pull/12847)
[#12822](https://github.com/mixxxdj/mixxx/pull/12822)
[#12892](https://github.com/mixxxdj/mixxx/pull/12892)

### Miscellaneous

* Remove unnecessary unpolish operation of the style, before polish the new style [#12445](https://github.com/mixxxdj/mixxx/pull/12445)
* Developer Tools: Initially sort controls by group name, ascending [#12884](https://github.com/mixxxdj/mixxx/pull/12884)
* History: Show track count and duration in sidebar [#12811](https://github.com/mixxxdj/mixxx/pull/12811)
* Prevent removing tracks from locked playlists [#12927](https://github.com/mixxxdj/mixxx/pull/12927)

## [2.4.0](https://github.com/mixxxdj/mixxx/milestone/15?closed=1) (2024-02-16)

Expand Down Expand Up @@ -509,7 +521,7 @@
[#11975](https://github.com/mixxxdj/mixxx/pull/11975)
[#11957](https://github.com/mixxxdj/mixxx/issues/11957)
* Fix 500ms blocking of the whole event loop, when holding mouse down on title bar on Windows [#12359](https://github.com/mixxxdj/mixxx/pull/12359) [#12358](https://github.com/mixxxdj/mixxx/issues/12358) [#12433](https://github.com/mixxxdj/mixxx/pull/12433) [#12458](https://github.com/mixxxdj/mixxx/pull/12458)
* change SKIN_WARNING to show the skin file:line first, then c++ context [#12253](https://github.com/mixxxdj/mixxx/pull/12253)
* Change SKIN_WARNING to show the skin file and line first, then c++ context [#12253](https://github.com/mixxxdj/mixxx/pull/12253)
* Fix style of selected QComboBox items on Windows [#12339](https://github.com/mixxxdj/mixxx/pull/12339) [#12323](https://github.com/mixxxdj/mixxx/issues/12323)
* Fix reading the Spinny cover on Windows [#12103](https://github.com/mixxxdj/mixxx/pull/12103) [#11131](https://github.com/mixxxdj/mixxx/issues/11131)
* Fix inconsistent/wrong musical keys in the UI [#12051](https://github.com/mixxxdj/mixxx/pull/12051) [#12044](https://github.com/mixxxdj/mixxx/issues/12044)
Expand Down
37 changes: 34 additions & 3 deletions res/linux/org.mixxx.Mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,25 @@
Do not edit it manually.
-->
<releases>
<release version="2.4.1" type="development" date="2024-02-23" timestamp="1708721847">
<release version="2.4.1" type="development" date="2024-03-13" timestamp="1710284546">
<description>
<p>
Controller Mappings
</p>
<ul>
<li>
Pioneer DDJ-FLX4 mapping improvements
Hercules Inpulse 200: Configure shift-browser knob to scroll the library (quick)
#12932
</li>
<li>
Pioneer DDJ-FLX4: Add waveform zoom and other mapping improvements
#12896
#12842
</li>
<li>
Traktor Kontrol F1: Fixes for hid-parser and related script
#12876
</li>
<li>
Traktor S3: Fix mapping crash on macOS
#12840
Expand All @@ -120,6 +129,28 @@
#12853
#12847
#12822
#12892
</li>
</ul>
<p>
Miscellaneous
</p>
<ul>
<li>
Remove unnecessary unpolish operation of the style, before polish the new style
#12445
</li>
<li>
Developer Tools: Initially sort controls by group name, ascending
#12884
</li>
<li>
History: Show track count and duration in sidebar
#12811
</li>
<li>
Prevent removing tracks from locked playlists
#12927
</li>
</ul>
</description>
Expand Down Expand Up @@ -1411,7 +1442,7 @@
#12458
</li>
<li>
change SKIN_WARNING to show the skin file:line first, then c++ context
Change SKIN_WARNING to show the skin file and line first, then c++ context
#12253
</li>
<li>
Expand Down

0 comments on commit 3ba16ad

Please sign in to comment.