Patch
Source: TEMPLATES/patch.md
<!--BCLS template — PATCH release.Use for bug fixes, dep bumps, no new user-facing features.Replace every <PLACEHOLDER>. Delete this comment block before publishing.GitHub release title: <X.Y.Z> (no leading `v`, no subtitle unless there's a story)Tag: v<X.Y.Z>-->
# ⬇️ Downloads
<!--Replace placeholders: <ORG> GitHub user/org (e.g. BurntToasters) <APP> GitHub repo name + asset filename prefix (e.g. IYERIS) <TAG> Release tag including the leading v (e.g. v<X.Y.Z>) <MS_STORE_ID> Microsoft Store listing id; remove the badge cell if not on the StoreDrop unsupported cells/rows. Comment out arch links you haven't built yet.See STANDARD.md §3 for the canonical pattern.-->
| <img height="20" src="https://raw.githubusercontent.com/BurntToasters/bcls/main/media/windows.png" /> Windows | <img height="20" src="https://raw.githubusercontent.com/BurntToasters/bcls/main/media/mac.png" /> macOS | <img height="20" src="https://raw.githubusercontent.com/BurntToasters/bcls/main/media/linux.png" /> Linux || :--- | :--- | :--- || **EXE:** [x64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Win-x64.exe) / [arm64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Win-arm64.exe) | **[Universal DMG](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-MacOS-universal.dmg)** | **AppImage:** [x64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Linux-x86_64.AppImage) <!-- / [arm64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Linux-arm64.AppImage) --> || <div align="center"><a href="https://apps.microsoft.com/detail/<MS_STORE_ID>?referrer=appbadge&mode=full"><img src="https://get.microsoft.com/images/en-us%20light.svg" width="150"/></a></div> | **[Universal ZIP](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-MacOS-universal.zip)** | **DEB:** [x64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Linux-amd64.deb) <!-- / [arm64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Linux-arm64.deb) --> || *See MSI note below* | | **RPM:** [x64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Linux-x86_64.rpm) <!-- / [arm64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Linux-aarch64.rpm) --> || | | **Flatpak:** [x64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Linux-x86_64.flatpak) <!-- / [arm64](https://github.com/<ORG>/<APP>/releases/download/<TAG>/<APP>-Linux-aarch64.flatpak) --> |
> [!IMPORTANT]> The `.sig` files in this repo are NOT normal gpg signatures — they are for Tauri V2's> updater to verify the integrity of updates before downloading and installing.>> The `.asc` files are my normal GPG signatures which you can verify using my GPG Public> Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc
### ℹ️ Enjoying <APP>? Consider [❤️ Supporting Me! ❤️](https://rosie.run/support)
## Changes in `v<X.Y.Z>:`
- **<Category>:** <Description ending with a period.>- **<Category>:** <Description.>- **PKG:** Updated packages.
<!--CARRY-FORWARD (§6): include `## Changes in` sections for, in order: 1. immediately previous patch v<X.Y.(Z-1)> 2. current minor milestone v<X.Y.0> (skip if same as #1) 3. current major milestone v<X.0.0> (skip if same as #2)Everything older goes behind the Full vN changelog link below. Newest first, descending.Delete this comment.-->
## Changes in `v<X.Y.(Z-1)>:`
- **<Category>:** <Description.>- **PKG:** Updated packages.
## Changes in `v<X.Y.0>:`
<...minor milestone changes...>
## Changes in `v<X.0.0>:`
<...major milestone changes — omit if X.Y.0 == X.0.0...>
## Click below for the full `v<N>` Changelog
<details><summary>Full v<N> changelog</summary>
See the [full v<N> changelog](<URL>).
</details>
### MSI Installer Support (MSI builds are NOT provided for betas)
> [!IMPORTANT]> **Enterprise Users:** We support Windows X64/ARM64 `.MSI` installers for MDM/AD deployment.>> - `.MSI` installers do NOT support auto-updates. You must deploy the new MSI manually.> - These are strictly for enterprise management; standard users should use the EXE above.> - Files available in the "Assets" dropdown below.
## ℹ️ Release Info
- **GPG Signed:** My public key is attached to every release to ensure authenticity.- **GPG Key:** You can get my public GPG key here: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc- **Code Signing:** macOS releases are fully signed. Windows releases are not signed by an org, but are signed by my GPG signature (same with Linux).- **Legacy Binaries:** Separate x64/arm64 Windows binaries are deprecated in favor of the Universal installer. They are still listed in the downloads section, but the universal installer is recommended for simplicity.