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.

release v0.11.0

Aly Raffauf (Jan 24, 2026, 6:33 PM EST) f1152297 f8c0ded6

+17 -1
+16
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.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> 47 63 <release version="0.10.1" date="2026-01-22"> 48 64 <url 49 65 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.10.1" 15 + Version = "0.11.0" 16 16 17 17 // Links 18 18 WebsiteURL = "https://switchyard.aly.codes/"