@@ -9,38 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ 1.3.2] - 2026-04-15
1111
12- ### Fixed
13- - ** Installer .NET detection** — Detection now checks six distinct locations (system-wide
14- 64-bit path, hard-coded ` C:\Program Files\dotnet ` , 32-bit path, per-user install path,
15- registry ` HKLM\SOFTWARE\dotnet\Setup\... ` , and WOW6432Node). If all checks fail but
16- the user knows .NET is installed, a new "Continue anyway" option lets them proceed
17- without being hard-blocked.
18- - ** Item outlines / pointy corners** — WPF's default dotted focus rectangle (grey square
19- outline around selected items) is suppressed via ` FocusVisualStyle="{x:Null}" ` . Item
20- corners are now rounded (6 px radius) with no border, giving a clean card look.
21- - ** Search icon** — Replaced emoji with native Segoe MDL2 Assets glyph (`  ` ).
22- Crisp at all DPI settings.
23- - ** Sidebar background on Windows 11** — Acrylic backdrop no longer overwrites the dark
24- ` #CC1A1A1A ` theme with a washed-out system grey tint.
25- - ** Standalone EXE** — Native DLLs (SQLite, WPF) are now embedded; standalone no longer
26- crashes on launch.
27- - ** Uninstaller** — ClipHive is forcefully terminated via ` taskkill ` before file removal,
28- ensuring a clean uninstall with no locked-file errors.
29- - ** Duplicate clipboard entries** — Copying the same content multiple times no longer adds
30- duplicate rows. The existing entry is bumped to the top (timestamp updated) using a
31- SHA-256 content hash — no decryption overhead on copy.
12+ ### Added
13+ - ** Per-item delete button** — Each clipboard entry now has a × button to remove it instantly
14+ - ** Pin toggle** — Click the pin icon on any item to keep it at the top; click again to unpin
15+ - ** Hotkey toggle** — Pressing Ctrl+Shift+V while the sidebar is open now closes it
3216
33- ### Changed
34- - ** Two release artifacts:**
35- - ** Setup installer** (~ 20 MB) — framework-dependent; requires .NET 8 Windows Desktop
36- Runtime. Installer checks multiple locations and offers "Continue anyway" if auto-
37- detection cannot find an existing install.
38- - ** Standalone EXE** (~ 90 MB) — fully self-contained with compressed runtime; no .NET
39- installation required.
40-
41- ### Build
42- - Replaced ` ICSharpCode.AvalonEdit ` (unavailable on NuGet) with a plain read-only
43- ` TextBox ` for the code detail panel. Feature is identical — scrollable monospace view.
17+ ### Fixed
18+ - ** Keyboard focus on open** — Typing works immediately after opening with Ctrl+Shift+V; no need to click the window first
19+ - ** Image duplicates** — Copying the same image no longer creates duplicate entries on each reopen
20+ - ** Window rounded corners** — Eliminated grey anti-aliasing on the window's rounded corners
21+ - ** Item separation** — Clipboard items now appear as distinct cards with visible spacing
22+ - ** Arrow key navigation** — Up/Down keys now work reliably after clicking an item
23+ - ** Installer .NET detection** — Checks six locations before prompting; offers "Continue anyway" instead of blocking
24+ - ** Uninstaller cleanup** — Uninstalling now removes all files including any added after installation
25+ - ** Dark tooltip** — Hover tooltips now match the dark theme instead of showing a white popup
4426
4527## [ 1.3.0] - 2026-04-15
4628
0 commit comments