Skip to content

Commit

Permalink
feat: update release notes (#659)
Browse files Browse the repository at this point in the history
# 0.3.2 release notes

Description of what changed in this release

## Changelog

- Added 0.3.2 release notes

## Screenshot

If applicable
  • Loading branch information
daudix committed Nov 20, 2022
2 parents c77673b + 23db906 commit fb04866
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 23 deletions.
20 changes: 14 additions & 6 deletions data/com.github.GradienceTeam.Gradience.appdata.xml.in.in
Expand Up @@ -37,13 +37,21 @@
<release version="0.3.2" date="2022-11-10" type="stable"><description>
<p>Gradience 0.3.2 release fixes some major issues and introduces some under-the-hood improvements:</p>
<ul>
<li>Firefox GNOME theme plugin now correctly parses installations with multiple profiles</li>
<li>Тransition from cssutils to a in-house solution</li>
<li>Fixed issues with CSS parser</li>
<li>Fixed issue when presets always saved as User.json</li>
<li>Internal structure was refactored</li>
<li>The Firefox GNOME theme plugin now correctly parses installations with multiple profiles</li>
<li>Esc now closes dialogs and Preset Manager</li>
<li>Added mnemonics for dialogs</li>
<li>Save is now a default response in dialogs</li>
<li>Plugins rows now look cleaner and are correctly placed</li>
<li>File picker is now modal and sticks to the parent window</li>
<li>Grandience can now be closed with Ctrl+Q</li>
<li>"Favourite(s)" was renamed to "Favorite(s)"</li>
<li>Тransitioned from cssutils to an in-house solution</li>
<li>Fixed issues with the CSS parser</li>
<li>Fixed an issue with presets always being saved as User.json</li>
<li>Presets are now removed correctly</li>
<li>The Internal structure was refactored</li>
<li>Various typos were fixed</li>
<li>README was fully rewritten</li>
<li>The README was fully rewritten</li>
<li>All screenshots were taken in high resolution</li>
<li>New and updated translations</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions data/ui/welcome_window.blp
Expand Up @@ -70,8 +70,8 @@ template GradienceWelcomeWindow: Adw.Window {

Adw.StatusPage page_release {
icon-name: "software-update-available-symbolic";
title: _("What's new in 0.3.0");
description: _("In this release, we added plugin support, a plugin repository, badges, and a quick preset switcher. We also split the preset repository into an “Official” repository and a “Curated” repositories.");
title: _("What's new in 0.3.2");
description: _("In this release, we fixed the Firefox GNOME theme plugin, issues with presets always being saved with the same name, as well as some UX polish, and more.");
}

Adw.StatusPage page_agreement {
Expand Down
31 changes: 16 additions & 15 deletions gradience/main.py
Expand Up @@ -1023,21 +1023,22 @@ def show_about_window(self, *_args):
release_notes=_(
"""
<ul>
<li>Added ability to star preset to display it in Palette</li>
<li>Updated Firefox GNOME Theme plugin</li>
<li>Welcome screen have been improved</li>
<li>Margins in color info popovers are fixed</li>
<li>Added filter to search presets by repo</li>
<li>Added "No Preferences" window</li>
<li>Preset Manager window size have changed</li>
<li>"Offline" and "Nothing Found" pages have been added to Preset Manager</li>
<li>All text have been rewritten to follow GNOME Writing Guides</li>
<li>Switch from aiohttp to Libsoup3</li>
<li>Migrate to GNOME SDK 43</li>
<li>All contributors have been added to "About" window</li>
<li>Added "Log Out" dialog after preset apply</li>
<li>Some symbolics have changed, removed unnecessary hardcoded symbolics</li>
<li>Flatpak theme override now fixed</li>
<li>Firefox GNOME theme plugin now correctly parses installations with multiple profiles</li>
<li>Esc now closes dialogs and Preset Manager</li>
<li>Added mnemonics for dialogs</li>
<li>Save is now a default response in dialogs</li>
<li>Plugins rows now look cleaner and are correctly placed</li>
<li>File picker is now modal and sticks to the parent window</li>
<li>Grandience can now be closed with Ctrl+Q</li>
<li>"Favourite(s)" was renamed to "Favorite(s)"</li>
<li>Тransition from cssutils to an in-house solution</li>
<li>Fixed issues with the CSS parser</li>
<li>Fixed an issue with presets always being saved as User.json</li>
<li>Presets are now removed correctly</li>
<li>The Internal structure was refactored</li>
<li>Various typos were fixed</li>
<li>The README was fully rewritten</li>
<li>All screenshots were taken in high resolution</li>
<li>New and updated translations</li>
</ul>
"""
Expand Down

0 comments on commit fb04866

Please sign in to comment.