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

Commit c77673b

Browse files
committed
Revert "feat: update release notes"
This reverts commit 85603f0.
1 parent 180803a commit c77673b

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,9 @@
3838
<p>Gradience 0.3.2 release fixes some major issues and introduces some under-the-hood improvements:</p>
3939
<ul>
4040
<li>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 correctly placed</li>
45-
<li>File picker is now modal and sticks with the parent window</li>
46-
<li>Gradience now can be closed with Ctrl+Q</li>
47-
<li>"Favourite(s)" was renamed to "Favorite(s)"</li>
4841
<li>Тransition from cssutils to a in-house solution</li>
4942
<li>Fixed issues with CSS parser</li>
5043
<li>Fixed issue when presets always saved as User.json</li>
51-
<li>Presets now removes correctly</li>
5244
<li>Internal structure was refactored</li>
5345
<li>Various typos were fixed</li>
5446
<li>README was fully rewritten</li>

gradience/main.py

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,22 +1023,21 @@ def show_about_window(self, *_args):
10231023
release_notes=_(
10241024
"""
10251025
<ul>
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 correctly placed</li>
1031-
<li>File picker is now modal and sticks with the parent window</li>
1032-
<li>Gradience now can be closed with Ctrl+Q</li>
1033-
<li>"Favourite(s)" was renamed to "Favorite(s)"</li>
1034-
<li>Тransition from cssutils to a in-house solution</li>
1035-
<li>Fixed issues with CSS parser</li>
1036-
<li>Fixed issue when presets always saved as User.json</li>
1037-
<li>Presets now removes correctly</li>
1038-
<li>Internal structure was refactored</li>
1039-
<li>Various typos were fixed</li>
1040-
<li>README was fully rewritten</li>
1041-
<li>All screenshots were taken in high resolution</li>
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>
10421041
<li>New and updated translations</li>
10431042
</ul>
10441043
"""

0 commit comments

Comments
 (0)