[libhandy] Version 0.81.0
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] Version 0.81.0
- Date: Sat, 6 Jun 2020 06:59:22 +0000 (UTC)
commit 4c9153abe3e936fb9bf3f4aa1c3c745ca222615b
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu Jun 4 12:38:53 2020 +0200
Version 0.81.0
NEWS | 62 ++++++++++++++++++++++++++++++++++++++++
data/packaging/rpm/libhandy.spec | 2 +-
debian/changelog | 6 ++++
debian/docs | 1 +
meson.build | 2 +-
5 files changed, 71 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
new file mode 100644
index 00000000..2e8963ac
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,62 @@
+==============
+Version 0.81.0
+==============
+
+- Migrated the project to https://gitlab.gnome.org/GNOME/libhandy/.
+ - Archived the project at https://source.puri.sm/Librem5/libhandy/.
+ - Updated URLs and email addresses across the project.
+ - Switch the CI to use GNOME's.
+ - Build and publish the nightly reference manual via GitLab Pages at
+ https://gnome.pages.gitlab.gnome.org/libhandy/.
+- Make the reference manual and the Glade catalog parallel-installable
+ with libhandy 0.0.
+- Add a Python override to ensure the library is initialized on import.
+- Themes:
+ - Add the HighContrast theme.
+ - Split the shared theme into the fallback theme whose style can be
+ overridden by other themes, and the shared theme whose style
+ overrides the themes.
+ - Move window corners from the shared theme to Adwaita, so elementary
+ can do what they want.
+ - Make the leaflet and deck drop shadows darker for dark variants and
+ HighContrast, to ensure it's visible.
+ - Drop the .h4 fallback to avoid conflicts with .heading. Themes are
+ now expected to implement .heading, or optionally .h4.
+ - Fix list.preferences nested list bottom corner rounding issues.
+- CSS support:
+ - Account for the CSS box-shadow property when clipping in HdyAvatar,
+ HdyHeaderBar, and HdyTitleBar.
+ - Support the CSS min-width and min-height properties in HdyHeaderBar,
+ and HdyTitleBar.
+- HdyDeck and HdyLeaflet:
+ - Add *_get_adjacent_child() to get the child a swipe or a call to
+ *_navigate() would present.
+ - Don't skip the swipes with a 0 (child for leaflet) transition
+ duration.
+ - Correctly cancel transitions when the duration is 0 or the
+ transition is NONE.
+- HdyCarousel:
+ - Allow mouse drag by default.
+ - Add the 'reveal-duration' property.
+ - Animate child addition and deletion.
+- HdyExpanderRow:
+ - Move switch to the left of the arrow.
+ - Add hdy_expander_row_add_action_widget() and the 'action' child type
+ to allow adding widgets before the arrow and the switch.
+- HdyHeaderBar:
+ - Add the .titlebar style class by default.
+- HdyKeypad:
+ - Make it inherit from GtkBin instead of GtkGrid, contain one instead.
+ - Add spacing properties to set the grid's spacing.
+ - Don't make it visible by default.
+- HdyPreferencesGroup:
+ - Use the .heading style class for the title in addition to .h4.
+- HdyPreferencesWindow:
+ - Make clicking search rows work again.
+- HdySwipeable:
+ - Add the get_distance(), get_range(), get_snap_points(),
+ get_progress(), and get_cancel_progress() virtual methods.
+- HdyViewSwitcherTitle:
+ - Remove the useless has-subtitle property.
+ - Prevent gtk_widget_show_all() from modifying its internal state.
+ - Make dispose() reentrant.
diff --git a/data/packaging/rpm/libhandy.spec b/data/packaging/rpm/libhandy.spec
index 70acaec5..4398eded 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.80.0
+Version: 0.81.0
Release: 1%{?dist}
Summary: A library full of GTK widgets for mobile phones
diff --git a/debian/changelog b/debian/changelog
index f33c635c..6de68f78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (0.81.0) amber-phone; urgency=medium
+
+ * New upstream release
+
+ -- Adrien Plazas <adrien plazas puri sm> Fri, 05 Jun 2020 13:08:25 +0200
+
libhandy-1 (0.80.0) amber-phone; urgency=medium
[ Guido Günther ]
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 00000000..edc00710
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+NEWS
diff --git a/meson.build b/meson.build
index f170f1d1..4329bad8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libhandy', 'c',
- version: '0.80.0',
+ version: '0.81.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]