diff --git a/release-manifest.json b/release-manifest.json index 3b6e5eb1..f41fa971 100644 --- a/release-manifest.json +++ b/release-manifest.json @@ -1,32 +1,29 @@ { "changelog": [ - "Your node connects to the private mesh far more reliably. Nodes rely on a public rendezvous point to find each other, and the only one available was unreachable from many home and office networks — leaving some nodes unable to join the mesh at all. There is now a second, always-reachable rendezvous point, and your node tries every one it knows, so it joins the mesh in seconds instead of being stranded.", - "Wi-Fi setup now heals itself on older nodes. Some nodes set up before a mid-year fix couldn't connect to a Wi-Fi network from the screen — it failed with a permissions error — because the piece that lets the node manage networking on your behalf was missing. Nodes now put that piece in place automatically on startup, so \"scan, pick a network, type the password, connect\" works without reinstalling.", - "Your node rejoins the mesh within seconds after an update. Applying an update briefly restarts the mesh service, and previously a node could sit disconnected from other nodes for up to five minutes before it retried.", - "The TV screen now fits your television. On a large or 4K TV the interface rendered tiny with no way to zoom on a keyboard-less screen; it now sizes itself to a comfortable, readable scale automatically (and small laptop panels are left unchanged).", - "More TV-screen polish: the built-in assistant shows its dark theme instead of bright white panels, the on-screen hint for switching between the kiosk and a terminal now points at the right keys, the welcome logo no longer occasionally renders as garbled characters, and an accidental tap of the power button no longer shuts the node down — hold it to power off on purpose.", - "Behind the scenes: fixed the installer image build so it no longer stops on a component that was removed from the product, and so it correctly includes the private relay it was meant to bundle." + "Meet Pine, your node's voice assistant: a new app in the App Store that gives your node ears and a voice — speech-to-text and text-to-speech engines that run entirely on your own hardware, ready to wire into Home Assistant for private, offline voice control. Install it like any other app; nothing you say leaves your node.", + "Your node can now program its MeshCore radio's RF settings — frequency, bandwidth, spreading factor, and coding rate — from Mesh → Device settings. Radios that were flashed with mismatched settings could hear that other radios exist but never decode their messages, and until now the only fix was a separate phone app. Set the values once and the node programs the radio automatically (it restarts once to apply); every radio on your mesh must use the same values to talk to each other.", + "The Device settings panel is tidier: values you can edit (name, region, channel) are no longer also shown as separate read-only rows." ], "components": [ { - "current_version": "1.7.108-alpha", - "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.108-alpha/archipelago", + "current_version": "1.7.109-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.109-alpha/archipelago", "name": "archipelago", - "new_version": "1.7.108-alpha", - "sha256": "665d3351980d820287e614b0fdf4916957c042110f1ffd7ef6e93e78766ffa2a", - "size_bytes": 50346064 + "new_version": "1.7.109-alpha", + "sha256": "c98322aeb1d7eb223d122052657a4dd67cd284bbb862a79ff9439b35cffd6607", + "size_bytes": 50201840 }, { - "current_version": "1.7.108-alpha", - "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.108-alpha/archipelago-frontend-1.7.108-alpha.tar.gz", - "name": "archipelago-frontend-1.7.108-alpha.tar.gz", - "new_version": "1.7.108-alpha", - "sha256": "8fba3d3aeb2b506cb6a3b3102a07a1713ae7a2bd1ebd4fc734d83f83ba9a8aa8", - "size_bytes": 174598175 + "current_version": "1.7.109-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.109-alpha/archipelago-frontend-1.7.109-alpha.tar.gz", + "name": "archipelago-frontend-1.7.109-alpha.tar.gz", + "new_version": "1.7.109-alpha", + "sha256": "8cff430874eeed385ecc862e3b56c9e338587981684285a5b0ce22c97849a012", + "size_bytes": 174604264 } ], - "release_date": "2026-07-20", - "signature": "94e2d15488383858d41c90c49075476ce56e4fed8b5829b92f68b3889229e795f250a57e557049bb46561c7c252d5d30db442d014b796e76d7ea4fbd7215dc00", + "release_date": "2026-07-21", + "signature": "ebc89fe656ebdb6db8e6be811068cda67c17e6ac144697526ac984c55890b17ebc1676bea0d6bd97061790d6d93c0f36544c7cb811520fdeed8119ce1fd12508", "signed_by": "did:key:z6MkkidEnEpo6qHMCNSZoNKWtvQvxq3whnaME9wGgEFhq7ur", - "version": "1.7.108-alpha" + "version": "1.7.109-alpha" } diff --git a/releases/manifest.json b/releases/manifest.json index 3b6e5eb1..f41fa971 100644 --- a/releases/manifest.json +++ b/releases/manifest.json @@ -1,32 +1,29 @@ { "changelog": [ - "Your node connects to the private mesh far more reliably. Nodes rely on a public rendezvous point to find each other, and the only one available was unreachable from many home and office networks — leaving some nodes unable to join the mesh at all. There is now a second, always-reachable rendezvous point, and your node tries every one it knows, so it joins the mesh in seconds instead of being stranded.", - "Wi-Fi setup now heals itself on older nodes. Some nodes set up before a mid-year fix couldn't connect to a Wi-Fi network from the screen — it failed with a permissions error — because the piece that lets the node manage networking on your behalf was missing. Nodes now put that piece in place automatically on startup, so \"scan, pick a network, type the password, connect\" works without reinstalling.", - "Your node rejoins the mesh within seconds after an update. Applying an update briefly restarts the mesh service, and previously a node could sit disconnected from other nodes for up to five minutes before it retried.", - "The TV screen now fits your television. On a large or 4K TV the interface rendered tiny with no way to zoom on a keyboard-less screen; it now sizes itself to a comfortable, readable scale automatically (and small laptop panels are left unchanged).", - "More TV-screen polish: the built-in assistant shows its dark theme instead of bright white panels, the on-screen hint for switching between the kiosk and a terminal now points at the right keys, the welcome logo no longer occasionally renders as garbled characters, and an accidental tap of the power button no longer shuts the node down — hold it to power off on purpose.", - "Behind the scenes: fixed the installer image build so it no longer stops on a component that was removed from the product, and so it correctly includes the private relay it was meant to bundle." + "Meet Pine, your node's voice assistant: a new app in the App Store that gives your node ears and a voice — speech-to-text and text-to-speech engines that run entirely on your own hardware, ready to wire into Home Assistant for private, offline voice control. Install it like any other app; nothing you say leaves your node.", + "Your node can now program its MeshCore radio's RF settings — frequency, bandwidth, spreading factor, and coding rate — from Mesh → Device settings. Radios that were flashed with mismatched settings could hear that other radios exist but never decode their messages, and until now the only fix was a separate phone app. Set the values once and the node programs the radio automatically (it restarts once to apply); every radio on your mesh must use the same values to talk to each other.", + "The Device settings panel is tidier: values you can edit (name, region, channel) are no longer also shown as separate read-only rows." ], "components": [ { - "current_version": "1.7.108-alpha", - "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.108-alpha/archipelago", + "current_version": "1.7.109-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.109-alpha/archipelago", "name": "archipelago", - "new_version": "1.7.108-alpha", - "sha256": "665d3351980d820287e614b0fdf4916957c042110f1ffd7ef6e93e78766ffa2a", - "size_bytes": 50346064 + "new_version": "1.7.109-alpha", + "sha256": "c98322aeb1d7eb223d122052657a4dd67cd284bbb862a79ff9439b35cffd6607", + "size_bytes": 50201840 }, { - "current_version": "1.7.108-alpha", - "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.108-alpha/archipelago-frontend-1.7.108-alpha.tar.gz", - "name": "archipelago-frontend-1.7.108-alpha.tar.gz", - "new_version": "1.7.108-alpha", - "sha256": "8fba3d3aeb2b506cb6a3b3102a07a1713ae7a2bd1ebd4fc734d83f83ba9a8aa8", - "size_bytes": 174598175 + "current_version": "1.7.109-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.109-alpha/archipelago-frontend-1.7.109-alpha.tar.gz", + "name": "archipelago-frontend-1.7.109-alpha.tar.gz", + "new_version": "1.7.109-alpha", + "sha256": "8cff430874eeed385ecc862e3b56c9e338587981684285a5b0ce22c97849a012", + "size_bytes": 174604264 } ], - "release_date": "2026-07-20", - "signature": "94e2d15488383858d41c90c49075476ce56e4fed8b5829b92f68b3889229e795f250a57e557049bb46561c7c252d5d30db442d014b796e76d7ea4fbd7215dc00", + "release_date": "2026-07-21", + "signature": "ebc89fe656ebdb6db8e6be811068cda67c17e6ac144697526ac984c55890b17ebc1676bea0d6bd97061790d6d93c0f36544c7cb811520fdeed8119ce1fd12508", "signed_by": "did:key:z6MkkidEnEpo6qHMCNSZoNKWtvQvxq3whnaME9wGgEFhq7ur", - "version": "1.7.108-alpha" + "version": "1.7.109-alpha" }