mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-08 17:08:13 +02:00
Updates for 6.2
This commit is contained in:
parent
c9ae5ab0cb
commit
d43ef2b5e8
2 changed files with 13 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">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.
|
||||
|
|
|
|||
|
|
@ -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' ]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue