summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 21ef1906..fd5bae78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+42.beta
+=======
+* Add a nightly app icon (Jakub Steiner)
+* Use HdyApplicationWindow for rounded bottom corners (Christopher Davis)
+* Always use headerbar (Christopher Davis)
+* Support color scheme (Alexander Mikhaylenko)
+* Add flatpak manifest (Alexander Mikhaylenko)
+* Align app name in metadata with .desktop name (Sophie Herold)
+* Fix up issues with reload, including reloading on theme change (Shaun McCance)
+* Stop building the gtk-docs, because they are unused (Shaun McCance)
+* Updated translations:
+ bg (Alexander Shopov)
+ id (Kukuh Syafaat)
+ is (Sveinn í Felli)
+
41.1
====
* Fixed validation issues in appdata file
diff --git a/configure.ac b/configure.ac
index 464b8038..61e31dc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
# Reminder: add some release notes to data/yelp.appdata.xml.in on major releases
-AC_INIT([Yelp],[41.1],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp])
+AC_INIT([Yelp],[42.beta],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])