Skip to content

Commit

Permalink
chore: update some paths to contain information about 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu committed Mar 8, 2023
1 parent 3ac34e6 commit af81166
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
14 changes: 14 additions & 0 deletions data/com.github.GradienceTeam.Gradience.appdata.xml.in.in
Expand Up @@ -42,6 +42,20 @@
</screenshot>
</screenshots>
<releases>
<release version="0.4.1" date="2023-3-5" type="stable">
<description>
<p>This is a small bug fix release mainly intended for package maintainers.</p>
<ul>
<li>Only configure local CLI if buildtype is set to debug</li>
<li>Changed margins in popup explanations and some other widgets</li>
<li>Changed object names in preferences window</li>
<li>Fixed local CLI executable making issues with Fedora CI</li>
<li>Fixed theme variant menu in Monet Engine not working with non-english locales</li>
<li>Applied temporary patch for CssProvider.load_from_data() new behavior in GTK 4.10</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2023-2-8" type="stable">
<description>
<p>Gradience version 0.4.0 introduces some bug fixes and general quality of life improvement changes:</p>
Expand Down
16 changes: 6 additions & 10 deletions gradience/frontend/views/about_window.py
Expand Up @@ -23,16 +23,12 @@

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

0 comments on commit af81166

Please sign in to comment.