diff --git a/data/au.stevetech.yafi.metainfo.xml.in b/data/au.stevetech.yafi.metainfo.xml.in index 4f3b754..5230c8a 100644 --- a/data/au.stevetech.yafi.metainfo.xml.in +++ b/data/au.stevetech.yafi.metainfo.xml.in @@ -74,6 +74,18 @@ + + https://github.com/Steve-Tech/YAFI/releases/tag/0.6 + +

The following changes have been made:

+
    +
  • YAFI now has a new logo!
  • +
  • The advanced LED settings now detect available LEDs.
  • +
  • The ALS and lid open sensor has been added.
  • +
  • Stuttering has been reduced when opening the about dialog.
  • +
+
+
https://github.com/Steve-Tech/YAFI/releases/tag/0.5 diff --git a/docs/1-thermals.png b/docs/1-thermals.png index c12646f..0b9e7a8 100644 Binary files a/docs/1-thermals.png and b/docs/1-thermals.png differ diff --git a/docs/2-leds.png b/docs/2-leds.png index 739a46f..b36c417 100644 Binary files a/docs/2-leds.png and b/docs/2-leds.png differ diff --git a/docs/3-battery.png b/docs/3-battery.png index 0c244e1..9538ffb 100644 Binary files a/docs/3-battery.png and b/docs/3-battery.png differ diff --git a/docs/4-battery-limit.png b/docs/4-battery-limit.png index f894ede..e66f8a8 100644 Binary files a/docs/4-battery-limit.png and b/docs/4-battery-limit.png differ diff --git a/docs/4a-battery-ext.png b/docs/4a-battery-ext.png index 3e276a5..7bf1c26 100644 Binary files a/docs/4a-battery-ext.png and b/docs/4a-battery-ext.png differ diff --git a/docs/5-hardware.png b/docs/5-hardware.png index 858f831..63911b0 100644 Binary files a/docs/5-hardware.png and b/docs/5-hardware.png differ diff --git a/meson.build b/meson.build index 680f401..5624f60 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yafi', - version: '0.5', + version: '0.6', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/pyproject.toml b/pyproject.toml index d0921f7..7af35d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yafi" -version = "0.5" +version = "0.6" authors = [ { name="Steve-Tech" } ] diff --git a/yafi/main.py b/yafi/main.py index 2a78dba..243fa06 100644 --- a/yafi/main.py +++ b/yafi/main.py @@ -142,7 +142,7 @@ class YafiApplication(Adw.Application): developers=["Stephen Horvath https://github.com/Steve-Tech"], issue_url="https://github.com/Steve-Tech/YAFI/issues", license_type=Gtk.License.GPL_2_0, - version="0.5", + version="0.6", website="https://github.com/Steve-Tech/YAFI", ) about.add_acknowledgement_section(None, ["Framework Computer Inc. https://frame.work/"])