Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit fb04866

Browse files
authored
feat: update release notes (#659)
# 0.3.2 release notes Description of what changed in this release ## Changelog - Added 0.3.2 release notes ## Screenshot If applicable
2 parents c77673b + 23db906 commit fb04866

File tree

3 files changed

+32
-23
lines changed

3 files changed

+32
-23
lines changed

data/com.github.GradienceTeam.Gradience.appdata.xml.in.in

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,21 @@
3737
<release version="0.3.2" date="2022-11-10" type="stable"><description>
3838
<p>Gradience 0.3.2 release fixes some major issues and introduces some under-the-hood improvements:</p>
3939
<ul>
40-
<li>Firefox GNOME theme plugin now correctly parses installations with multiple profiles</li>
41-
<li>Тransition from cssutils to a in-house solution</li>
42-
<li>Fixed issues with CSS parser</li>
43-
<li>Fixed issue when presets always saved as User.json</li>
44-
<li>Internal structure was refactored</li>
40+
<li>The Firefox GNOME theme plugin now correctly parses installations with multiple profiles</li>
41+
<li>Esc now closes dialogs and Preset Manager</li>
42+
<li>Added mnemonics for dialogs</li>
43+
<li>Save is now a default response in dialogs</li>
44+
<li>Plugins rows now look cleaner and are correctly placed</li>
45+
<li>File picker is now modal and sticks to the parent window</li>
46+
<li>Grandience can now be closed with Ctrl+Q</li>
47+
<li>"Favourite(s)" was renamed to "Favorite(s)"</li>
48+
<li>Тransitioned from cssutils to an in-house solution</li>
49+
<li>Fixed issues with the CSS parser</li>
50+
<li>Fixed an issue with presets always being saved as User.json</li>
51+
<li>Presets are now removed correctly</li>
52+
<li>The Internal structure was refactored</li>
4553
<li>Various typos were fixed</li>
46-
<li>README was fully rewritten</li>
54+
<li>The README was fully rewritten</li>
4755
<li>All screenshots were taken in high resolution</li>
4856
<li>New and updated translations</li>
4957
</ul>

data/ui/welcome_window.blp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ template GradienceWelcomeWindow: Adw.Window {
7070

7171
Adw.StatusPage page_release {
7272
icon-name: "software-update-available-symbolic";
73-
title: _("What's new in 0.3.0");
74-
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.");
73+
title: _("What's new in 0.3.2");
74+
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.");
7575
}
7676

7777
Adw.StatusPage page_agreement {

gradience/main.py

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

0 commit comments

Comments
 (0)