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

Commit ed047c1

Browse files
committed
feat: 0.3.2 release notes
1 parent ff8b903 commit ed047c1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
<li>Esc now closes dialogs and Preset Manager</li>
4242
<li>Added mnemonics for dialogs</li>
4343
<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>
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>
4747
<li>"Favourite(s)" was renamed to "Favorite(s)"</li>
48-
<li>Тransition from cssutils to a in-house solution</li>
49-
<li>Fixed issues with CSS parser</li>
50-
<li>Fixed issue when presets always saved as User.json</li>
51-
<li>Presets now removes correctly</li>
48+
<li>Тransition 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>The presets are now removed correctly</li>
5252
<li>Internal structure was refactored</li>
5353
<li>Various typos were fixed</li>
5454
<li>README was fully rewritten</li>

gradience/main.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,14 +1027,14 @@ def show_about_window(self, *_args):
10271027
<li>Esc now closes dialogs and Preset Manager</li>
10281028
<li>Added mnemonics for dialogs</li>
10291029
<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>
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>
10331033
<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>
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>The presets are now removed correctly</li>
10381038
<li>Internal structure was refactored</li>
10391039
<li>Various typos were fixed</li>
10401040
<li>README was fully rewritten</li>

0 commit comments

Comments
 (0)