Skip to content

Commit 7230181

Browse files
committed
Update changelog
1 parent b38b20e commit 7230181

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
[#12989](https://github.com/mixxxdj/mixxx/pull/12989)
2828
* CMakeLists: Always prefer OpenGL framework on macOS
2929
[#13080](https://github.com/mixxxdj/mixxx/pull/13080)
30+
* Use capitalized Mixxx in Windows installer and start menu
31+
[#13178](https://github.com/mixxxdj/mixxx/pull/13178)
3032

3133
### Skins
3234

@@ -40,6 +42,9 @@
4042
* Tooltips: update 'hotcue' with saved loop features [#12875](https://github.com/mixxxdj/mixxx/pull/12875)
4143
* Animate long press latching of sync button [#12990](https://github.com/mixxxdj/mixxx/pull/12990)
4244
* Polish fx chain controls [#12805](https://github.com/mixxxdj/mixxx/pull/12805)
45+
* Waveforms: draw loop gradient at the correct position
46+
[#13061](https://github.com/mixxxdj/mixxx/pull/13061)
47+
[#13060](<https://github.com/mixxxdj/mixxx/issues/13060>
4348

4449
### Library
4550

@@ -63,6 +68,7 @@
6368
* Require a minimum movement before initiating the drag&drop of tracks
6469
[#13135](https://github.com/mixxxdj/mixxx/pull/13135)
6570
[#12902](https://github.com/mixxxdj/mixxx/issues/12902)
71+
[#12979](https://github.com/mixxxdj/mixxx/pull/12979)
6672
* iTunes/Serato/Traktor/Rhythmbox: Print error if library file could not be opened
6773
[#13012](https://github.com/mixxxdj/mixxx/pull/13012)
6874
* Playlists: improve table update after deleting (purging) track files
@@ -96,6 +102,9 @@
96102
* Fix FLAC recording on macOS and Windows
97103
[#10880](https://github.com/mixxxdj/mixxx/issues/10880)
98104
[#13154](https://github.com/mixxxdj/mixxx/pull/13154)
105+
* LV Mix EQ: Fix pops when enabling in effect rack
106+
[#13055](https://github.com/mixxxdj/mixxx/issues/13055)
107+
[#13073](https://github.com/mixxxdj/mixxx/pull/13073)
99108

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

res/linux/org.mixxx.Mixxx.metainfo.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
Do not edit it manually.
9797
-->
9898
<releases>
99-
<release version="2.4.1" type="development" date="2024-04-23" timestamp="1713855934">
99+
<release version="2.4.1" type="development" date="2024-05-01" timestamp="1714553275">
100100
<description>
101101
<p>
102102
Controller Mappings
@@ -159,6 +159,10 @@
159159
CMakeLists: Always prefer OpenGL framework on macOS
160160
#13080
161161
</li>
162+
<li>
163+
Use capitalized Mixxx in Windows installer and start menu
164+
#13178
165+
</li>
162166
</ul>
163167
<p>
164168
Skins
@@ -194,6 +198,12 @@
194198
Polish fx chain controls
195199
#12805
196200
</li>
201+
<li>
202+
Waveforms: draw loop gradient at the correct position
203+
#13061
204+
[#13060](
205+
https://github.com/mixxxdj/mixxx/issues/13060
206+
</li>
197207
</ul>
198208
<p>
199209
Library
@@ -240,6 +250,7 @@
240250
Require a minimum movement before initiating the drag&amp;drop of tracks
241251
#13135
242252
#12902
253+
#12979
243254
</li>
244255
<li>
245256
iTunes/Serato/Traktor/Rhythmbox: Print error if library file could not be opened
@@ -316,6 +327,11 @@
316327
#10880
317328
#13154
318329
</li>
330+
<li>
331+
LV Mix EQ: Fix pops when enabling in effect rack
332+
#13055
333+
#13073
334+
</li>
319335
</ul>
320336
</description>
321337
</release>

0 commit comments

Comments
 (0)