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