Skip to content

Commit

Permalink
Merge pull request #13322 from daschuer/changelog_25
Browse files Browse the repository at this point in the history
Changelog for 2.5-beta
  • Loading branch information
daschuer authored Jun 9, 2024
2 parents ded8f29 + d86d212 commit b5a5c5b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 5 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
* SlipMode waveform visual for RGB GLSL
[#13002](https://github.com/mixxxdj/mixxx/pull/13002)
[#13256](https://github.com/mixxxdj/mixxx/pull/13256)
* Show beats and time until next marker in the waveform [#12994](https://github.com/mixxxdj/mixxx/pull/12994)
* Show beats and time until next marker in the waveform
[#12994](https://github.com/mixxxdj/mixxx/pull/12994)
[#13311](https://github.com/mixxxdj/mixxx/pull/13311)
* Waveforms: don't elide hotcue labels
[#13219](https://github.com/mixxxdj/mixxx/pull/13219)
[#10722](https://github.com/mixxxdj/mixxx/issues/10722)
Expand Down Expand Up @@ -46,6 +48,10 @@
[#13017](https://github.com/mixxxdj/mixxx/pull/13017)
[#10189](https://github.com/mixxxdj/mixxx/issues/10189)
* Logging: Include timestamps in messages by default [#11861](https://github.com/mixxxdj/mixxx/pull/11861)
* LateNight, Deere, Tango: Deactivate beatgrid edit controls if BPM is locked
[#13320](https://github.com/mixxxdj/mixxx/pull/13320)
[#13323](https://github.com/mixxxdj/mixxx/pull/13323)
[#13325](https://github.com/mixxxdj/mixxx/pull/13325)

### Engine

Expand Down Expand Up @@ -77,6 +83,9 @@
* Add Compressor effect [#12523](https://github.com/mixxxdj/mixxx/pull/12523)
* add Glitch effect [#11329](https://github.com/mixxxdj/mixxx/pull/11329)
* Add backend for Audio Unit (AU) plugins on macOS [#12112](https://github.com/mixxxdj/mixxx/pull/12112)
* 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)

### Library

Expand All @@ -91,10 +100,12 @@
* Search: Add "OR" search operator
[#12061](https://github.com/mixxxdj/mixxx/pull/12061)
[#8881](https://github.com/mixxxdj/mixxx/issues/8881)
* Search: add 'type' filter
[#13338](https://github.com/mixxxdj/mixxx/issues/13338)
* Search related Tracks menu: Allow to use multiple filters at once
[#12213](https://github.com/mixxxdj/mixxx/pull/12213)
[#12211](https://github.com/mixxxdj/mixxx/issues/12211)
* Add multi-track property editor / batch tag editor
* Add multi-track property editor / batch tag editor
[#12548](https://github.com/mixxxdj/mixxx/pull/12548)
[#9023](https://github.com/mixxxdj/mixxx/issues/9023)
[#13299](https://github.com/mixxxdj/mixxx/pull/13299)
Expand Down Expand Up @@ -124,6 +135,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)
* Library control: make use of WLibrary::getCurrentTrackTableView() [#13335](https://github.com/mixxxdj/mixxx/pull/13335)

### Preferences

Expand All @@ -134,6 +146,7 @@
[#12740](https://github.com/mixxxdj/mixxx/issues/12740)
* MIDI Input editor: allow selecting multiple Options [#12348](https://github.com/mixxxdj/mixxx/pull/12348)
* Fix incorrect reboot required notification on preference updates [#13058](https://github.com/mixxxdj/mixxx/pull/13058)
* Apply changes only after pressing Apply in color preferences [#13302](https://github.com/mixxxdj/mixxx/pull/13302)

### Controller Mappings

Expand Down Expand Up @@ -164,6 +177,8 @@
* Registering MIDI Input Handlers From Javascript
[#12781](https://github.com/mixxxdj/mixxx/pull/12781)
[#13089](https://github.com/mixxxdj/mixxx/pull/13089)
* Drop lodash dependency in ComponentJS
[#12779](https://github.com/mixxxdj/mixxx/pull/12779)

### Experimental QML Skin

Expand Down Expand Up @@ -219,7 +234,8 @@
[#13033](https://github.com/mixxxdj/mixxx/issues/13033)
* Fix ambiguous overload error due to native qDebug impl for std::optional
[#12981](https://github.com/mixxxdj/mixxx/issues/12981)
* Fix 'selected click' bug [#12488](https://github.com/mixxxdj/mixxx/pull/12488)
* Workaround for Qt6 'selected click' bug [#12488](https://github.com/mixxxdj/mixxx/pull/12488)
* Fix menu icon position [#12216](https://github.com/mixxxdj/mixxx/pull/12216)

### Experimental iOs support

Expand Down
36 changes: 34 additions & 2 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-03" timestamp="1717443221">
<release version="2.5.0" type="development" date="2024-06-03" timestamp="1717443751">
<description>
<p>
Waveforms
Expand All @@ -110,6 +110,7 @@
<li>
Show beats and time until next marker in the waveform
#12994
#13311
</li>
<li>
Waveforms: don't elide hotcue labels
Expand Down Expand Up @@ -198,6 +199,12 @@
Logging: Include timestamps in messages by default
#11861
</li>
<li>
LateNight, Deere, Tango: Deactivate beatgrid edit controls if BPM is locked
#13320
#13323
#13325
</li>
</ul>
<p>
Engine
Expand Down Expand Up @@ -267,6 +274,11 @@
Add backend for Audio Unit (AU) plugins on macOS
#12112
</li>
<li>
Effect Meta knob: Draw arc from default meta position
#12638
#12634
</li>
</ul>
<p>
Library
Expand Down Expand Up @@ -295,6 +307,10 @@
#12061
#8881
</li>
<li>
Search: add 'type' filter
#13338
</li>
<li>
Search related Tracks menu: Allow to use multiple filters at once
#12213
Expand Down Expand Up @@ -367,6 +383,10 @@
#13092
#10826
</li>
<li>
Library control: make use of WLibrary::getCurrentTrackTableView()
#13335
</li>
</ul>
<p>
Preferences
Expand Down Expand Up @@ -394,6 +414,10 @@
Fix incorrect reboot required notification on preference updates
#13058
</li>
<li>
Apply changes only after pressing Apply in color preferences
#13302
</li>
</ul>
<p>
Controller Mappings
Expand Down Expand Up @@ -466,6 +490,10 @@
#12781
#13089
</li>
<li>
Drop lodash dependency in ComponentJS
#12779
</li>
</ul>
<p>
Experimental QML Skin
Expand Down Expand Up @@ -641,9 +669,13 @@
#12981
</li>
<li>
Fix 'selected click' bug
Workaround for Qt6 'selected click' bug
#12488
</li>
<li>
Fix menu icon position
#12216
</li>
</ul>
<p>
Experimental iOs support
Expand Down

0 comments on commit b5a5c5b

Please sign in to comment.