diff options
author | Arun Raghavan <arun@asymptotic.io> | 2024-05-21 22:38:14 -0400 |
---|---|---|
committer | Arun Raghavan <arun@asymptotic.io> | 2024-05-21 22:38:14 -0400 |
commit | 59de1e9d1d3ee954d8b2c002934c133dafb6bf19 (patch) | |
tree | 58badf855036aaace19074526d47c08fc6ea6d4d | |
parent | 41d578b7520c05e0753a28da74e222faafc6e393 (diff) |
Add some release notes for 6.0v6.0
-rw-r--r-- | doc/README.html.in | 16 | ||||
-rw-r--r-- | src/org.pulseaudio.pavucontrol.metainfo.xml.in | 15 |
2 files changed, 31 insertions, 0 deletions
diff --git a/doc/README.html.in b/doc/README.html.in index 6fed0dd..5e3867a 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -39,6 +39,22 @@ General Public License for more details.</p> <h2><a name="news">News</a></h2> +<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. +Changes:</p> +<ul> +<li>Migrate from Gtk 3 to 4.</li> +<li>Embed UI resources in executable.</li> +<li>Rename "Set as fallback" to "Default" for better legibility.</li> +<li>Support 144 Hz monitors with level bars.</li> +<li>App icons will fallback to generic rather than missing image, +and this will be more common with Gtk 4.</li> +<li>Lots of translation updates.</li> +<li>Drop autotools build in favour of meson.</li> +<li>Make libcanberra dependency optional.</li> +</ul> + <div class="news-date">Sun Aug 15 2021: </div> <p class="news-text"> <a href="@PACKAGE_URL@pavucontrol-5.0.tar.xz">Version 5.0</a> released. diff --git a/src/org.pulseaudio.pavucontrol.metainfo.xml.in b/src/org.pulseaudio.pavucontrol.metainfo.xml.in index 203e656..05faf79 100644 --- a/src/org.pulseaudio.pavucontrol.metainfo.xml.in +++ b/src/org.pulseaudio.pavucontrol.metainfo.xml.in @@ -39,6 +39,21 @@ </screenshot> </screenshots> <releases> + <release version="6.0" date="2024-05-21"> + <description> + <ul> + <li>Migrate from Gtk 3 to 4.</li> + <li>Embed UI resources in executable.</li> + <li>Rename "Set as fallback" to "Default" for better legibility.</li> + <li>Support 144 Hz monitors with level bars.</li> + <li>App icons will fallback to generic rather than missing image, + and this will be more common with Gtk 4.</li> + <li>Lots of translation updates.</li> + <li>Drop autotools build in favour of meson.</li> + <li>Make libcanberra dependency optional.</li> + </ul> + </description> + </release> <release version="5.0" date="2021-08-15"> <description> <ul> |