Skip to content

Commit 6c742c9

Browse files
chore: release (#5)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 973f2de commit 6c742c9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.2](https://github.com/joshka/tui-popup/compare/v0.2.1...v0.2.2) - 2024-01-02
10+
11+
### Added
12+
- add move_to() method to allow manual positioning
13+
- respond to mouse drag
14+
15+
### Other
16+
- update readme todos
17+
- add mouse info to readme
18+
- extract each type to submodule
19+
920
## [0.2.1](https://github.com/joshka/tui-popup/compare/v0.2.0...v0.2.1) - 2023-12-31
1021

1122
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tui-popup"
33
authors = ["Joshka"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55
description = "A simple popup for ratatui"
66
license = "MIT"
77
repository = "https://github.com/joshka/tui-popup"

0 commit comments

Comments
 (0)