From 41020886ee56f0a489b977a389da10a6ba0cd131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sat, 30 Apr 2022 11:14:07 -0700 Subject: [PATCH] Release 7.0.0 (#599) --- data/granite.appdata.xml.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/granite.appdata.xml.in b/data/granite.appdata.xml.in index 87587a289..22faeb7c9 100644 --- a/data/granite.appdata.xml.in +++ b/data/granite.appdata.xml.in @@ -10,16 +10,18 @@

A companion library for GTK and GLib that provides complex widgets and convenience methods designed for use in apps built for elementary OS.

- +

New Features:

  • Ported to GTK4! 🎉️
  • Granite.Placeholder: replaces AlertView and Welcome
  • +
  • SimpleSettingsPage: Allow markup in description

Removals:

  • Application: use Gtk.Application instead
  • +
  • Drawing: Use Gtk.CSS
  • DynamicNotebook: use Adw.TabBar instead
  • Logger: use GLib.log instead
  • ModeButton: Use Gtk.ToggleButton with the "group" property and "linked" style class instead