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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2026-04-30

### Added

- Added feature by issue.([Issue #1](https://github.com/overdrive1708/PhotoFrameGenerator/issues/1))
- Added feature by issue.([Issue #2](https://github.com/overdrive1708/PhotoFrameGenerator/issues/2))

[Unreleased]: https://github.com/overdrive1708/PhotoFrameGenerator
[1.0.0]: https://github.com/overdrive1708/PhotoFrameGenerator/tag/v1.0.0
2 changes: 1 addition & 1 deletion src/PhotoFrameGenerator/PhotoFrameGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<Product>PhotoFrameGenerator</Product>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>1.0.0</VersionPrefix>
<Authors>overdrive1708</Authors>
<Copyright>Copyright © 2026 overdrive1708</Copyright>
<PackageProjectUrl>https://github.com/overdrive1708/PhotoFrameGenerator</PackageProjectUrl>
Expand Down
Loading