diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-03 18:27:54 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-03 18:27:54 +0100 |
| commit | d1f08fd0f10e0577262eef9077ca557b811c0a95 (patch) | |
| tree | f9cb21d98cc90edb2bb0a01746eb1d7fb5070698 | |
| parent | chore: bump version (diff) | |
| download | iced_selection-d1f08fd0f10e0577262eef9077ca557b811c0a95.tar.gz | |
chore: add a changelog
| -rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..022db60 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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.2.0] - 2025-11-03 +### Added +- `span!` macro that acts like `text!`, but for `Span` +- `Rich::on_link_hover` to set custom link hover behavior +- `Rich::on_hover_lost` to set behavior for when link hover is lost + +## [0.1.0] - 2025-10-29 +### Added +- First release + +[Unreleased]: https://git.sr.ht/~pml68/iced_selection/log +[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 |
