Skip to content

Commit 6c92836

Browse files
committed
chore: bump
1 parent 5d351da commit 6c92836

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ 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.16
10+
11+
### Added
12+
- **Multi-Monitor Overlays**
13+
- Drawing overlay now appears on every monitor
14+
- Clear canvas confirmation modal is shown on all overlays
15+
- Undo (`Ctrl+Z`) is global across monitors; Clear canvas clears all overlays
16+
17+
### Changed
18+
- Arrow tool now uses an arrow-specific cursor
19+
20+
### Fixed
21+
- Tool settings (color/thickness) now stay in sync across monitors
22+
- Cursor behavior is now consistent when crossing monitor boundaries
23+
24+
925
## v1.0.15
1026

1127
### 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.15</Version>
3+
<Version Condition="'$(Version)' == ''">1.0.16</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.15</Version>
11+
<Version>1.0.16</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.15",
3+
"version": "1.0.16",
44
"description": "Draw directly on your screen with a transparent overlay",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)