Updates for 6.1 release

Build system and documentation updates.
This commit is contained in:
Arun Raghavan 2024-08-02 12:05:28 -04:00
parent cb09c9ba71
commit 354d765bd9
3 changed files with 24 additions and 1 deletions

View file

@ -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.

View file

@ -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' ]
)

View file

@ -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>