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

Aly Raffauf (May 24, 2026, 6:54 PM EDT) f342f5aa 9ad0459f

+15 -4
+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.14.0" date="2026-05-21"> 47 + <release version="0.15.0" date="2026-05-24"> 48 + <url 49 + type="details" 50 + >https://github.com/alyraffauf/switchyard/releases/tag/v0.15.0</url> 51 + <description translate="no"> 52 + <p>This release comes with the following improvements:</p> 53 + <ul> 54 + <li>Preliminary support for the Switchyard browser extension.</li> 55 + </ul> 56 + </description> 57 + </release> 58 + <release version="0.14.0" date="2026-05-21"> 48 59 <url 49 60 type="details" 50 61 >https://github.com/alyraffauf/switchyard/releases/tag/v0.14.0</url>
+1 -1
src/app.go
··· 12 12 AppName = "Switchyard" 13 13 DeveloperName = "Aly Raffauf" 14 14 Copyright = "© 2026 Aly Raffauf" 15 - Version = "0.14.0" 15 + Version = "0.15.0" 16 16 17 17 // Links 18 18 WebsiteURL = "https://switchyard.aly.codes/"
+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.14.0", 5 + "version": "0.15.0", 6 6 "homepage_url": "https://github.com/alyraffauf/Switchyard", 7 7 "permissions": ["activeTab", "nativeMessaging"], 8 8 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmV3D3go08Nhd2PfSt7t5IbK2dT8n01umhIEbExICCWhkO6qZx4E/TW+OXH9CyOIDaUnItt+ZV3VWD1TkLvHNLij5RQLxym6VSzNA4WPplVJvY/E1x3qiBVE+3KZK8tF3bWQ0d7VBFn8sUd4JkyKCs69rn+K8fuej30RCXwqtnFSP2H+nD69vsbGoy2YQ8v8RRN1TlIcSEJEfmcMXT20H7gVH1j/egULrzpey/blrCMRjxFAwbb1eNKa4OwVe4i/g72moo6RvOl1gbxem8RqoXhzWxIBfhpetf0fNqsgS3ZwKgVLr+teyX4MNELA5En1TItjeyYYFNn++1Y4QB90OpwIDAQAB",
+1 -1
webextension/package.json
··· 1 1 { 2 2 "name": "switchyard-webextension", 3 - "version": "0.14.0", 3 + "version": "0.15.0", 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": {