Releases: redbackspider77/GitHubPagesDeployMonitor
Releases · redbackspider77/GitHubPagesDeployMonitor
Github Pages Deploy Monitor v1.0.3-beta
- removed ARM64 installer as it is broken and will not be fixed until a plausible solution is found other than:
- vs installer projects extension - doesn't support building arm64 installer on my x64 pc
- inno setup - too complicated
- advanced installer - doesn't support building arm64 installer on free plan
- wix toolset - too complicated
- msix packaging tool - cannot build arm64 installer on x64 pc as it captures all necessary source files needed to run the app by literally recording me running it, and I can't run arm64 executables
- single-project msix packaging tool vs extension - broken
- I am open for better solutions :)
Github Pages Deploy Monitor v1.0.2-beta
- switched to using advanced installer for arm64 package as VS Installer Projects do not support arm64
Github Pages Deploy Monitor v1.0.1-beta
- exits application after close reason is user closing instead of starting to monitor
- added arm64 support
Github Pages Deploy Monitor v1.0.0-beta
added installation file