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.17.1

Aly Raffauf (Jul 10, 2026, 6:28 PM EDT) 21207fa7 7afc443b

+15 -4
+11
data/io.github.alyraffauf.Switchyard.metainfo.xml
··· 47 47 >io.github.alyraffauf.Switchyard.desktop</launchable> 48 48 49 49 <releases> 50 + <release version="0.17.1" date="2026-07-10"> 51 + <url 52 + type="details" 53 + >https://github.com/alyraffauf/switchyard/releases/tag/v0.17.1</url> 54 + <description translate="no"> 55 + <p>This release comes with the following improvements:</p> 56 + <ul> 57 + <li>Fix regression in browser detction for custom launchers.</li> 58 + </ul> 59 + </description> 60 + </release> 50 61 <release version="0.17.0" date="2026-07-06"> 51 62 <url 52 63 type="details"
+1 -1
gtk/app.go
··· 12 12 AppName = "Switchyard" 13 13 DeveloperName = "Aly Raffauf" 14 14 Copyright = "© 2026 Aly Raffauf" 15 - Version = "0.17.0" 15 + Version = "0.17.1" 16 16 17 17 // Links 18 18 WebsiteURL = "https://switchyard.aly.codes/"
+1 -1
webextension/manifest.firefox.json
··· 2 2 "manifest_version": 3, 3 3 "name": "Switchyard", 4 4 "description": "Open the current page in Switchyard for browser selection", 5 - "version": "0.17.0", 5 + "version": "0.17.1", 6 6 "homepage_url": "https://github.com/alyraffauf/Switchyard", 7 7 "permissions": ["activeTab", "contextMenus", "nativeMessaging"], 8 8 "background": {
+1 -1
webextension/manifest.json
··· 2 2 "manifest_version": 3, 3 3 "name": "Switchyard", 4 4 "description": "Open the current page in Switchyard for browser selection", 5 - "version": "0.17.0", 5 + "version": "0.17.1", 6 6 "homepage_url": "https://github.com/alyraffauf/Switchyard", 7 7 "permissions": ["activeTab", "contextMenus", "nativeMessaging"], 8 8 "background": {
+1 -1
webextension/package.json
··· 1 1 { 2 2 "name": "switchyard-webextension", 3 - "version": "0.17.0", 3 + "version": "0.17.1", 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": {