aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-02-05 14:20:35 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-02-05 14:21:32 +0100
commit5eddb62f3cae4740680eaa81d448c3eeda88068a (patch)
treef45e6b7afaa8ed3a2a5dea5e65685f83017c0eb7 /CHANGELOG.md
parentchore: bump MSRV to match iced's (diff)
downloadiced_selection-5eddb62f3cae4740680eaa81d448c3eeda88068a.tar.gz
feat: make click interval for double & triple clicks customizable
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 939590e..7c0f86a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Added
+- Customizable double & triple click interval
## [0.4.0] - 2025-12-30
### Added