From 619f299f583d95186b35b0b326e6860298acd0e0 Mon Sep 17 00:00:00 2001 From: Alexander Mikhaylenko Date: Sun, 26 Apr 2020 01:42:48 +0500 Subject: Version 3.37.1 --- NEWS | 13 +++++++++++++ data/org.gnome.Screenshot.metainfo.xml.in | 12 ++++++++++++ meson.build | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 467c074..6a9d35b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +GNOME Screenshot 3.37.1 - 25th April 2020 +=========================================== + +- Completely redesign the UI [!7, Christopher Davis] +- Allow taking area screenshots with timeout [!17, Philipp Wolfer] +- Deprecate --include-border and --remove-border options +- Deprecate --border-effect option +- Add -Dx11 build option to allow building without X11 [!27] +- Cleanups and deprecation fixes [!18, !20, !21, !23, !29, !30] +- Translation updates: + Basque, British English, French, Galician, Hebrew, Japanese, Malay, + Persian, Slovak, Ukrainian + GNOME Screenshot 3.34.0 - 14th October 2019 =========================================== - Translation updates diff --git a/data/org.gnome.Screenshot.metainfo.xml.in b/data/org.gnome.Screenshot.metainfo.xml.in index 444bcc3..e1491d4 100644 --- a/data/org.gnome.Screenshot.metainfo.xml.in +++ b/data/org.gnome.Screenshot.metainfo.xml.in @@ -35,6 +35,18 @@ ModernToolkit + + +

Changes:

+
    +
  • Completely redesign the UI
  • +
  • Allow taking area screenshots with timeout
  • +
  • Deprecate --include-border and --remove-border options
  • +
  • Deprecate --border-effect option
  • +
  • Translation updates
  • +
+
+

Translation updates.

diff --git a/meson.build b/meson.build index 30bab93..4b1ab82 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'gnome-screenshot', 'c', - version: '3.34.0', + version: '3.37.1', license: 'GPLv2+', meson_version: '>= 0.50.0', default_options: [ -- cgit v1.2.1