[libhandy] Release 1.1.90



commit 89a1610b62533c9d6c5267cfac0108e724df25ba
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Feb 11 15:53:20 2021 +0100

    Release 1.1.90

 NEWS             | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog |  6 ++--
 2 files changed, 90 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1056aeb7..a459cbd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,90 @@
+==============
+Version 1.1.90
+==============
+
+- Add HdyFlap, allowing to have adaptive tab bars and header bars.
+- Add HdyTabBar and HdyTabView, offering a modern tab bar.
+- Add HdyStatusPage, a convenient widget for welcome pages, empty state
+  pages, or error pages.
+- HdyAvatar:
+  - Add the loadable-icon property to allow setting a GLoadableIcon as
+    the avatar picture.
+  - Deprecate hdy_avatar_set_image_load_func() in favor of the
+    loadable-icon property.
+  - Add hdy_avatar_draw_to_pixbuf() and
+    hdy_avatar_draw_to_pixbuf_async() to export the avatar as a
+    GdkPixbuf.
+  - Take CSS sizing properties into account.
+- HdyPreferencesWindow:
+  - Use HdyStatusPage as the empty search result page to standardize the
+    page's look.
+- HdyPreferencesPage:
+  - Propagate the natural height of the scrolled content.
+  - Make the scrolled window automatically follow the focus.
+  - Implement the margins via CSS so applications can override them.
+  - Make the margins adapt to the available width.
+- HdyPreferencesGroup:
+  - Allow navigating out of the listbox.
+  - Wrap labels on words or characters, preventing long words from
+    breaking the UI.
+  - Take CSS sizing properties into account.
+  - Implement the margins via CSS so applications can override them.
+  - Refine the spacing.
+  - Protect against gtk_widget_show_all().
+  - Fix a leak when destroying the widget.
+  - Add accessibility relationships for the title.
+- HdyClamp:
+  - Fix measuring the widget even without a child.
+  - Take CSS sizing properties into account.
+- HdyActionRow:
+  - Add the title-lines and subtitle-lines properties to set the number
+    of lines the title and subtitle should be limited to, 0 giving an
+    unlimited lines number.
+  - Wrap labels on words or characters, preventing long words from
+    breaking the UI.
+  - Document that hdy_action_row_get_icon_name() doesn't transfer string
+    ownership.
+  - Add accessibility relationships for the title.
+- HdyComboRow:
+  - Fix showing the checkmark on the right item.
+  - Use object-select-symbolic instead of emblem-ok-symbolic as the
+    selected item checkmark icon, as it is more semantically correct.
+- HdySwipeTracker:
+  - Add the allow-long-swipes property to allow swiping more than one
+    snap point at a time.
+  - Calculate the velocity with a scroll history to gain precision.
+  - Fix coordinate transformation for scrolling.
+  - Don't leak the current event.
+- HdyCarousel:
+  - Add the allow-long-swipes property to allow swiping more than one
+    child at a time.
+  - Fix a size invalidation issue.
+- HdyDeck:
+  - Add the hdy_deck_prepend(), hdy_deck_insert_child_after(), and
+    hdy_deck_reorder_child_after() methods.
+  - Increase the edge swipe area from 16px to 32px.
+  - Fix the ntural size calculation.
+- HdyLeaflet:
+  - Add the hdy_leaflet_prepend(), hdy_leaflet_insert_child_after(), and
+    hdy_leaflet_reorder_child_after() methods.
+  - Increase the edge swipe area from 16px to 32px.
+- HdyKeypad:
+  - Beep when typing invalid characters.
+  - Allow pasting and erasing text in the entry.
+  - Fix allowing + when symbols are visible instead of hidden.
+- Transiation updates:
+  - Brazilian Portuguese
+  - Catalan
+  - Finnish
+  - Friulian
+  - Indonesian
+  - Polish
+  - Portuguese
+  - Romanian
+  - Serbian
+  - Swedish
+  - Ukrainian
+
 =============
 Version 1.0.2
 =============
diff --git a/debian/changelog b/debian/changelog
index 7d145745..c8c597ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libhandy-1 (1.1.90) UNRELEASED; urgency=medium
+libhandy-1 (1.1.90) amber-phone; urgency=medium
 
-  * Post-release version bump.
+  * New upstream release
 
- -- Adrien Plazas <adrien plazas puri sm>  Wed, 11 Nov 2020 09:58:00 +0100
+ -- Adrien Plazas <adrien plazas puri sm>  Fri, 12 Feb 2021 09:53:00 +0100
 
 libhandy-1 (1.0.2) amber-phone; urgency=medium
 


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