Skip to content

Commit

Permalink
Release 5.4.0 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Apr 29, 2020
1 parent 7a43c4a commit 9d80c1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion data/granite.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@
<p>A companion library for GTK and GLib that provides complex widgets and convenience methods designed for use in apps built for elementary OS.</p>
</description>
<releases>
<release version="5.4.0" date="2020-04-22" urgency="medium">
<release version="5.4.0" date="2020-04-29" urgency="medium">
<description>
<p>New features:</p>
<ul>
<li>New Settings class to share Pantheon desktop settings with apps</li>
<li>Introduced Settings.prefers_color_scheme to get a user's color scheme preference, i.e. for a dark style</li>
</ul>
<p>Deprecations:</p>
<ul>
<li>It is now recommended to use GLib.Settings instead of Granite.Services.Settings</li>
</ul>
</description>
</release>
<release version="5.3.1" date="2020-04-01" urgency="medium">
Expand Down
2 changes: 1 addition & 1 deletion lib/Services/Settings.vala
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace Granite.Services {
* 1. When the corresponding key of one of the properties of the subclass changes, it will also verify the data and change it, if necessary,
* before loading it into as the corresponding property's value.
*/
[Version (deprecated = true, deprecated_since = "5.3.2", replacement = "GLib.Settings")]
[Version (deprecated = true, deprecated_since = "5.4.0", replacement = "GLib.Settings")]
public abstract class Settings : GLib.Object {

/**
Expand Down

0 comments on commit 9d80c1d

Please sign in to comment.