Skip to content

Commit

Permalink
AppData: Add release info for 3.0.0 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Mar 22, 2021
1 parent dc6a58d commit 6437f0d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/wingpanel.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@
<p>The extensible top panel for Pantheon. Wingpanel is an empty container that accepts indicators as extensions, including the applications menu.</p>
</description>
<releases>
<release version="3.0.0" date="2020-03-22" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
<li>Fix some issues with indicator sort order</li>
<li>Adjust special icon colors for dark and light panels to improve contrast</li>
<li>Fix getting monitor dimensions under Wayland</li>
<li>Updated translations</li>
</ul>
<p>Deprecations:</p>
<ul>
<li>Wingpanel.Widgets.Container: Use Gtk.ModelButton instead</li>
<li>Wingpanel.Widgets.Separator: Use Gtk.Separator instead</li>
<li>Wingpanel.Widgets.Switch: Use Granite.SwitchModelButton instead</li>
</ul>
<p>Removals:</p>
<ul>
<li>Wingpanel.Widgets.AutomaticScrollBox: use Gtk.ScrolledWindow.max_content_height instead</li>
<li>Wingpanel.Widgets.Button: Use Gtk.ModelButton instead</li>
</ul>
</description>
</release>
<release version="2.3.2" date="2020-06-19" urgency="medium">
<description>
<p>Improvements:</p>
Expand Down

0 comments on commit 6437f0d

Please sign in to comment.