Skip to content
Merged
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to Wallpect are recorded in this file. The format follows [K

## [Unreleased]

## [0.2.1] - 2026-07-23

### Changed

- Moved `wallpect.k-y.cc` from a Worker route over the former Pages DNS record to a Workers Custom Domain.
Expand Down Expand Up @@ -50,5 +52,6 @@ All notable changes to Wallpect are recorded in this file. The format follows [K
- Uploaded images remain in browser memory and are not sent to an upload API or analytics service.
- Local secrets, credentials, build output, browser reports, and editor/OS metadata are excluded from version control.

[Unreleased]: https://github.com/kyeunga25/wallpect/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/kyeunga25/wallpect/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/kyeunga25/wallpect/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/kyeunga25/wallpect/releases/tag/v0.2.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wallpect",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"description": "Privacy-first wallpaper preview and fitting tool for Apple devices.",
"license": "MIT",
"homepage": "https://wallpect.k-y.cc",
Expand Down
Loading