Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for Mixxx 2.3.6 #11784

Merged
merged 6 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,26 @@
[#11709](https://github.com/mixxxdj/mixxx/issues/11709)
* Controller Preferences: Avoid scrollbars in I/O tabs if Info tab exceeds page height
[#11756](https://github.com/mixxxdj/mixxx/pull/11756)
* Broadcast: Improved error message in case of timeout
[#11775](https://github.com/mixxxdj/mixxx/pull/11775)
* Handle setting `loop_in` and `loop_out` to the same position
[#11771](https://github.com/mixxxdj/mixxx/pull/11771)
[#10600](https://github.com/mixxxdj/mixxx/issues/10600)
* Fix build issues with Protobuf v23.4 and with clang 32
[#11751](https://github.com/mixxxdj/mixxx/pull/11751)
[#11765](https://github.com/mixxxdj/mixxx/pull/11765)
[#11762](https://github.com/mixxxdj/mixxx/issues/11762)
* Disable GL VU-Meters on Windows by default. They can be re-enabled via the command line option `--enableVuMeterGL`.
[#11787](https://github.com/mixxxdj/mixxx/pull/11787)
[#11785](https://github.com/mixxxdj/mixxx/issues/11785)
[#11789](https://github.com/mixxxdj/mixxx/issues/11789)
* Library preferences: Uncheck Serato metadata export when file metadata export is unchecked
[#11782](https://github.com/mixxxdj/mixxx/pull/11782)
[#11226](https://github.com/mixxxdj/mixxx/issues/11226)
* Denon MC6000MK2: Delete mapping for master gain
[#11792](https://github.com/mixxxdj/mixxx/pull/11792)
* Improve output in case of some failed file system operations
[#11783](https://github.com/mixxxdj/mixxx/pull/11783)

## [2.3.5](https://github.com/mixxxdj/mixxx/milestone/39) (2023-05-10)

Expand Down
42 changes: 41 additions & 1 deletion res/linux/org.mixxx.Mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
Do not edit it manually.
-->
<releases>
<release version="2.3.6" type="development" date="2023-07-28" timestamp="1690529288">
<release version="2.3.6" type="development" date="2023-08-06" timestamp="1691358433">
<description>
<ul>
<li>
Expand Down Expand Up @@ -149,6 +149,46 @@
Controller Preferences: Avoid scrollbars in I/O tabs if Info tab exceeds page height
#11756
</li>
<li>
Broadcast: Improved error message in case of timeout
#11775
</li>
<li>
Handle setting
loop_in
and
loop_out
to the same position
#11771
#10600
</li>
<li>
Fix build issues with Protobuf v23.4 and with clang 32
#11751
#11765
#11762
</li>
<li>
Disable GL VU-Meters on Windows by default. They can be re-enabled via the command line option
--enableVuMeterGL
.
#11787
#11785
#11789
</li>
<li>
Library preferences: Uncheck Serato metadata export when file metadata export is unchecked
#11782
#11226
</li>
<li>
Denon MC6000MK2: Delete mapping for master gain
#11792
</li>
<li>
Improve output in case of some failed file system operations
#11783
</li>
</ul>
</description>
</release>
Expand Down