diff options
author | Shaun McCance <shaunm@redhat.com> | 2021-02-13 11:45:38 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@redhat.com> | 2021-02-13 11:45:38 -0500 |
commit | e47548f7a8ff5425819d3eac5d2867a45fc072cf (patch) | |
tree | 01580363dab07491b6f4e57acdbd85f01daf656f | |
parent | 7002af5e4b068d8d0ff6e130408d9990498c5a33 (diff) | |
download | yelp-xsl-e47548f7a8ff5425819d3eac5d2867a45fc072cf.tar.gz |
Version 40.beta40.beta
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +40.beta +======= +* Added new text templates for easier CSS editing +* Updated bundled highlight.js and added SML highlighter +* Added experimental links styles for the GNOME 40 help +* Added html.grid.size parameter to templatize CSS grid size +* Hide sidebars by default at 720px +* Updated COPYING file, which was pretty out of date +* Some documentation updates and improvements +* Updated translations: + be (Źmicier Turok) + ca (Jordi Mas) + nb (Kjartan Maraas) + pt (Juliano de Souza Camargo) + 3.38.1 ====== * Updated translations: diff --git a/configure.ac b/configure.ac index 5470bacc..bc4f09bc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Do not split AC_INIT across multiple lines without making localbuild.sh smarter -AC_INIT([yelp-xsl],[3.38.1],[https://gitlab.gnome.org/gnome/yelp-xsl/issues]) +AC_INIT([yelp-xsl],[40.beta],[https://gitlab.gnome.org/gnome/yelp-xsl/issues]) AC_CONFIG_MACRO_DIR([m4]) |