summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f4fdb7b..25c23303 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Zenity 3.16.3
+ - Fix zenity --list (Arx Cruz)
+ - Bug #751332 - zenity --forms does not center in the screen (Arx Cruz)
+ - Bug #638582 - zenity --notification --listen can't show multi line tooltip (Arx Cruz)
+ - Add the possibility to pass title and the summary to zenity notification (Arx Cruz)
+ - Bug #672090 - Impossible to confirm --text-info (Arx Cruz)
+ - Bug #742963 - Basic notifications do not return (Arx Cruz)
+ - Fix GLib critical messages (Arx Cruz)
+ - Fixing deprecated declarations (Arx Cruz)
+ - Fix uninitialized progress_bar error (Arx Cruz)
+ - Fix typo in documentation (Anders Jonsson)
+ - Port to webkit2gtk (Hristo Venev)
+ - Translation updates
+
Zenity 3.16.2
- Translation updates
- Bug #749359 zenity --list produces incorrect output (Arx Cruz)
bgstack15