Skip to content

Commit 0ceda4a

Browse files
committed
bump to 0.10.1
1 parent b995296 commit 0ceda4a

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

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

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

4646
<releases>
47+
<release version="0.10.1" date="2026-01-22">
48+
<url
49+
type="details"
50+
>https://github.com/alyraffauf/switchyard/releases/tag/v0.10.1</url>
51+
<description translate="no">
52+
<p>This release comes with the following improvements:</p>
53+
<ul>
54+
<li>Don't automatically hide browsers where NoDisplay=true.</li>
55+
<li>Fix duplicate 'Add Condition' button in rules editor.</li>
56+
</ul>
57+
</description>
58+
</release>
4759
<release version="0.10.0" date="2026-01-22">
48-
<url type="details"
60+
<url
61+
type="details"
4962
>https://github.com/alyraffauf/switchyard/releases/tag/v0.10.0</url>
5063
<description translate="no">
5164
<p>This release comes with the following improvements:</p>

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.0"
15+
Version = "0.10.1"
1616

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

0 commit comments

Comments
 (0)