Skip to content

Commit

Permalink
Merge pull request #13316 from daschuer/changelog_24
Browse files Browse the repository at this point in the history
Introduce a changelog pararaph for Mixxx 2.4.2
  • Loading branch information
ronso0 authored Jun 8, 2024
2 parents af08fd1 + bd795c5 commit dfd0c29
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [2.4.2](https://github.com/mixxxdj/mixxx/milestone/43?closed=1) (unreleased)

### Controller Mappings

* Korg Kaoss DJ: Update script [#12683](https://github.com/mixxxdj/mixxx/pull/12683)
* Novation Dicer: Remove flanger mapping with quickeffect toggle
[#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 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)

### Controller Mappings
Expand Down
60 changes: 60 additions & 0 deletions res/linux/org.mixxx.Mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,66 @@
Do not edit it manually.
-->
<releases>
<release version="2.4.2" type="development" date="2024-06-02" timestamp="1717326111">
<description>
<p>
Controller Mappings
</p>
<ul>
<li>
Korg Kaoss DJ: Update script
#12683
</li>
<li>
Novation Dicer: Remove flanger mapping with quickeffect toggle
#13196
#13134
</li>
<li>
Numark PartyMix: Fix EQ (script binding) display name
#13255
</li>
<li>
Sony SIXAXIS: Fix mapping
#13319
</li>
</ul>
<p>
Fixes
</p>
<ul>
<li>
Handle not supported files when dragging to waveforms and spinnies
#13208
#13271
#13275
</li>
<li>
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>
<release version="2.4.1" type="stable" date="2024-05-08" timestamp="1715126400">
<description>
<p>
Expand Down

0 comments on commit dfd0c29

Please sign in to comment.