Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## unreleased

- Fixed using deprecated symbolic icon.
- Fixed missing device support information in metainfo by @1peter10.
- Changed to GNOME 50 runtime for stability.

## [1.0.2] 2025-03-02

- Fixed missing metainfo entries by @AsciiWolf.
Expand Down
5 changes: 3 additions & 2 deletions src/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<child>
<object class="GtkLabel">
<property name="hexpand">1</property>
<property name="label">© 2020-2025 Martin Abente Lahaye</property>
<property name="label">© 2020-2026 Martin Abente Lahaye</property>
<property name="wrap">1</property>
<style>
<class name="author-label"/>
Expand Down Expand Up @@ -252,7 +252,8 @@ Yousuf &apos;Jay&apos; Philips
Clayton Craft
Jason Waataja
Pablo Correa Gómez
Angel Tomkins</property>
Angel Tomkins
Peter Mack</property>
<layout>
<property name="column">1</property>
<property name="row">3</property>
Expand Down