[polari] Bump version to 40.0



commit 6f8c05adfe17721556ba130733e76d9d06e2aecf
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Jun 25 17:59:19 2021 +0200

    Bump version to 40.0
    
    Update NEWS.

 NEWS                                         | 28 ++++++++++++++++++++++++++++
 data/appdata/org.gnome.Polari.appdata.xml.in | 10 +++++-----
 meson.build                                  |  2 +-
 3 files changed, 34 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index b1219353..cb696335 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+40.0 — “You Need a Boyfriend, Not a Person”
+===========================================
+* Promisify async operations [Florian; !169]
+* Add hackint to predefined networks [Martin; !172]
+* Prepare for GTK4 [Florian; !174]
+* Port to ES modules [Florian; !176, !177, !178]
+* Allow /join without '#' prefix [Jack; #167]
+* Add Libera.Chat to predefined networks [Florian; !187]
+* Add tilde.chat to predefined networks [Ben, Juan; !186, #180]
+* Keep scroll position when loading extra logs [Raidro; !189]
+* Promote Libera.Chat over Freenode [Florian; #169]
+* Update OFTC server list [Florian; #181]
+* Misc. bug fixes and cleanups [Florian, DaeHyun, Jonas, Jordan, Sabri, Bastien,
+  Juan; !163, #155, !166, !167, !168, !170, !171, !173, !180, !183, !184, !193,
+  #179, !195, !196]
+
+Contributors:
+  Jonas Ådahl, Juan R. García Blanco, Marek Černocký, Yuri Chornoivan,
+  Rodrigo Costa, Piotr Drąg, Jack Gleeson, Ben Harris, Anders Jonsson,
+  Raidro Manchester, Jordi Mas, Charles Monzat, Florian Müllner,
+  Daniel Mustieles, Bastien Nocera, Jordan Petridis, DaeHyun Sung,
+  Andika Triwidada, Sabri Ünal, Martin Weinelt
+
+Translators:
+  Yosef Or Boczko [he], Fabio Tomat [fur], Kjartan Maraas [nb], Jordi Mas [ca],
+  Fran Dieguez [gl], Marek Černocký [cs], Saikeo Kavhanxay [lo],
+  Ngọc Quân Trần [vi], Quentin PAGÈS [oc]
+
 3.38.0 — “Wonder Woman in the Hizzy”
 ======
 * Disable URL previews when on metered data [Florian; #149]
diff --git a/data/appdata/org.gnome.Polari.appdata.xml.in b/data/appdata/org.gnome.Polari.appdata.xml.in
index 3e5fa67d..fb8c4072 100644
--- a/data/appdata/org.gnome.Polari.appdata.xml.in
+++ b/data/appdata/org.gnome.Polari.appdata.xml.in
@@ -55,14 +55,14 @@
   </kudos>
   <translation type="gettext">polari</translation>
   <releases>
-    <release version="3.38.0" date="2020-09-17">
+    <release version="40.0" date="2021-06-25">
       <description>
         <p>
-          As always, GNOME 3.38 brings with it a branch new Polari release:
+          Polari belatedly joins the GNOME 40 fun, with a small but fine release:
           <ul>
-            <li>Add the ability to mute nicknames</li>
-            <li>Add WHOIS command</li>
-            <li>Disable URL previews when on metered data</li>
+            <li>Allow /join without '#' prefix</li>
+            <li>Add Libera.Chat and others to predefined networks</li>
+            <li>Keep scroll position when loading extra logs</li>
           </ul>
         </p>
       </description>
diff --git a/meson.build b/meson.build
index acfb1a2f..afd970a4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('polari', 'c',
-  version: '3.38.0',
+  version: '40.0',
   meson_version: '>= 0.51.0',
   license: 'GPL2+'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]