Skip to content

Commit 9e5aa58

Browse files
committed
update for 0.11.4
1 parent 4ba710e commit 9e5aa58

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,25 @@
4444
>io.github.alyraffauf.Switchyard.desktop</launchable>
4545

4646
<releases>
47+
<release version="0.11.4" date="2026-02-04">
48+
<url
49+
type="details"
50+
>https://github.com/alyraffauf/switchyard/releases/tag/v0.11.4</url>
51+
<description translate="no">
52+
<p>This release comes with the following improvements:</p>
53+
<ul>
54+
<li>Improved launcher spacing consistency.</li>
55+
</ul>
56+
</description>
57+
</release>
4758
<release version="0.11.3" date="2026-01-28">
4859
<url
4960
type="details"
5061
>https://github.com/alyraffauf/switchyard/releases/tag/v0.11.3</url>
5162
<description translate="no">
5263
<p>This release comes with the following improvements:</p>
5364
<ul>
54-
<li>Properly escape URLs before launching browsers.</li>
65+
<li>Added proper escaping for URLs before launching browsers.</li>
5566
</ul>
5667
</description>
5768
</release>

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.11.3"
15+
Version = "0.11.4"
1616

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

0 commit comments

Comments
 (0)