diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-12 17:15:50 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-12 17:15:50 +0100 |
| commit | 80558f3d73d3679644e3c8f2f801d6a0d57eb8bd (patch) | |
| tree | 417d75a8a91c0e81929843b5dd647010fb27b67e | |
| parent | chore: bump version (diff) | |
| download | iced_selection-80558f3d73d3679644e3c8f2f801d6a0d57eb8bd.tar.gz | |
docs: update changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 022db60..bd3ebda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2025-11-12 +### Added +- By-word selection on double-click + drag + ## [0.2.0] - 2025-11-03 ### Added - `span!` macro that acts like `text!`, but for `Span` @@ -17,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release [Unreleased]: https://git.sr.ht/~pml68/iced_selection/log +[0.3.0]: https://git.sr.ht/~pml68/iced_selection/log?from=50c34a1cbf310b204e6e37b3f5f60e67608060bd#log-50c34a1cbf310b204e6e37b3f5f60e67608060bd [0.2.0]: https://git.sr.ht/~pml68/iced_selection/log?from=1b4fd51c48e8d172a6cfd33caee894d063b389f1#log-1b4fd51c48e8d172a6cfd33caee894d063b389f1 [0.1.0]: https://git.sr.ht/~pml68/iced_selection/log?from=5f672a058cbf3150caf430c54ef380b553111706#log-5f672a058cbf3150caf430c54ef380b553111706 |
