Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
- Added English, Japanese, and Simplified Chinese resources.
- Added x64/ARM64 portable builds and a signed MSIX bundle release path.

## [0.2.0](https://github.com/P4suta/Snaply/compare/v0.1.1...v0.2.0) (2026-07-25)


### Features

* consolidate into a single app project and restore the ambient UI ([#35](https://github.com/P4suta/Snaply/issues/35)) ([c77e1ef](https://github.com/P4suta/Snaply/commit/c77e1ef8e80de4fb162738ef2e8a5a5f5c69af67))
* make Snaply release-ready ([#47](https://github.com/P4suta/Snaply/issues/47)) ([3c702a3](https://github.com/P4suta/Snaply/commit/3c702a33f632b5bc58ed54a5165b69511dd31b4d))


### Bug Fixes

* **ci:** repair the nightly build and ship a downloadable payload again ([#44](https://github.com/P4suta/Snaply/issues/44)) ([e0b7b54](https://github.com/P4suta/Snaply/commit/e0b7b541e3f1d4bcdc622e6d8698b54c80be3e3d))
* **ci:** stabilise the nightly so it is green on main ([#46](https://github.com/P4suta/Snaply/issues/46)) ([4d1027a](https://github.com/P4suta/Snaply/commit/4d1027aa624b8c05c12f21357a9c4909f80378fe))

## 0.1.1

- Initial preview.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
Loading