summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bfe248e..971a757 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+GNOME Screenshot 3.33.90 - 6th August 2019
+==========================================
+
+- Add a flatpak-based CI job [!8, Jordan Petridis]
+- Relax sandboxing options in flatpak manifest [!13, alex285]
+- Run flatpak in interactive mode by default [!12, Bilal Elmoussaoui]
+- Support saving both to disk and clipboard from CLI [#39, SoftTeam AB]
+- Fix alignment of labels in save dialog [#724384, Edwin Pujols]
+- Make file chooser dialog modal [#595864]
+- Fix crash when using the fallback X11 code path on HiDpi
+- Fix window screenshot size when using the fallback X11 code path on HiDpi
+- Fix area selection flash when using the fallback X11 code path
+- Translation updates:
+ Croatian, Danish, Karbi, Basque, Spanish, Indonesian, Friulan, Greek,
+ Romanian, Swedish
+
GNOME Screenshot 3.32.0 - 15th March 2019
=========================================
diff --git a/meson.build b/meson.build
index a05c048..da1bfac 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-screenshot', 'c',
- version: '3.32.0',
+ version: '3.33.90',
license: 'GPLv2+',
meson_version: '>= 0.50.0',
default_options: [