diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-12-30 16:34:54 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-12-30 16:34:54 +0100 |
| commit | ba51032a3d0c5788d33c53f5394ab6a2c357531e (patch) | |
| tree | d68e18624b2517187a1662fe7f88da04f8aa1618 | |
| parent | chore: bump version (diff) | |
| download | iced_selection-ba51032a3d0c5788d33c53f5394ab6a2c357531e.tar.gz | |
docs: update changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cde670d..939590e 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] + +## [0.4.0] - 2025-12-30 ### Added - Support for selection on wrapped lines (by-line selection methods don't take wrapped segments into account yet!) - Support for changing mouse drag selection when out-of-bounds @@ -29,6 +31,7 @@ Many thanks to... - First release [Unreleased]: https://git.sr.ht/~pml68/iced_selection/log +[0.4.0]: https://git.sr.ht/~pml68/iced_selection/log?from=8355621047e86389001c6a1d96c1d27fd03de26f#log-8355621047e86389001c6a1d96c1d27fd03de26f [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 |
