Skip to content

Commit 5be07c3

Browse files
committed
chore: update CHANGELOG.md
1 parent ea97894 commit 5be07c3

2 files changed

Lines changed: 69 additions & 68 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,23 @@
1616
* Fix "dataChanged() called with an invalid index range" warning
1717
[#15937](https://github.com/mixxxdj/mixxx/pull/15937)
1818
[#14610](https://github.com/mixxxdj/mixxx/issues/14610)
19+
* History: allow track file export [#16074](https://github.com/mixxxdj/mixxx/pull/16074)
20+
* History: prevent deletion of current history after purging tracks [#15991](https://github.com/mixxxdj/mixxx/pull/15991)
21+
* Tracks: improve performance when restoring large track selections [#15973](https://github.com/mixxxdj/mixxx/pull/15973)
1922

2023
### Effects
2124

2225
* White Noise: remove DC offset [#15979](https://github.com/mixxxdj/mixxx/pull/15979)
2326
* White Noise: improve gain responds [#15949](https://github.com/mixxxdj/mixxx/pull/15949)
24-
* Echo: fix out of bounds read [#15985](https://github.com/mixxxdj/mixxx/pull/15985)
27+
* Echo: distorted sound
28+
[#15985](https://github.com/mixxxdj/mixxx/pull/15985)
29+
[#15835](https://github.com/mixxxdj/mixxx/issues/15835)
30+
* Echo: fix ramping of the send and feedback parameters [#16006](https://github.com/mixxxdj/mixxx/pull/16006)
2531
* QuickEffect: fix crackling noise when switching
2632
[#15796](https://github.com/mixxxdj/mixxx/pull/15796)
2733
[#15794](https://github.com/mixxxdj/mixxx/issues/15794)
34+
* Glitch: remove unnecessary cast to integer [#16068](https://github.com/mixxxdj/mixxx/pull/16068)
35+
* Reverb: fix ramping of the send parameter [#16001](https://github.com/mixxxdj/mixxx/pull/16001)
2836

2937
### Controller Mappings
3038

@@ -39,16 +47,18 @@
3947
[#15945](https://github.com/mixxxdj/mixxx/pull/15945)
4048
* Traktor S4Mk2: check for deck undefined [#14445](https://github.com/mixxxdj/mixxx/pull/14445)
4149

42-
### Controller Backend
43-
44-
* Restore common-hid-packet-parser global symbol exceptions for eslint [#15961](https://github.com/mixxxdj/mixxx/pull/15961)
45-
4650
### Engine
4751

48-
* Fix scratching with keylock enabled and mapping using scracht2 [#15845](https://github.com/mixxxdj/mixxx/pull/15845)
52+
* Fix scratching with keylock enabled and mapping using scratch2 [#15845](https://github.com/mixxxdj/mixxx/pull/15845)
4953
* AudioUnit: fix crash due to off-by-one error in parameter syncing [#15919](https://github.com/mixxxdj/mixxx/pull/15919)
50-
* FX units: resolve issue preventing use on all samplers [#15971](https://github.com/mixxxdj/mixxx/pull/15971)
51-
* AutoDJ: fix wrong use of [Auto DJ] -> [AutoDJ] [#16009](https://github.com/mixxxdj/mixxx/pull/16009)
54+
* AudioUnit: fix startup crash by loading out-of-process [#16106](https://github.com/mixxxdj/mixxx/pull/16106)
55+
* FX units: resolve issue preventing use on all samplers
56+
[#15971](https://github.com/mixxxdj/mixxx/pull/15971)
57+
[#15799](https://github.com/mixxxdj/mixxx/issues/15799)
58+
* Fix false positive "First sound has been moved!" warnings log message [#16054](https://github.com/mixxxdj/mixxx/pull/16054)
59+
* Beats: fix rare off-by-one beat issue with quantize and sync
60+
[#13262](https://github.com/mixxxdj/mixxx/pull/13262)
61+
[#16086](https://github.com/mixxxdj/mixxx/pull/16086)
5262

5363
### Preferences
5464

@@ -69,23 +79,18 @@
6979
* Add Flatpak packaging files
7080
[#15695](https://github.com/mixxxdj/mixxx/pull/15695)
7181
[#15922](https://github.com/mixxxdj/mixxx/pull/15922)
82+
[#15935](https://github.com/mixxxdj/mixxx/pull/15935)
7283
* Fail early if not running from Visual Studio environment [#14623](https://github.com/mixxxdj/mixxx/pull/14623)
7384
* Make Debian non-free optional [#15895](https://github.com/mixxxdj/mixxx/pull/15895)
7485
* Debian: remove 'qml6-module-qtquick-nativestyle [#15771](https://github.com/mixxxdj/mixxx/pull/15771)
86+
* Ubuntu: retire Plucky Puffin 25.04 [#15926](https://github.com/mixxxdj/mixxx/pull/15926)
7587

7688
### Miscellaneous
7789

78-
* Bump actions/cache from 4 to 5 [#15756](https://github.com/mixxxdj/mixxx/pull/15756)
79-
* Bump actions/upload-artifact from 5.0.0 to 6.0.0 [#15755](https://github.com/mixxxdj/mixxx/pull/15755)
80-
* Bump azure/trusted-signing-action from 0.5.10 to 1.0.0 [#15884](https://github.com/mixxxdj/mixxx/pull/15884)
81-
* Bump jwlawson/actions-setup-cmake from 2.0 to 2.1 [#15907](https://github.com/mixxxdj/mixxx/pull/15907)
8290
* Fix `mixxx-test` build to find `mad.h` [#15803](https://github.com/mixxxdj/mixxx/pull/15803)
83-
* Disable GitHub cache for VCPKG buildenv to save buildtime [#15981](https://github.com/mixxxdj/mixxx/pull/15981)
84-
* CI: fix issues related to workflow refactor into modular actions [#15750](https://github.com/mixxxdj/mixxx/pull/15750)
85-
* (Belated) Happy New Year 2026! [#15852](https://github.com/mixxxdj/mixxx/pull/15852)
86-
* Retire Ubuntu Plucky Puffin 25.04 [#15926](https://github.com/mixxxdj/mixxx/pull/15926)
87-
* chore(deps): bump azure/trusted-signing-action from 1.0.0 to 1.1.0 [#15990](https://github.com/mixxxdj/mixxx/pull/15990)
88-
* Num deck streamline [#14112](https://github.com/mixxxdj/mixxx/pull/14112)
91+
* Num deck streamline
92+
[#14112](https://github.com/mixxxdj/mixxx/pull/14112)
93+
[#16009](https://github.com/mixxxdj/mixxx/pull/16009)
8994

9095
## [2.5.4](https://github.com/mixxxdj/mixxx/milestone/51) (2025-12-14)
9196

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

Lines changed: 46 additions & 50 deletions
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.5.5" type="development" date="2026-02-23" timestamp="1771867075">
99+
<release version="2.5.5" type="development" date="2026-03-05" timestamp="1772747251">
100100
<description>
101101
<p>
102102
Library
@@ -122,6 +122,18 @@
122122
#15937
123123
#14610
124124
</li>
125+
<li>
126+
History: allow track file export
127+
#16074
128+
</li>
129+
<li>
130+
History: prevent deletion of current history after purging tracks
131+
#15991
132+
</li>
133+
<li>
134+
Tracks: improve performance when restoring large track selections
135+
#15973
136+
</li>
125137
</ul>
126138
<p>
127139
Effects
@@ -136,14 +148,27 @@
136148
#15949
137149
</li>
138150
<li>
139-
Echo: fix out of bounds read
151+
Echo: distorted sound
140152
#15985
153+
#15835
154+
</li>
155+
<li>
156+
Echo: fix ramping of the send and feedback parameters
157+
#16006
141158
</li>
142159
<li>
143160
QuickEffect: fix crackling noise when switching
144161
#15796
145162
#15794
146163
</li>
164+
<li>
165+
Glitch: remove unnecessary cast to integer
166+
#16068
167+
</li>
168+
<li>
169+
Reverb: fix ramping of the send parameter
170+
#16001
171+
</li>
147172
</ul>
148173
<p>
149174
Controller Mappings
@@ -173,34 +198,35 @@
173198
#14445
174199
</li>
175200
</ul>
176-
<p>
177-
Controller Backend
178-
</p>
179-
<ul>
180-
<li>
181-
Restore common-hid-packet-parser global symbol exceptions for eslint
182-
#15961
183-
</li>
184-
</ul>
185201
<p>
186202
Engine
187203
</p>
188204
<ul>
189205
<li>
190-
Fix scratching with keylock enabled and mapping using scracht2
206+
Fix scratching with keylock enabled and mapping using scratch2
191207
#15845
192208
</li>
193209
<li>
194210
AudioUnit: fix crash due to off-by-one error in parameter syncing
195211
#15919
196212
</li>
213+
<li>
214+
AudioUnit: fix startup crash by loading out-of-process
215+
#16106
216+
</li>
197217
<li>
198218
FX units: resolve issue preventing use on all samplers
199219
#15971
220+
#15799
200221
</li>
201222
<li>
202-
AutoDJ: fix wrong use of [Auto DJ] -&gt; [AutoDJ]
203-
#16009
223+
Fix false positive "First sound has been moved!" warnings log message
224+
#16054
225+
</li>
226+
<li>
227+
Beats: fix rare off-by-one beat issue with quantize and sync
228+
#13262
229+
#16086
204230
</li>
205231
</ul>
206232
<p>
@@ -239,6 +265,7 @@
239265
Add Flatpak packaging files
240266
#15695
241267
#15922
268+
#15935
242269
</li>
243270
<li>
244271
Fail early if not running from Visual Studio environment
@@ -252,57 +279,26 @@
252279
Debian: remove 'qml6-module-qtquick-nativestyle
253280
#15771
254281
</li>
282+
<li>
283+
Ubuntu: retire Plucky Puffin 25.04
284+
#15926
285+
</li>
255286
</ul>
256287
<p>
257288
Miscellaneous
258289
</p>
259290
<ul>
260-
<li>
261-
Bump actions/cache from 4 to 5
262-
#15756
263-
</li>
264-
<li>
265-
Bump actions/upload-artifact from 5.0.0 to 6.0.0
266-
#15755
267-
</li>
268-
<li>
269-
Bump azure/trusted-signing-action from 0.5.10 to 1.0.0
270-
#15884
271-
</li>
272-
<li>
273-
Bump jwlawson/actions-setup-cmake from 2.0 to 2.1
274-
#15907
275-
</li>
276291
<li>
277292
Fix
278293
mixxx-test
279294
build to find
280295
mad.h
281296
#15803
282297
</li>
283-
<li>
284-
Disable GitHub cache for VCPKG buildenv to save buildtime
285-
#15981
286-
</li>
287-
<li>
288-
CI: fix issues related to workflow refactor into modular actions
289-
#15750
290-
</li>
291-
<li>
292-
(Belated) Happy New Year 2026!
293-
#15852
294-
</li>
295-
<li>
296-
Retire Ubuntu Plucky Puffin 25.04
297-
#15926
298-
</li>
299-
<li>
300-
chore(deps): bump azure/trusted-signing-action from 1.0.0 to 1.1.0
301-
#15990
302-
</li>
303298
<li>
304299
Num deck streamline
305300
#14112
301+
#16009
306302
</li>
307303
</ul>
308304
</description>

0 commit comments

Comments
 (0)