Skip to content

Commit f115229

Browse files
committed
release v0.11.0
1 parent f8c0ded commit f115229

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

data/io.github.alyraffauf.Switchyard.metainfo.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,22 @@
4444
>io.github.alyraffauf.Switchyard.desktop</launchable>
4545

4646
<releases>
47+
<release version="0.11.0" date="2026-01-24">
48+
<url
49+
type="details"
50+
>https://github.com/alyraffauf/switchyard/releases/tag/v0.11.0</url>
51+
<description translate="no">
52+
<p>This release comes with the following improvements:</p>
53+
<ul>
54+
<li
55+
>Added link redirections, allowing users to automatically modify links before they open.</li>
56+
<li>Added inverse "...is not..." conditions.</li>
57+
<li
58+
>Improve language to adhere to GNOME Human Interface Guidelines.</li>
59+
<li>Fixed minor bugs slowing down application startup.</li>
60+
</ul>
61+
</description>
62+
</release>
4763
<release version="0.10.1" date="2026-01-22">
4864
<url
4965
type="details"

src/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
AppName = "Switchyard"
1313
DeveloperName = "Aly Raffauf"
1414
Copyright = "© 2026 Aly Raffauf"
15-
Version = "0.10.1"
15+
Version = "0.11.0"
1616

1717
// Links
1818
WebsiteURL = "https://switchyard.aly.codes/"

0 commit comments

Comments
 (0)