From e2920b20029b9d0ca6dc1bcf579e8d9a0b74fb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Wed, 14 May 2025 07:34:29 +0200 Subject: [PATCH] Add latest changes to CHANGELOG.md Co-authored-by: ronso0 --- CHANGELOG.md | 2 ++ res/linux/org.mixxx.Mixxx.metainfo.xml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f76f4830f1c2..aab584dfee6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ * Add Key Color Palettes [#13497](https://github.com/mixxxdj/mixxx/pull/13497) * Add overview column with small waveform [#14140](https://github.com/mixxxdj/mixxx/pull/14140) * Add a rebindable keyboard shortcut for editing items as a replacement for F2 [#13148](https://github.com/mixxxdj/mixxx/pull/13148) +* DeveloperTools: restore searchbar shortcut Ctrl+F + [#14761](https://github.com/mixxxdj/mixxx/pull/14761) * CmdlineArgs: Add `--rescan-library` for rescanning on startup [#13661](https://github.com/mixxxdj/mixxx/pull/13661) * Add case-insensitive parsing for Lancelot key notation [#14318](https://github.com/mixxxdj/mixxx/pull/14318) * iTunes: Add iOS importer using the Media Player framework [#12690](https://github.com/mixxxdj/mixxx/pull/12690) diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml index ced50e22eafd..827546d30b37 100644 --- a/res/linux/org.mixxx.Mixxx.metainfo.xml +++ b/res/linux/org.mixxx.Mixxx.metainfo.xml @@ -96,7 +96,7 @@ Do not edit it manually. --> - +

STEM file support @@ -199,6 +199,10 @@ Add a rebindable keyboard shortcut for editing items as a replacement for F2 #13148 +

  • + DeveloperTools: restore searchbar shortcut Ctrl+F + #14761 +
  • CmdlineArgs: Add --rescan-library