summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2022-01-07 08:21:20 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2022-01-07 08:21:20 +0100
commitab254298428430f454cffc61bc0be764da78eb88 (patch)
treef7fbb54c1ea37ca72fb5ca50dedfc8e67b73d17e
parent7bc495cbbd0bede267a5f317abd20bd22b534e34 (diff)
Update Changelog towards the 2.3.2 release
-rw-r--r--CHANGELOG.md5
-rw-r--r--res/linux/org.mixxx.Mixxx.metainfo.xml24
2 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae8daf60d5..57285db5ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@
* Improve robustness of file type detection by considering the actual MIME type of the content. [lp:1445885](https://bugs.launchpad.net/mixxx/+bug/1445885) [#4356](https://github.com/mixxxdj/mixxx/pull/4356) [#4357](https://github.com/mixxxdj/mixxx/pull/4357)
* Playlist: Enable sorting by color [#4352](https://github.com/mixxxdj/mixxx/pull/4352) [lp:1945976](https://bugs.launchpad.net/mixxx/+bug/1945976)
+* Fix crash when using Doubling/Halving/etc. BPM from track's Properties window on tracks without BPM [#4587](https://github.com/mixxxdj/mixxx/pull/4587) [lp:1955853](https://bugs.launchpad.net/mixxx/+bug/1955853)
+* Fix writing wetadata on Windows for files that have never been played [#4586](https://github.com/mixxxdj/mixxx/pull/4586) [lp:1955331](https://bugs.launchpad.net/mixxx/+bug/1955331)
+* Preserve file creation time when writing metadata on Windows [#4586](https://github.com/mixxxdj/mixxx/pull/4586) [lp1955314](https://bugs.launchpad.net/mixxx/+bug/1955314)
+* Fix handling of file extension when importing and exporting sampler settings [#4539](https://github.com/mixxxdj/mixxx/pull/4539)
+* Fix crash, when using an empty directory as resource path using the --resource-path command line option [#4575](https://github.com/mixxxdj/mixxx/pull/4575) [lp1934560](https://bugs.launchpad.net/mixxx/+bug/1934560)
### Packaging
diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml
index 014a1a3c1b..9824d10624 100644
--- a/res/linux/org.mixxx.Mixxx.metainfo.xml
+++ b/res/linux/org.mixxx.Mixxx.metainfo.xml
@@ -112,6 +112,30 @@
#4352
lp:1945976
</li>
+ <li>
+ Fix crash when using Doubling/Halving/etc. BPM from track's Properties window on tracks without BPM
+ #4587
+ lp:1955853
+ </li>
+ <li>
+ Fix writing wetadata on Windows for files that have never been played
+ #4586
+ lp:1955331
+ </li>
+ <li>
+ Preserve file creation time when writing metadata on Windows
+ #4586
+ lp1955314
+ </li>
+ <li>
+ Fix handling of file extension when importing and exporting sampler settings
+ #4539
+ </li>
+ <li>
+ Fix crash, when using an empty directory as resource path using the --resource-path command line option
+ #4575
+ lp1934560
+ </li>
</ul>
<p>
Packaging