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
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.8.12"
".": "0.8.13"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Do not hand-edit released sections — release-please regenerates them from the

<!-- release-please starts maintaining content below this comment. -->

## [0.8.13](https://github.com/Alpaq92/MenYou/compare/v0.8.12...v0.8.13) (2026-07-09)


### Bug Fixes

* **start:** DPI-scale the Start-button rect and default to centered alignment ([#67](https://github.com/Alpaq92/MenYou/issues/67)) ([879fcb7](https://github.com/Alpaq92/MenYou/commit/879fcb749d2d4a5080ca60ca2e2c90b168b86460))

## [0.8.12](https://github.com/Alpaq92/MenYou/compare/v0.8.11...v0.8.12) (2026-07-09)


Expand Down
2 changes: 1 addition & 1 deletion src/MenYou/MenYou.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- Baked into the assembly so the app can self-report its version (shown
next to the About button). release-please bumps this on each release
via the generic updater in release-please-config.json. -->
<Version>0.8.12</Version> <!-- x-release-please-version -->
<Version>0.8.13</Version> <!-- x-release-please-version -->
<UseWindowsForms>false</UseWindowsForms>
<UseWPF>false</UseWPF>
<EnableDefaultAvaloniaItems>true</EnableDefaultAvaloniaItems>
Expand Down