mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-05 14:38:03 +02:00
Updates for 6.1 release
Build system and documentation updates.
This commit is contained in:
parent
cb09c9ba71
commit
354d765bd9
3 changed files with 24 additions and 1 deletions
|
|
@ -39,6 +39,18 @@ General Public License for more details.</p>
|
|||
|
||||
<h2><a name="news">News</a></h2>
|
||||
|
||||
<div class="news-date">Fri Aug 01 2024: </div>
|
||||
<p class="news-text">
|
||||
<a href="@PACKAGE_URL@pavucontrol-6.1.tar.xz">Version 6.1</a> released.
|
||||
Changes:</p>
|
||||
<ul>
|
||||
<li>Fix translations not being correctly picked up.</li>
|
||||
<li>Fix bug where cards don't go away when unplugged.</li>
|
||||
<li>Fix app naming in desktop file (Volume Control).</li>
|
||||
<li>Fix Bluetooth codec selection alignment.</li>
|
||||
<li>Update Swedish translation.</li>
|
||||
</ul>
|
||||
|
||||
<div class="news-date">Tue May 21 2024: </div>
|
||||
<p class="news-text">
|
||||
<a href="@PACKAGE_URL@pavucontrol-6.0.tar.xz">Version 6.0</a> released.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('pavucontrol', 'cpp',
|
||||
version : '6.0',
|
||||
version : '6.1',
|
||||
meson_version : '>= 0.50.0',
|
||||
default_options : [ 'c_std=gnu11', 'cpp_std=c++17' ]
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,17 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="6.1" date="2024-08-01">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Fix translations not being correctly picked up.</li>
|
||||
<li>Fix bug where cards don't go away when unplugged.</li>
|
||||
<li>Fix app naming in desktop file (Volume Control).</li>
|
||||
<li>Fix Bluetooth codec selection alignment.</li>
|
||||
<li>Update Swedish translation.</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="6.0" date="2024-05-21">
|
||||
<description>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue