Skip to content

Should I Deploy Today? v1.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Feb 05:52
· 0 commits to master since this release

Release Notes for Should I Deploy Today?

Version: v1.0.2
Release date: 2026-02-07

Highlights

  • The deployment decision engine keeps evaluating weekends, holidays, and special-data heuristics so every team remains confident before hitting "merge".
  • Smart toast notifications keep your workflow in sync—active windows get reminders every 45 minutes while off-hours checks stay gentle and unobtrusive.
  • Full-screen/always-on support plus timezone selection ensures the status board can live on a dedicated monitor anywhere in the world.
  • Packaging update: release artifacts now contain a single self-contained executable per platform (native libraries self-extract at runtime).

Testing (never tested LOL because I don't really care for now... this is vibe code yo!)

  • dotnet test ShouldIDeployApp/ShouldIDeployApp.sln --no-restore --no-build --no-build

Published artifacts

Runtime File
Windows x64 ShouldIDeployApp-v1.0.2-win-x64.zip
macOS x64 ShouldIDeployApp-v1.0.2-osx-x64.zip
macOS Arm64 ShouldIDeployApp-v1.0.2-osx-arm64.zip
Linux x64 ShouldIDeployApp-v1.0.2-linux-x64.zip

Each ZIP contains the self-contained single-file executable produced by dotnet publish -c Release -r <runtime> --self-contained -p:PublishSingleFile=true.

This release enables IncludeNativeLibrariesForSelfExtract=true and disables PDB output so the asset contains only the app binary.