Updates for 6.2

This commit is contained in:
Arun Raghavan 2025-09-17 11:08:04 -04:00
parent c9ae5ab0cb
commit d43ef2b5e8
2 changed files with 13 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">Wed Sep 17 2025: </div>
<p class="news-text">
<a href="@PACKAGE_URL@pavucontrol-6.2.tar.xz">Version 6.2</a> released.
Changes:</p>
<ul>
<li>A number of translation updates.</li>
<li>Add a checkbox to disable unavailable profiles.</li>
<li>Avoid inhibiting monitor source suspend.</li>
<li>Fix peak decay when monitor is suspended.</li>
<li>Add a build option to disable audio feedback.</li>
</ul>
<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.

View file

@ -1,5 +1,5 @@
project('pavucontrol', 'cpp',
version : '6.1',
version : '6.2',
meson_version : '>= 0.50.0',
default_options : [ 'c_std=gnu11', 'cpp_std=c++17' ]
)