Skip to content

EasySwitch v0.1.0 (build 113)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 08:11

EasySwitch - release notes

Maintenance build - no new features and no behaviour changes. This
release is an internal reorganisation of the source and documentation
(ADR-100). Everything the app does should work exactly as it did in the
previous build; if you notice any difference at all, that is a bug worth
reporting.

Why ship a release with no visible changes: the reorganisation touched
almost every file in the application layer, so it needs to be exercised
on real machines rather than only in CI. The code was verified to be a
mechanical move - each relocated block was compared against the original
and is character-for-character identical apart from formatting - and it
builds and runs on macOS and Linux with the full test suite passing. It
has not yet been run on Windows, which is the main thing this build
exists to confirm.

If anything misbehaves, the previous build remains installable:

https://easyswitch.realbrain.cc/download

Install / update:

curl -fsSL https://easyswitch.realbrain.cc/install.sh | sh

or https://easyswitch.realbrain.cc/download - or in-app "Check for
updates" -> "Update now".

macOS - signed and notarized; downloads open normally. Windows -
SmartScreen "More info -> Run anyway" (no Authenticode cert yet), then
allow the firewall prompt. Elevated-window control still needs the
one-time service install from an elevated PowerShell in the repo:
powershell -ExecutionPolicy Bypass -File scripts\windows-uia-service.ps1.
Linux - binary tarball or the install command above.