[libhandy] Release 0.84.0



commit 3a61bd9c6bc95f5418ef5376a99632d103162d49
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Jul 17 13:10:49 2020 +0200

    Release 0.84.0

 NEWS                             | 22 ++++++++++++++++++++++
 data/packaging/rpm/libhandy.spec |  2 +-
 debian/changelog                 |  6 ++++++
 3 files changed, 29 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index d542bcca..f69b47e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+==============
+Version 0.84.0
+==============
+
+- HdyHeaderGroup:
+  - Replace GtkHeaderBar as the child type by HdyHeaderGroupChild, and
+    adjust the matching accessors. HdyHeaderGroupChild can hold a
+    GtkHeaderBar, a HdyHeaderBar, and a HdyHeaderGroup, allowing to nest
+    header groups.
+  - Replace the 'focus' property by the 'decorate-all' property.
+  - Add the update-decoration-layouts signal, used when nesting header
+    groups.
+- HdyHeaderBar:
+  - Slight size request fix.
+- Use the window node's radius instead of the decoration node's one to
+  mask HdyWindow and HdyApplicationWindow.
+- Make HdyAvatar, HdyHeaderGroup, HdySqueezer, HdyViewSwitcher,
+  HdyViewSwitcherBar, HdyViewSwitcherTitle, and HdyWindowHandle final.
+- Replace usage of (allow-none) by (nullable) or (optional).
+- Translation updates:
+  - Ukrainian
+
 ==============
 Version 0.83.0
 ==============
diff --git a/data/packaging/rpm/libhandy.spec b/data/packaging/rpm/libhandy.spec
index 766bc40b..11d932ff 100644
--- a/data/packaging/rpm/libhandy.spec
+++ b/data/packaging/rpm/libhandy.spec
@@ -1,7 +1,7 @@
 %global _vpath_srcdir %{name}
 
 Name:    libhandy
-Version: 0.83.0
+Version: 0.84.0
 Release: 1%{?dist}
 Summary: A library full of GTK widgets for mobile phones
 
diff --git a/debian/changelog b/debian/changelog
index cb597c69..c34f08f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (0.84.0) amber-phone; urgency=medium
+
+  * New upstream release
+
+ -- Adrien Plazas <adrien plazas puri sm>  Fri, 17 Jul 2020 13:13:25 +0200
+
 libhandy-1 (0.83.0) amber-phone; urgency=medium
 
   * New upstream release


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]