[libhandy] Release 0.83.0
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] Release 0.83.0
- Date: Thu, 2 Jul 2020 07:55:32 +0000 (UTC)
commit eb8696cca00c5511943fbc270d522d43209d8f0e
Author: Adrien Plazas <kekun plazas laposte net>
Date: Wed Jul 1 09:43:57 2020 +0200
Release 0.83.0
NEWS | 39 +++++++++++++++++++++++++++++++++++++++
data/packaging/rpm/libhandy.spec | 2 +-
debian/changelog | 6 ++++++
3 files changed, 46 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 91dbe1da..d542bcca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+==============
+Version 0.83.0
+==============
+
+- Initialization:
+ - Add hdy_init() back, with a different prototype. See its
+ documentation to know how to use it.
+ - Drop initializing the library via a constructor as it was causing
+ many issues.
+ - Drop the now useless Python override.
+ - Directly update themes on changes.
+- Add HdySwipeTracker.
+- HdySwipeable:
+ - Drop the begin_swipe(), update_swipe(), end_swipe() and get_range()
+ virtual methods
+ - Add the get_swipe_tracker() and get_swipe_area() virtual methods.
+ - Add the …_switch_child(), …_emit_child_switched(),
+ …_get_swipe_tracker(), …_get_distance(), …_get_snap_points(),
+ …_get_progress(), …_get_cancel_progress(), and …_get_swipe_area()
+ functions.
+ - Make implementing get_snap_points() mandatory by dropping its
+ default implementation, compensating the disparition of get_range().
+ - Rename the switch-child signal to child-switched to avoid a naming
+ collision with the switch_child() method.
+- HdyDeck and HdyLeaflet:
+ - Add an outline to shadows to make them slightly more contrasted yet
+ subtle.
+ - Make shadows work over OpenGL content.
+ - Cache shadows for child transitions.
+ - Stop drawing invisible shadows when no transition is running.
+ - Rewrite the transition code to give a window to all children, fixing
+ numerous issues.
+- HdyExpanderRow:
+ - Add hdy_expander_row_add_prefix().
+- Add libhandy.syms back to tarballs as it was mistakenly removed.
+- Translation updates:
+ - Polish
+ - Spanish
+
==============
Version 0.82.0
==============
diff --git a/data/packaging/rpm/libhandy.spec b/data/packaging/rpm/libhandy.spec
index 06fe5318..766bc40b 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.82.0
+Version: 0.83.0
Release: 1%{?dist}
Summary: A library full of GTK widgets for mobile phones
diff --git a/debian/changelog b/debian/changelog
index bd2182a5..cb597c69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (0.83.0) amber-phone; urgency=medium
+
+ * New upstream release
+
+ -- Adrien Plazas <adrien plazas puri sm> Thu, 02 Jul 2020 09:37:18 +0200
+
libhandy-1 (0.82.0) amber-phone; urgency=medium
* New upstream release
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]