Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Mar 18, 2024
1 parent 5e83d6d commit 6c6345f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* fixes around cratetablemodel, remove tracks + don't allow pasting tracks into locked playlists/crates or History [#12926](https://github.com/mixxxdj/mixxx/pull/12926)
* Tootips: Improve `rate_up/down` tooltips, pitch vs. speed [#12590](https://github.com/mixxxdj/mixxx/pull/12590)
* Shortkeys for track list management [#12020](https://github.com/mixxxdj/mixxx/pull/12020)
* Track menu: rephrase "Reset" to "Clear" [#12955](https://github.com/mixxxdj/mixxx/pull/12955)

### Controller Mappings

Expand All @@ -28,6 +29,7 @@

* Send sysex to all handlers [#12827](https://github.com/mixxxdj/mixxx/pull/12827)
* Add control for showing a deck's track menu [#10825](https://github.com/mixxxdj/mixxx/pull/10825)
* Removed old examples HID keyboard and HID trackpad [#12977](https://github.com/mixxxdj/mixxx/pull/12977)

### Experimental QML Skin

Expand Down Expand Up @@ -139,6 +141,9 @@
* Labeler: Add `qml` to labeler config [#12911](https://github.com/mixxxdj/mixxx/pull/12911)
* WTrackMenu: Add missing wcoverartlabel.h include [#12924](https://github.com/mixxxdj/mixxx/pull/12924)
* Fix clazy complains and naming [#12935](https://github.com/mixxxdj/mixxx/pull/12935)
* src/library: sort files into sub-directories [#12956](https://github.com/mixxxdj/mixxx/pull/12956)
* CMakeLists: Fix deduplication trap with `--preload-file` [#12944](https://github.com/mixxxdj/mixxx/pull/12944)
* Add CI runner that allows cleaning up the download server [#12957](https://github.com/mixxxdj/mixxx/pull/12957)
* Update to latest vcpkg dependencies
[#11649](https://github.com/mixxxdj/mixxx/pull/11649)
[#12512](https://github.com/mixxxdj/mixxx/pull/12512)
Expand Down
25 changes: 23 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-03-12" timestamp="1710276479">
<release version="2.5.0" type="development" date="2024-03-13" timestamp="1710302656">
<description>
<p>
Features
Expand Down Expand Up @@ -169,6 +169,10 @@
Shortkeys for track list management
#12020
</li>
<li>
Track menu: rephrase "Reset" to "Clear"
#12955
</li>
</ul>
<p>
Controller Mappings
Expand All @@ -191,6 +195,10 @@
Add control for showing a deck's track menu
#10825
</li>
<li>
Removed old examples HID keyboard and HID trackpad
#12977
</li>
</ul>
<p>
Experimental QML Skin
Expand Down Expand Up @@ -639,6 +647,19 @@
Fix clazy complains and naming
#12935
</li>
<li>
src/library: sort files into sub-directories
#12956
</li>
<li>
CMakeLists: Fix deduplication trap with
--preload-file
#12944
</li>
<li>
Add CI runner that allows cleaning up the download server
#12957
</li>
<li>
Update to latest vcpkg dependencies
#11649
Expand Down Expand Up @@ -683,7 +704,7 @@
</ul>
</description>
</release>
<release version="2.4.1" type="development" date="2024-03-12" timestamp="1710276479">
<release version="2.4.1" type="development" date="2024-03-13" timestamp="1710302656">
<description>
<p>
Controller Mappings
Expand Down

0 comments on commit 6c6345f

Please sign in to comment.