Skip to content

Commit a347d23

Browse files
committed
chore: bump
1 parent 394e8c5 commit a347d23

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## v1.0.14
10+
11+
### Added
12+
- **Clear Canvas Confirmation Modal**
13+
- Press `Delete` while drawing mode is active to open a Yes/No confirmation before clearing the canvas
14+
- While the modal is open, drawing and tool switching are disabled; closing the modal restores the previous tool
15+
16+
### Changed
17+
- **Clear Canvas Hotkey**
18+
- Clear canvas hotkey changed from `R` to `Delete`
19+
- `Delete` is suppressed while drawing mode is active to prevent deleting content in underlying apps
20+
- **UI + Docs**
21+
- Updated overlay hint text and Help shortcuts to reference `Delete`
22+
- Updated `docs/KEY_LEGEND.md`
23+
24+
### Fixed
25+
- Updated `ClearCanvasFeatureTests` to reflect the new `Delete` hotkey + confirmation flow
26+
27+
928
## v1.0.13
1029

1130
### Added

Installer/GhostDraw.Installer.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
3-
<Version Condition="'$(Version)' == ''">1.0.13</Version>
3+
<Version Condition="'$(Version)' == ''">1.0.14</Version>
44
<OutputName>GhostDrawSetup-$(Version)</OutputName>
55
<OutputType>Package</OutputType>
66
<Platform>x64</Platform>

Src/GhostDraw/GhostDraw.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<UseWPF>true</UseWPF>
99
<UseWindowsForms>true</UseWindowsForms>
1010
<ApplicationIcon>Assets\favicon.ico</ApplicationIcon>
11-
<Version>1.0.13</Version>
11+
<Version>1.0.14</Version>
1212
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1313
</PropertyGroup>
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghost-draw",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "Draw directly on your screen with a transparent overlay",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)