Skip to content

Commit

Permalink
Use imperative
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jan 15, 2024
1 parent 4865fc2 commit 76ee2d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
* MP3: Log recoverable errors as info instead of warning [#4365](https://github.com/mixxxdj/mixxx/pull/4365)
* MP3: Garbage detection fix [#12464](https://github.com/mixxxdj/mixxx/pull/12464)
* MP3: Improve decoding precision on Windows [#11911](https://github.com/mixxxdj/mixxx/pull/11911) [#11888](https://github.com/mixxxdj/mixxx/issues/11888)
* AAC encoder: Fixed a memory leak [#4386](https://github.com/mixxxdj/mixxx/pull/4386) [#4408](https://github.com/mixxxdj/mixxx/pull/4408)
* AAC encoder: Fix a memory leak [#4386](https://github.com/mixxxdj/mixxx/pull/4386) [#4408](https://github.com/mixxxdj/mixxx/pull/4408)
* Improve robustness of file type detection by considering the actual MIME type of the content. [#7970](https://github.com/mixxxdj/mixxx/issues/7970) [#4356](https://github.com/mixxxdj/mixxx/pull/4356) [#4357](https://github.com/mixxxdj/mixxx/pull/4357)
* Fix file type detection when file has wrong file extension by determining the MIME type from content
[#4602](https://github.com/mixxxdj/mixxx/pull/4602)
Expand Down Expand Up @@ -295,7 +295,7 @@
[#4153](https://github.com/mixxxdj/mixxx/pull/4153)
* Add halve/double controls for beatjump size [#4269](https://github.com/mixxxdj/mixxx/pull/4269)
* Fix possible segfault when ejecting track [#4362](https://github.com/mixxxdj/mixxx/pull/4362) [#10497](https://github.com/mixxxdj/mixxx/issues/10497)
* Fixed an assertion when loop is before track start [#4383](https://github.com/mixxxdj/mixxx/pull/4383) [#10556](https://github.com/mixxxdj/mixxx/issues/10556)
* Fix an assertion when loop is before track start [#4383](https://github.com/mixxxdj/mixxx/pull/4383) [#10556](https://github.com/mixxxdj/mixxx/issues/10556)
* Fix and improve snapping to beats in various situations [#4366](https://github.com/mixxxdj/mixxx/pull/4366) [#10541](https://github.com/mixxxdj/mixxx/issues/10541)
* Allow to cancel active loops via beatloop_activate [#4328](https://github.com/mixxxdj/mixxx/pull/4328) [#9950](https://github.com/mixxxdj/mixxx/issues/9950)
* Don't wipe inapplicable sound config immediately [#4544](https://github.com/mixxxdj/mixxx/pull/4544)
Expand Down Expand Up @@ -653,7 +653,7 @@

### Track properties

* Fixed a SIGSEGV after a debug assertion [#4316](https://github.com/mixxxdj/mixxx/pull/4316)
* Fix a SIGSEGV after a debug assertion [#4316](https://github.com/mixxxdj/mixxx/pull/4316)
* Apply pending changes also when saving via hotkey [#4562](https://github.com/mixxxdj/mixxx/pull/4562) [#10612](https://github.com/mixxxdj/mixxx/issues/10612)
* Fix crash when trying to scale 0.0 BPM [#4587](https://github.com/mixxxdj/mixxx/pull/4587) [#1955853](https://github.com/mixxxdj/mixxx/issues/10625)
* Add track color selector [#11436](https://github.com/mixxxdj/mixxx/pull/11436) [#10324](https://github.com/mixxxdj/mixxx/issues/10324)
Expand Down
12 changes: 8 additions & 4 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.4.0" type="development" date="2024-01-15" timestamp="1705300657">
<release version="2.4.0" type="development" date="2024-01-15" timestamp="1705357739">
<description>
<p>
Cover Art
Expand Down Expand Up @@ -701,7 +701,7 @@
#11888
</li>
<li>
AAC encoder: Fixed a memory leak
AAC encoder: Fix a memory leak
#4386
#4408
</li>
Expand Down Expand Up @@ -805,7 +805,7 @@
#10497
</li>
<li>
Fixed an assertion when loop is before track start
Fix an assertion when loop is before track start
#4383
#10556
</li>
Expand Down Expand Up @@ -1426,6 +1426,10 @@
#4668
#11246
</li>
<li>
Implement Un-replace by double-clicking eject
#11246
</li>
</ul>
<p>
Waveforms and GL Widgets
Expand Down Expand Up @@ -1805,7 +1809,7 @@
</p>
<ul>
<li>
Fixed a SIGSEGV after a debug assertion
Fix a SIGSEGV after a debug assertion
#4316
</li>
<li>
Expand Down

0 comments on commit 76ee2d0

Please sign in to comment.