Rules-based browser launcher for TUI + GNOME. switchyard.aly.codes
tui gnome bowser go
0

Configure Feed

Select the types of activity you want to include in your feed.

update for 0.11.4

Aly Raffauf (Feb 4, 2026, 8:03 AM EST) 9e5aa589 4ba710e8

+13 -2
+12 -1
data/io.github.alyraffauf.Switchyard.metainfo.xml
··· 44 44 >io.github.alyraffauf.Switchyard.desktop</launchable> 45 45 46 46 <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> 47 58 <release version="0.11.3" date="2026-01-28"> 48 59 <url 49 60 type="details" ··· 51 62 <description translate="no"> 52 63 <p>This release comes with the following improvements:</p> 53 64 <ul> 54 - <li>Properly escape URLs before launching browsers.</li> 65 + <li>Added proper escaping for URLs before launching browsers.</li> 55 66 </ul> 56 67 </description> 57 68 </release>
+1 -1
src/app.go
··· 12 12 AppName = "Switchyard" 13 13 DeveloperName = "Aly Raffauf" 14 14 Copyright = "© 2026 Aly Raffauf" 15 - Version = "0.11.3" 15 + Version = "0.11.4" 16 16 17 17 // Links 18 18 WebsiteURL = "https://switchyard.aly.codes/"