Releases: dayflower/altoggle
Release list
v0.3.0
winget install dayflower.altoggle
scoop bucket add dayflower https://github.com/dayflower/scoop-bucket
scoop install dayflower/altoggle
Or take altoggle-v0.3.0-x86_64-pc-windows-msvc.zip below and unblock it before extracting
-- right-click -> Properties -> tick Unblock -> OK. Windows marks
anything downloaded from the internet, and left marked the executable
is treated as untrusted. altoggle.exe beside it is the same binary
without the wrapper, and is what the winget manifest points at.
SHA256 4BDFC3DCCFABDF38A092752DC7EC87FFB7A82B6455DA2BF7896C2B5524BC1A35 altoggle-v0.3.0-x86_64-pc-windows-msvc.zip
SHA256 77B3D608B79E9F009864E2ACE5596F30E340B202AB2E6950AF1EB83BAFB5889F altoggle.exe
altoggle is not code-signed, so SmartScreen warns on first launch.
See the README for what the app does and does not do.
What's Changed
- chore: cut the release pull request body down to one line by @dayflower in #9
- chore: refresh the app icon and show it in the readme by @dayflower in #10
- feat: distribute through winget and Scoop by @dayflower in #11
- chore: release v0.3.0 by @dayflower in #12
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Download altoggle-v0.2.0-x86_64-pc-windows-msvc.zip below, then unblock the zip before
extracting it -- right-click -> Properties -> tick Unblock -> OK.
Windows marks anything downloaded from the internet, and left marked
the executable is treated as untrusted.
SHA256 C5912C39B674B7724063255E5D2831F90E9D5A56829518BA766C31BBC0B0F284
altoggle is not code-signed, so SmartScreen warns on first launch.
See the README for what the app does and does not do.
What's Changed
- style: run cargo fmt over the tree by @dayflower in #1
- refactor: settle where the key constants live by @dayflower in #2
- refactor: probe descriptors and RAII registry keys by @dayflower in #3
- refactor: share the state machine dispatch between the app and the probes by @dayflower in #4
- refactor: install the low-level hooks from one place by @dayflower in #5
- ci: run fmt, clippy, test and the release build on every push by @dayflower in #6
- ci: release from a version bump instead of a hand-pushed tag by @dayflower in #7
- chore: release v0.2.0 by @dayflower in #8
New Contributors
- @dayflower made their first contribution in #1
Full Changelog: https://github.com/dayflower/altoggle/commits/v0.2.0