@@ -7,42 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 1.3.3] - 2026-04-15
11-
12- ### Fixed
13- - ** Search icon** — Replaced the 🔍 emoji (rendered poorly on most DPI settings) with the
14- native Segoe MDL2 Assets "Search" glyph (`  ` ). Crisp at all scales.
15- - ** Sidebar background preserved on Windows 11** — Acrylic backdrop no longer replaces the
16- dark ` #CC1A1A1A ` theme with a washed-out grey system tint. The DWM backdrop type is
17- applied without extending the frame or clearing the border background; acrylic adds subtle
18- depth through the 20% transparency while the dark theme remains intact.
19-
2010## [ 1.3.2] - 2026-04-15
2111
2212### Fixed
23- - ** Standalone EXE now works** — Native DLLs (SQLite, WPF) were previously excluded
24- from the single-file bundle (` IncludeNativeLibrariesForSelfExtract=false ` ), causing the
25- standalone EXE to crash on launch. All dependencies are now embedded.
26- - ** Uninstaller now quits the app first** — ClipHive is forcefully terminated via
27- ` taskkill ` before file removal, ensuring a clean uninstall with no locked-file errors.
28- - ** Duplicate clipboard entries** — Copying the same content multiple times no longer
29- adds duplicate rows. The existing entry is bumped to the top instead (timestamp
30- updated). Uses a SHA-256 content hash per row — no decryption overhead on copy.
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.
3132
3233### Changed
33- - ** Two release artifacts** with different size/dependency trade-offs:
34+ - ** Two release artifacts: **
3435 - ** Setup installer** (~ 20 MB) — framework-dependent; requires .NET 8 Windows Desktop
35- Runtime (installer checks and opens the download page if missing).
36- - ** Standalone EXE ** ( ~ 90 MB) — self-contained + compressed; no .NET required .
37- - Standalone EXE compressed with ` EnableCompressionInSingleFile=true ` , dropped
38- ` PublishReadyToRun ` — size reduced from ~ 225 MB to ~ 90 MB .
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 .
3940
40- ## [ 1.3.1] - 2026-04-15
41-
42- ### Fixed
43- - ** Build fix** — Replaced ` ICSharpCode.AvalonEdit ` (version 6.x unavailable on nuget.org)
44- with a plain read-only ` TextBox ` for the code detail panel. The "⌄ view" feature works
45- identically — scrollable monospace panel — without the external dependency.
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.
4644
4745## [ 1.3.0] - 2026-04-15
4846
@@ -151,6 +149,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151149- Inno Setup installer with repair/uninstall detection
152150- Zero network calls — no telemetry, no cloud sync
153151
154- [ Unreleased ] : https://github.com/levitasOrg/cliphive/compare/v1.2.0...HEAD
152+ [ Unreleased ] : https://github.com/levitasOrg/cliphive/compare/v1.3.2...HEAD
153+ [ 1.3.2 ] : https://github.com/levitasOrg/cliphive/compare/v1.3.0...v1.3.2
154+ [ 1.3.0 ] : https://github.com/levitasOrg/cliphive/compare/v1.2.0...v1.3.0
155155[ 1.2.0 ] : https://github.com/levitasOrg/cliphive/compare/v1.0.0...v1.2.0
156156[ 1.0.0 ] : https://github.com/levitasOrg/cliphive/releases/tag/v1.0.0
0 commit comments