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

Commit af81166

Browse files
committedMar 8, 2023
chore: update some paths to contain information about 0.4.1 release
1 parent 3ac34e6 commit af81166

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed
 

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

+14
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@
4242
</screenshot>
4343
</screenshots>
4444
<releases>
45+
<release version="0.4.1" date="2023-3-5" type="stable">
46+
<description>
47+
<p>This is a small bug fix release mainly intended for package maintainers.</p>
48+
<ul>
49+
<li>Only configure local CLI if buildtype is set to debug</li>
50+
<li>Changed margins in popup explanations and some other widgets</li>
51+
<li>Changed object names in preferences window</li>
52+
<li>Fixed local CLI executable making issues with Fedora CI</li>
53+
<li>Fixed theme variant menu in Monet Engine not working with non-english locales</li>
54+
<li>Applied temporary patch for CssProvider.load_from_data() new behavior in GTK 4.10</li>
55+
<li>Translation updates</li>
56+
</ul>
57+
</description>
58+
</release>
4559
<release version="0.4.0" date="2023-2-8" type="stable">
4660
<description>
4761
<p>Gradience version 0.4.0 introduces some bug fixes and general quality of life improvement changes:</p>

‎gradience/frontend/views/about_window.py

+6-10
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,12 @@
2323

2424
release_notes = """
2525
<ul>
26-
<li>Added CLI interface, useful for creating scripts or for those who prefer terminal tools</li>
27-
<li>Now Gradience warns user when switching to other presets, if current one has unsaved changes</li>
28-
<li>When running Gradience from terminal, you will see easier to understand error messages, thanks to new logging facility</li>
29-
<li>Preset preview button and "Repositories" tab in Preset Manager have been disabled due to lack of proper implementation</li>
30-
<li>Fixed color palette leaking into preset variables in some rare occasions</li>
31-
<li>Fixed 'list index out of range' error in "Custom CSS Editor"</li>
32-
<li>Fixed sorting in "Explore" tab of Preset Manager not working with non-English locales</li>
33-
<li>Codebase is now linted by 'pylint'</li>
34-
<li>Start moving out remaining backend functions from 'frontend' modules</li>
35-
<li>Now Gradience will internally use hexadecimal color values or RGBA formatted colors if transparency is provided</li>
26+
<li>Only configure local CLI if buildtype is set to debug</li>
27+
<li>Changed margins in popup explanations and some other widgets</li>
28+
<li>Changed object names in preferences window</li>
29+
<li>Fixed local CLI executable making issues with Fedora CI</li>
30+
<li>Fixed theme variant menu in Monet Engine not working with non-english locales</li>
31+
<li>Applied temporary patch for CssProvider.load_from_data() new behavior in GTK 4.10</li>
3632
<li>Translation updates</li>
3733
</ul>
3834
"""

‎meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('gradience',
2-
version: '0.4.0',
2+
version: '0.4.1',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2',
55
'werror=false',

0 commit comments

Comments
 (0)
This repository has been archived.