[libhandy] Version 0.82.0



commit cc833973c6fc78a83ea9d06f62c9f9b8047fa914
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Jun 17 19:35:05 2020 +0200

    Version 0.82.0

 NEWS                             | 34 ++++++++++++++++++++++++++++++++++
 data/packaging/rpm/libhandy.spec |  2 +-
 debian/changelog                 |  6 ++++++
 meson.build                      |  2 +-
 4 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2e8963ac..91dbe1da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+==============
+Version 0.82.0
+==============
+
+- Unblacklist run.in for inclusion into the tarball, fixing the build.
+- HdyClamp:
+  - Rename HdyColumn as HdyClamp.
+  - Make it implement GtkOrientable.
+  - Rename its properties from maximum-width to maximum-size, and
+    linear-growth-width to tightening-threshold.
+  - Rename the style classes it sets on itself from .narrow, .medium and
+    .wide style to .small, .medium and .large.
+  - Set the default value of maximum-size to 600, and of
+    tightening-threshold to 400.
+  - Notify when changing size properties, and guard non-changes.
+- HdyCarousel, HdyDeck and HdyLeaflet:
+  - Move the swipe tracker event handling to the bubble phase, giving
+    the priority to the inner widget.
+- HdyDeck:
+  - Avoid some useless allocation computations.
+- HdyLeaflet:
+  - Don't count children of size 0 to compute the fold state.
+  - Don't fold when there is only 1 visible size.
+- HdySwipeable:
+  - Add the missing direct header inclusion guard.
+- HdyWindow and HdyApplicationWindow:
+  - Implement destroy() to correctly destroy the internal widgets.
+- Drop hdy_list_box_separator_header().
+- Don't install Glade files outside prefix.
+- Update the project description.
+- Translation updates:
+  - Spanish
+  - Ukrainian
+
 ==============
 Version 0.81.0
 ==============
diff --git a/data/packaging/rpm/libhandy.spec b/data/packaging/rpm/libhandy.spec
index 4398eded..06fe5318 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.81.0
+Version: 0.82.0
 Release: 1%{?dist}
 Summary: A library full of GTK widgets for mobile phones
 
diff --git a/debian/changelog b/debian/changelog
index 6de68f78..bd2182a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (0.82.0) amber-phone; urgency=medium
+
+  * New upstream release
+
+ -- Adrien Plazas <adrien plazas puri sm>  Fri, 19 Jun 2020 09:30:31 +0200
+
 libhandy-1 (0.81.0) amber-phone; urgency=medium
 
   * New upstream release
diff --git a/meson.build b/meson.build
index 4329bad8..3620e8ca 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '0.81.0',
+          version: '0.82.0',
           license: 'LGPL-2.1+',
     meson_version: '>= 0.49.0',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],


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