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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

- - -
## [v0.10.2](https://github.com/IvanLarinDev/dropwheel/compare/9891c2ff92ba5a1852aeb8f40967c4825cc5c75a..v0.10.2) - 2026-07-09
#### Bug Fixes
- (**files**) handle partial undo safely - ([b94f752](https://github.com/IvanLarinDev/dropwheel/commit/b94f752f124983f748447695f51f249511e99193)) - Ivan Larin
- (**files**) harden drop safety paths - ([5bb7b09](https://github.com/IvanLarinDev/dropwheel/commit/5bb7b09d86779f86ad8223953d329872aaee3d2d)) - Ivan Larin
#### Miscellaneous Chores
- (**format**) normalize product code formatting - ([0a2692a](https://github.com/IvanLarinDev/dropwheel/commit/0a2692ad5d49aaf1df0f1ec8d030b978bc89426e)) - Ivan Larin
- (**release**) restore changelog remote context - ([63d835c](https://github.com/IvanLarinDev/dropwheel/commit/63d835c475fdb6e4ccfcb206afef8c8e5d3ab54f)) - Ivan Larin

- - -

## [v0.10.1](https://github.com/IvanLarinDev/dropwheel/compare/241caf59ad9b8133fb72717c0242ca9d1d493164..v0.10.1) - 2026-07-08
#### Bug Fixes
- (**files**) harden drop operations (#10) - ([8d1be7a](https://github.com/IvanLarinDev/dropwheel/commit/8d1be7ade82b5462b3be483903d99d3a112b8043)) - Ivan Larin
Expand Down
3 changes: 3 additions & 0 deletions cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ branch_whitelist = ["main", "master", "feat/**", "fix/**", "docs/**", "hotfix/**

[changelog]
path = "CHANGELOG.md"
template = "remote"
remote = "github.com"
owner = "IvanLarinDev"
repository = "dropwheel"
authors = []

# Extra non-default type used by repos with this history.
Expand Down
2 changes: 1 addition & 1 deletion src/Dropwheel/Dropwheel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>Dropwheel</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>dropwheel.ico</ApplicationIcon>
<Version>0.10.1</Version>
<Version>0.10.2</Version>
<!-- ThemeMode (Fluent light/dark chrome) is still an experimental WPF API -->
<NoWarn>$(NoWarn);WPF0001</NoWarn>
</PropertyGroup>
Expand Down