Skip to content

Commit

Permalink
Merge pull request #13317 from daschuer/changelog_26
Browse files Browse the repository at this point in the history
Update changelog for 2.6-alpha
  • Loading branch information
ronso0 authored Jun 8, 2024
2 parents 09105c0 + bfedf16 commit 1653504
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

## [2.6.0](https://github.com/mixxxdj/mixxx/milestone/44) (Unreleased)

### Waveforms

* Simplify waveform combobox in preferences
[#13220](https://github.com/mixxxdj/mixxx/issues/13220)
[#6428](https://github.com/mixxxdj/mixxx/issues/6428)
[#13226](https://github.com/mixxxdj/mixxx/issues/13226)

### STEM support

* Add simple support for STEM files [#13044](https://github.com/mixxxdj/mixxx/pull/13044)
* Multithreaded Rubberband [#13143](https://github.com/mixxxdj/mixxx/pull/13143)

### Controller Backend

* Add screen renderer to support controllers with a screen
[#11407](https://github.com/mixxxdj/mixxx/pull/11407)
[#13334](https://github.com/mixxxdj/mixxx/pull/13334)

### Auto-DJ

* Add AutoDJ xfader recenter option (default off)
[#13303](https://github.com/mixxxdj/mixxx/pull/13303)
[#11571](https://github.com/mixxxdj/mixxx/issues/11571)

### Misc Refactorings

* Refactor/shrink modernize scopedtimer [#13258](https://github.com/mixxxdj/mixxx/pull/13258)

## [2.5.0](https://github.com/mixxxdj/mixxx/issues?q=milestone%3A2.5.0) (Unreleased)

### Features
Expand Down
57 changes: 55 additions & 2 deletions res/linux/org.mixxx.Mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,64 @@
Do not edit it manually.
-->
<releases>
<release version="2.6.0" type="development" date="2024-05-26" timestamp="1716755573">
<release version="2.6.0" type="development" date="2024-05-28" timestamp="1716925493">
<description>
<p>
Waveforms
</p>
<ul>
<li>
Simplify waveform combobox in preferences
#13220
#6428
#13226
</li>
</ul>
<p>
STEM support
</p>
<ul>
<li>
Add simple support for STEM files
#13044
</li>
<li>
Multithreaded Rubberband
#13143
</li>
</ul>
<p>
Controller Backend
</p>
<ul>
<li>
Add screen renderer to support controllers with a screen
#11407
#13334
</li>
</ul>
<p>
Auto-DJ
</p>
<ul>
<li>
Add AutoDJ xfader recenter option (default off)
#13303
#11571
</li>
</ul>
<p>
Misc Refactorings
</p>
<ul>
<li>
Refactor/shrink modernize scopedtimer
#13258
</li>
</ul>
</description>
</release>
<release version="2.5.0" type="development" date="2024-05-26" timestamp="1716755573">
<release version="2.5.0" type="development" date="2024-05-28" timestamp="1716925493">
<description>
<p>
Features
Expand Down

0 comments on commit 1653504

Please sign in to comment.