summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2022-02-12 13:11:26 -0500
committerShaun McCance <shaunm@gnome.org>2022-02-12 13:11:26 -0500
commit039718a0eaebd23e8b10e2795844c7dd577a0a42 (patch)
tree78161d091148b3abc7461a5b00ba1c0486b2cc16
parent6c3b12129ee6789f1327532a74620645b4e56963 (diff)
downloadyelp-039718a0eaebd23e8b10e2795844c7dd577a0a42.tar.gz
Version 42.beta42.beta
-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])