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

Configure Feed

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

update for v0.14.0

Aly Raffauf (May 21, 2026, 3:39 PM EDT) 8c54fd10 fbc4dc4f

+13 -1
+12
data/io.github.alyraffauf.Switchyard.metainfo.xml
··· 44 44 >io.github.alyraffauf.Switchyard.desktop</launchable> 45 45 46 46 <releases> 47 + <release version="0.14.0" date="2026-05-21"> 48 + <url 49 + type="details" 50 + >https://github.com/alyraffauf/switchyard/releases/tag/v0.14.0</url> 51 + <description translate="no"> 52 + <p>This release comes with the following improvements:</p> 53 + <ul> 54 + <li>Added AdGuard tracking parameter removal.</li> 55 + <li>Improved margins for launcher.</li> 56 + </ul> 57 + </description> 58 + </release> 47 59 <release version="0.13.0" date="2026-04-19"> 48 60 <url 49 61 type="details"
+1 -1
src/app.go
··· 12 12 AppName = "Switchyard" 13 13 DeveloperName = "Aly Raffauf" 14 14 Copyright = "© 2026 Aly Raffauf" 15 - Version = "0.13.0" 15 + Version = "0.14.0" 16 16 17 17 // Links 18 18 WebsiteURL = "https://switchyard.aly.codes/"