Skip to content

Commit

Permalink
Fix capitals in CHANGELOG
Browse files Browse the repository at this point in the history
Co-authored-by: JoergAtGithub <64457745+JoergAtGithub@users.noreply.github.com>
  • Loading branch information
daschuer and JoergAtGithub committed Mar 19, 2024
1 parent 6c6345f commit f9d5b7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
* Playlist feature: add 'Shuffle playlist' sidebar action [#12498](https://github.com/mixxxdj/mixxx/pull/12498)
* New built-in effect: Glitch [#11329](https://github.com/mixxxdj/mixxx/pull/11329)
* Fullscreen toggle rework [#11566](https://github.com/mixxxdj/mixxx/pull/11566)
* Playlists: Uupdate of playlist labels after adding tracks [#12866](https://github.com/mixxxdj/mixxx/pull/12866) [#12761](https://github.com/mixxxdj/mixxx/issues/12761)
* Tracks: custom text color for played tracks (qss) [#12744](https://github.com/mixxxdj/mixxx/pull/12744) [#5911](https://github.com/mixxxdj/mixxx/issues/5911) [#12912](https://github.com/mixxxdj/mixxx/pull/12912)
* History: show track count and duration in sidebar [#12811](https://github.com/mixxxdj/mixxx/pull/12811) [#12788](https://github.com/mixxxdj/mixxx/issues/12788)
* Playlists: Update of playlist labels after adding tracks [#12866](https://github.com/mixxxdj/mixxx/pull/12866) [#12761](https://github.com/mixxxdj/mixxx/issues/12761)
* Tracks: Custom text color for played tracks (qss) [#12744](https://github.com/mixxxdj/mixxx/pull/12744) [#5911](https://github.com/mixxxdj/mixxx/issues/5911) [#12912](https://github.com/mixxxdj/mixxx/pull/12912)
* History: Show track count and duration in sidebar [#12811](https://github.com/mixxxdj/mixxx/pull/12811) [#12788](https://github.com/mixxxdj/mixxx/issues/12788)
* 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)
* Track menu: Rephrase "Reset" to "Clear" [#12955](https://github.com/mixxxdj/mixxx/pull/12955)

### Controller Mappings

Expand Down Expand Up @@ -134,14 +134,14 @@
* fix/History: remove obsolete placeholder playlists [#12494](https://github.com/mixxxdj/mixxx/pull/12494)
* Add missing Taglib dependency [#12830](https://github.com/mixxxdj/mixxx/pull/12830)
* fix: typo ;) [#12726](https://github.com/mixxxdj/mixxx/pull/12726)
* refactor: avoid temporary qlist allocation on midi sysex receive [#12843](https://github.com/mixxxdj/mixxx/pull/12843)
* refactor: Avoid temporary qlist allocation on midi sysex receive [#12843](https://github.com/mixxxdj/mixxx/pull/12843)
* SoundSourceMP3: fix unused function warning [#12847](https://github.com/mixxxdj/mixxx/pull/12847)
* update libkeyfinder to 2.2.8 [#12853](https://github.com/mixxxdj/mixxx/pull/12853)
* feat(ci): add eslint rule prefer-template [#12889](https://github.com/mixxxdj/mixxx/pull/12889)
* feat(ci): Add eslint rule prefer-template [#12889](https://github.com/mixxxdj/mixxx/pull/12889)
* 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)
* 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
Expand Down
18 changes: 9 additions & 9 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-13" timestamp="1710302656">
<release version="2.5.0" type="development" date="2024-03-18" timestamp="1710747808">
<description>
<p>
Features
Expand Down Expand Up @@ -140,18 +140,18 @@
#11566
</li>
<li>
Playlists: Uupdate of playlist labels after adding tracks
Playlists: Update of playlist labels after adding tracks
#12866
#12761
</li>
<li>
Tracks: custom text color for played tracks (qss)
Tracks: Custom text color for played tracks (qss)
#12744
#5911
#12912
</li>
<li>
History: show track count and duration in sidebar
History: Show track count and duration in sidebar
#12811
#12788
</li>
Expand All @@ -170,7 +170,7 @@
#12020
</li>
<li>
Track menu: rephrase "Reset" to "Clear"
Track menu: Rephrase "Reset" to "Clear"
#12955
</li>
</ul>
Expand Down Expand Up @@ -618,7 +618,7 @@
#12726
</li>
<li>
refactor: avoid temporary qlist allocation on midi sysex receive
refactor: Avoid temporary qlist allocation on midi sysex receive
#12843
</li>
<li>
Expand All @@ -630,7 +630,7 @@
#12853
</li>
<li>
feat(ci): add eslint rule prefer-template
feat(ci): Add eslint rule prefer-template
#12889
</li>
<li>
Expand All @@ -648,7 +648,7 @@
#12935
</li>
<li>
src/library: sort files into sub-directories
src/library: Sort files into sub-directories
#12956
</li>
<li>
Expand Down Expand Up @@ -704,7 +704,7 @@
</ul>
</description>
</release>
<release version="2.4.1" type="development" date="2024-03-13" timestamp="1710302656">
<release version="2.4.1" type="development" date="2024-03-18" timestamp="1710747808">
<description>
<p>
Controller Mappings
Expand Down

0 comments on commit f9d5b7f

Please sign in to comment.