Skip to content

Commit 4599f66

Browse files
fuddlesworthruvnet
andcommitted
chore: release v1.15.2
Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent 24b4751 commit 4599f66

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.15.2] - 2026-02-22
11+
12+
### Fixed
13+
- **Overlapping zone snapping**: When zones overlap, the smallest zone at the cursor position is now selected instead of the first in list order. Matches FancyZones' area-covered heuristic so the more specific zone wins.
14+
1015
## [1.15.1] - 2026-02-22
1116

1217
### Fixed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
cmake_minimum_required(VERSION 3.16)
77

8-
project(PlasmaZones VERSION 1.15.1 LANGUAGES CXX)
8+
project(PlasmaZones VERSION 1.15.2 LANGUAGES CXX)
99

1010
set(CMAKE_CXX_STANDARD 20)
1111
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)