mirror of
https://github.com/WSA-Installer/.github.git
synced 2026-07-29 11:24:28 -07:00
69 lines
1.2 KiB
Markdown
69 lines
1.2 KiB
Markdown
# WSA Installer — Release Notes Template
|
|
|
|
Use this template when creating GitHub releases.
|
|
|
|
---
|
|
|
|
## Release v{VERSION}
|
|
|
|
### Highlights
|
|
|
|
- [Feature/highlight 1]
|
|
- [Feature/highlight 2]
|
|
- [Feature/highlight 3]
|
|
|
|
### What's Changed
|
|
|
|
#### Features
|
|
- [Feature 1] by @contributor
|
|
- [Feature 2] by @contributor
|
|
|
|
#### Bug Fixes
|
|
- [Fix 1] by @contributor
|
|
- [Fix 2] by @contributor
|
|
|
|
#### Documentation
|
|
- [Doc 1] by @contributor
|
|
|
|
#### Other Changes
|
|
- [Change 1] by @contributor
|
|
|
|
### Downloads
|
|
|
|
| File | Size | SHA256 |
|
|
|:-----|:-----|:-------|
|
|
| `WSA_Installer_Setup.exe` | ~228 MB | [hash] |
|
|
| `bundle.wsa` | ~1.21 GB | [hash] |
|
|
|
|
### Installation
|
|
|
|
1. Download `WSA_Installer_Setup.exe`
|
|
2. Run as administrator
|
|
3. Follow the 5-step wizard
|
|
|
|
### Upgrade
|
|
|
|
Existing users can upgrade via the built-in self-update feature, or download the latest release.
|
|
|
|
### Known Issues
|
|
|
|
- [Known issue 1]
|
|
- [Known issue 2]
|
|
|
|
### Full Changelog
|
|
|
|
See [CHANGELOG.md](https://github.com/WSA-Installer/wsa-installer/blob/main/CHANGELOG.md) for the complete changelog.
|
|
|
|
### Credits
|
|
|
|
Thanks to all contributors who helped with this release!
|
|
|
|
---
|
|
|
|
**SHA256 Checksums:**
|
|
|
|
```
|
|
{SHA256_HASH} WSA_Installer_Setup.exe
|
|
{SHA256_HASH} bundle.wsa
|
|
```
|