Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: ronso0 <[email protected]>
  • Loading branch information
daschuer and ronso0 committed Jun 8, 2024
1 parent b006578 commit bd795c5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,25 @@
[#13196](https://github.com/mixxxdj/mixxx/pull/13196)
[#13134](https://github.com/mixxxdj/mixxx/issues/13134)
* Numark PartyMix: Fix EQ (script binding) display name [#13255](https://github.com/mixxxdj/mixxx/pull/13255)
* Sony SIXAXIS: Fix mapping [#13319](https://github.com/mixxxdj/mixxx/pull/13319)

### Fixes

* Handle not supported files when dragging to waveforms and spinnies
[#13208](https://github.com/mixxxdj/mixxx/pull/13208)
[#13271](https://github.com/mixxxdj/mixxx/pull/13271)
[#13275](https://github.com/mixxxdj/mixxx/pull/13275)
* Fix Sqlite 3.45 buils by using only single quotes for SQL strings
* Fix Sqlite 3.45 builds by using only single quotes for SQL strings
[#13247](https://github.com/mixxxdj/mixxx/pull/13247)
[#13257](https://github.com/mixxxdj/mixxx/pull/13257)
* LateNight: Use default colors for sampler overviews (like main decks) [#13274](https://github.com/mixxxdj/mixxx/pull/13274)
* Library: Allow to drop files to decks with unsupported or no file extensions
[#13209](https://github.com/mixxxdj/mixxx/pull/13209)
[#13204](https://github.com/mixxxdj/mixxx/issues/13204)
* Update build environment with libdjinterop 0.21.0 [#13288](https://github.com/mixxxdj/mixxx/pull/13288)
* Move to GitHub workflow runner macos-12
[#13296](https://github.com/mixxxdj/mixxx/pull/13296)
[#13248](https://github.com/mixxxdj/mixxx/issues/13248)

## [2.4.1](https://github.com/mixxxdj/mixxx/milestone/41?closed=1) (2024-05-08)

Expand Down
18 changes: 16 additions & 2 deletions res/linux/org.mixxx.Mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
Do not edit it manually.
-->
<releases>
<release version="2.4.2" type="development" date="2024-05-28" timestamp="1716929681">
<release version="2.4.2" type="development" date="2024-06-02" timestamp="1717326111">
<description>
<p>
Controller Mappings
Expand All @@ -115,6 +115,10 @@
Numark PartyMix: Fix EQ (script binding) display name
#13255
</li>
<li>
Sony SIXAXIS: Fix mapping
#13319
</li>
</ul>
<p>
Fixes
Expand All @@ -127,18 +131,28 @@
#13275
</li>
<li>
Fix Sqlite 3.45 buils by using only single quotes for SQL strings
Fix Sqlite 3.45 builds by using only single quotes for SQL strings
#13247
#13257
</li>
<li>
LateNight: Use default colors for sampler overviews (like main decks)
#13274
</li>
<li>
Library: Allow to drop files to decks with unsupported or no file extensions
#13209
#13204
</li>
<li>
Update build environment with libdjinterop 0.21.0
#13288
</li>
<li>
Move to GitHub workflow runner macos-12
#13296
#13248
</li>
</ul>
</description>
</release>
Expand Down

0 comments on commit bd795c5

Please sign in to comment.