summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-02-15 17:00:18 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-02-15 17:01:01 -0300
commitb46c0c4051759af7364752b51508203743fec1ca (patch)
tree749f3fc1c071d4a6008fa75ee7f8fabd173eeed1
parente5d020357258db868ee172355e1a3c7bda1f9f8f (diff)
downloadgnome-calendar-42.beta.tar.gz
42.beta42.beta
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5842d23d..68339ccf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 41.beta:
+* Port to GTK4
+* Rewrite the Year view to be a month nagivator
+* Various improvements to timezone handling
+* Update Ctrl+1/2/3 shortcuts to use Alt instead
+* Updated translations
+
Major changes in 41.0:
* Updated translations
diff --git a/meson.build b/meson.build
index 8e562ecd..52643069 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gnome-calendar',
'c',
- version: '42.alpha',
+ version: '42.beta',
license: 'GPL3+',
meson_version: '>= 0.53.0'
)