Skip to content

Commit a1bc984

Browse files
committed
chore: bump
1 parent ef3f7f4 commit a1bc984

4 files changed

Lines changed: 9 additions & 19 deletions

File tree

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.11</Version>
3+
<Version Condition="'$(Version)' == ''">1.0.12</Version>
44
<OutputName>GhostDrawSetup-$(Version)</OutputName>
55
<OutputType>Package</OutputType>
66
<Platform>x64</Platform>

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414
[**Download Latest Release**](https://github.com/RuntimeRascal/ghost-draw/releases) | [**Report Bug**](https://github.com/RuntimeRascal/ghost-draw/issues) | [**Request Feature**](https://github.com/RuntimeRascal/ghost-draw/issues)
1515

16-
![GhostDraw Demo](docs/Demo.gif)
17-
<!-- TODO: Add animated GIF showing drawing on screen -->
16+
![GhostDraw Demo](docs/GhostDrawDemo.gif)
1817

1918
</div>
2019

@@ -44,12 +43,6 @@
4443
- **Right-Click Color Cycling** - Quickly switch between your palette colors
4544
- **Position-Numbered Palette** - Easily organize and reorder your favorite colors
4645

47-
### 🛡️ **Safety & Stability**
48-
- **Fail-Safe Design** - Won't lock you out of your system if it crashes
49-
- **Fast Input Processing** - All hooks complete in < 5ms for responsive system
50-
- **Graceful Error Handling** - Protected critical paths ensure stability
51-
- **Proper Resource Cleanup** - Memory and hooks always released properly
52-
5346
---
5447

5548
## 📸 Screenshots
@@ -59,22 +52,19 @@
5952

6053
Customize every aspect of GhostDraw with the intuitive settings panel:
6154
- Color palette management with add/remove/reorder
55+
- ![Color Cycling](docs/ColorPalette.png)
6256
- Brush thickness range configuration
6357
- Hotkey customization
6458
- Drawing mode selection
6559
- Logging level control
6660

67-
### Active Drawing Mode
68-
![Drawing Mode](docs/DrawingMode.png)
69-
<!-- TODO: Add screenshot of drawing overlay in action with colored strokes -->
61+
### Help (F1)
62+
![Drawing Mode](docs/Help.png)
63+
7064

71-
### Color Palette Cycling
72-
![Color Cycling](docs/ColorCycling.png)
73-
<!-- TODO: Add screenshot showing color palette with active color indicator -->
7465

7566
### System Tray Integration
76-
![System Tray](docs/SystemTray.png)
77-
<!-- TODO: Add screenshot of system tray icon and context menu -->
67+
![System Tray](docs/Tray.png)
7868

7969
---
8070

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.11</Version>
11+
<Version>1.0.12</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.11",
3+
"version": "1.0.12",
44
"description": "Draw directly on your screen with a transparent overlay",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)