Skip to content

Commit

Permalink
Merge pull request #13362 from daschuer/changelog_25
Browse files Browse the repository at this point in the history
Add CHANGLOG entries about raised OS requirements
  • Loading branch information
JoergAtGithub authored Jul 31, 2024
2 parents e4d5b69 + 8058723 commit cd959a6
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 10 deletions.
30 changes: 25 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* Waveforms: Allshader RGB, Filtered and Stacked Waveforms using textures for waveform data
[#13151](https://github.com/mixxxdj/mixxx/pull/13151)
[#12641](https://github.com/mixxxdj/mixxx/issues/12641)
* Allow changing the waveform overview type without reloading the skin
[#13273](https://github.com/mixxxdj/mixxx/pull/13273)

### Skins / Interface

Expand Down Expand Up @@ -86,6 +88,9 @@
* Effect Meta knob: Draw arc from default meta position
[#12638](https://github.com/mixxxdj/mixxx/pull/12638)
[#12634](https://github.com/mixxxdj/mixxx/issues/12634)
* Show newly added effects, read/write HiddenEffects
[#13326](https://github.com/mixxxdj/mixxx/pull/13326)
[#11343](https://github.com/mixxxdj/mixxx/issues/11343)

### Library

Expand All @@ -94,6 +99,7 @@
* Playlists: move tracks with Alt + Up/Down/PageUp/PageDown/Home/End
[#13092](https://github.com/mixxxdj/mixxx/pull/13092)
[#10826](https://github.com/mixxxdj/mixxx/issues/10826)
[#13098](https://github.com/mixxxdj/mixxx/pull/13098)
* Search: Add special BPM filters
[#12072](https://github.com/mixxxdj/mixxx/pull/12072)
[#8191](https://github.com/mixxxdj/mixxx/issues/8191)
Expand Down Expand Up @@ -132,10 +138,10 @@
* Track menu: add star rating
[#12700](https://github.com/mixxxdj/mixxx/pull/12700)
[#10652](https://github.com/mixxxdj/mixxx/issues/10652)
* Playlists: move tracks with Alt + Up/Down/PageUp/PageDown/Home/End
[#13092](https://github.com/mixxxdj/mixxx/pull/13092)
[#10826](https://github.com/mixxxdj/mixxx/issues/10826)
* Track menu: Show Properties in Missing and Hidden view [#13426](https://github.com/mixxxdj/mixxx/pull/13426)
* Library control: make use of WLibrary::getCurrentTrackTableView() [#13335](https://github.com/mixxxdj/mixxx/pull/13335)
* Optimize Library scrolling in BPMDelegate::paintItem [#13358](https://github.com/mixxxdj/mixxx/pull/13358)
* Library: fix font reset in multiline comment editor [#13448](https://github.com/mixxxdj/mixxx/pull/13448)

### Preferences

Expand All @@ -150,6 +156,7 @@

### Controller Mappings

* Numark Scratch: Add controller settings [#13404](https://github.com/mixxxdj/mixxx/pull/13404)
* Pioneer DDJ-FLX4: Mapping improvements [#12842](https://github.com/mixxxdj/mixxx/pull/12842)
* Traktor S4 MK3: Add setting definition for [#12995](https://github.com/mixxxdj/mixxx/pull/12995)
* Traktor S4 MK3: Software mixer support and default pad layout customisation [#13059](https://github.com/mixxxdj/mixxx/pull/13059)
Expand Down Expand Up @@ -226,7 +233,8 @@
* Introduce wrapper for non const iterators for erase and insert [#12201](https://github.com/mixxxdj/mixxx/pull/12201)
* Fix Qt6/QML build [#12255](https://github.com/mixxxdj/mixxx/pull/12255)
* Fix track color background with Qt6 [#12380](https://github.com/mixxxdj/mixxx/pull/12380)
* multi-line delegate: fix bg color, Qt6 on Linux [#12478](https://github.com/mixxxdj/mixxx/pull/12478)
* multi-line delegate: fix bg color, Qt6 on Linux
[#12478](https://github.com/mixxxdj/mixxx/pull/12478)
* Revert "BaseTrackPlayer: Remove references to WaveformWidgetRenderer when using Qt6" [#12342](https://github.com/mixxxdj/mixxx/pull/12342)
* Fix: Replace deprecated `qAsConst` with `std::as_const` [#13028](https://github.com/mixxxdj/mixxx/pull/13028)
* Fix Drag'n'drop: avoid unintended drag on hover (WTrackProperty, WCoverArt etc.)
Expand All @@ -245,7 +253,13 @@
* SoundManager: Use correct PortAudio backend on iOS [#12716](https://github.com/mixxxdj/mixxx/pull/12716)
* DesktopHelper: Add openUrl abstraction to support iOS [#12698](https://github.com/mixxxdj/mixxx/pull/12698)
* iOS packaging: Add Info.plist, launch screen and app icon [#12676](https://github.com/mixxxdj/mixxx/pull/12676)
* CmdlineArgs: Move config directory to a user-accessible location on iOS [#12688](https://github.com/mixxxdj/mixxx/pull/12688)
* CmdlineArgs: Move config directory to a user-accessible location on iOS
[#12688](https://github.com/mixxxdj/mixxx/pull/12688)
* CMakeLists: Work around Qt shader bug with Xcode
[#13379](https://github.com/mixxxdj/mixxx/pull/13379)
[#13378](https://github.com/mixxxdj/mixxx/issues/13378)
* AudioUnitManager: Disable unavailable in-process instantiation on iOS
[#13383](https://github.com/mixxxdj/mixxx/pull/13383)

### Experimental WebAssembly support

Expand All @@ -270,6 +284,10 @@
* README: Recommend running buildenvs over sourcing them on Linux [#13071](https://github.com/mixxxdj/mixxx/pull/13071)
* FindSndFile: Link mpg123 in static builds [#13087](https://github.com/mixxxdj/mixxx/pull/13087)
* macOS packaging: Enable app sandbox in ad-hoc-packaged (i.e. non-notarized) bundles too [#12101](https://github.com/mixxxdj/mixxx/pull/12101)
* Drop support for macOS versions earlier than 11
* Drop support for Windows versions earlier than Windows 10 build 1809
* Drop support for Ubuntu versions earlier than 22.04
* Require a C++20 compiler

### Misc Refactorings

Expand Down Expand Up @@ -314,6 +332,8 @@
* Code Style: Add branches around single line blocks. [#13097](https://github.com/mixxxdj/mixxx/pull/13097)
* Add missing member in copy ctor [#13229](https://github.com/mixxxdj/mixxx/pull/13229)
* Refactor/preferences enums [#12798](https://github.com/mixxxdj/mixxx/pull/12798)
* localDateTimeFromUtc: Make argument a const reference and initialize QDateTime at construction [#13359](https://github.com/mixxxdj/mixxx/pull/13359)
* use enum class for waveform overview type [#13370](https://github.com/mixxxdj/mixxx/pull/13370)
* Update to latest vcpkg dependencies
[#11649](https://github.com/mixxxdj/mixxx/pull/11649)
[#12512](https://github.com/mixxxdj/mixxx/pull/12512)
Expand Down
60 changes: 55 additions & 5 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.5.0" type="development" date="2024-06-12" timestamp="1718193546">
<release version="2.5.0" type="development" date="2024-07-29" timestamp="1722231413">
<description>
<p>
Waveforms
Expand All @@ -122,6 +122,10 @@
#13151
#12641
</li>
<li>
Allow changing the waveform overview type without reloading the skin
#13273
</li>
</ul>
<p>
Skins / Interface
Expand Down Expand Up @@ -279,6 +283,11 @@
#12638
#12634
</li>
<li>
Show newly added effects, read/write HiddenEffects
#13326
#11343
</li>
</ul>
<p>
Library
Expand All @@ -296,6 +305,7 @@
Playlists: move tracks with Alt + Up/Down/PageUp/PageDown/Home/End
#13092
#10826
#13098
</li>
<li>
Search: Add special BPM filters
Expand Down Expand Up @@ -379,14 +389,21 @@
#10652
</li>
<li>
Playlists: move tracks with Alt + Up/Down/PageUp/PageDown/Home/End
#13092
#10826
Track menu: Show Properties in Missing and Hidden view
#13426
</li>
<li>
Library control: make use of WLibrary::getCurrentTrackTableView()
#13335
</li>
<li>
Optimize Library scrolling in BPMDelegate::paintItem
#13358
</li>
<li>
Library: fix font reset in multiline comment editor
#13448
</li>
</ul>
<p>
Preferences
Expand Down Expand Up @@ -423,6 +440,10 @@
Controller Mappings
</p>
<ul>
<li>
Numark Scratch: Add controller settings
#13404
</li>
<li>
Pioneer DDJ-FLX4: Mapping improvements
#12842
Expand Down Expand Up @@ -711,6 +732,15 @@
CmdlineArgs: Move config directory to a user-accessible location on iOS
#12688
</li>
<li>
CMakeLists: Work around Qt shader bug with Xcode
#13379
#13378
</li>
<li>
AudioUnitManager: Disable unavailable in-process instantiation on iOS
#13383
</li>
</ul>
<p>
Experimental WebAssembly support
Expand Down Expand Up @@ -804,6 +834,18 @@
macOS packaging: Enable app sandbox in ad-hoc-packaged (i.e. non-notarized) bundles too
#12101
</li>
<li>
Drop support for macOS versions earlier than 11
</li>
<li>
Drop support for Windows versions earlier than Windows 10 build 1809
</li>
<li>
Drop support for Ubuntu versions earlier than 22.04
</li>
<li>
Require a C++20 compiler
</li>
</ul>
<p>
Misc Refactorings
Expand Down Expand Up @@ -996,6 +1038,14 @@
Refactor/preferences enums
#12798
</li>
<li>
localDateTimeFromUtc: Make argument a const reference and initialize QDateTime at construction
#13359
</li>
<li>
use enum class for waveform overview type
#13370
</li>
<li>
Update to latest vcpkg dependencies
#11649
Expand Down Expand Up @@ -1047,7 +1097,7 @@
</ul>
</description>
</release>
<release version="2.4.2" type="development" date="2024-06-12" timestamp="1718193546">
<release version="2.4.2" type="development" date="2024-07-29" timestamp="1722231413">
<description>
<p>
Controller Mappings
Expand Down

0 comments on commit cd959a6

Please sign in to comment.