Skip to content

Commit f94d9b2

Browse files
committed
Release v0.3
1 parent e5e726b commit f94d9b2

File tree

3 files changed

+68
-57
lines changed

3 files changed

+68
-57
lines changed

Cargo.lock

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "bluetui"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["pythops <contact@pythops.com>"]
55
license = "GPL-3.0"
66
edition = "2021"
7-
description = "TUI to manage bluetooth devices"
7+
description = "TUI for managing bluetooth devices"
88
readme = "Readme.md"
99
homepage = "https://github.com/pythops/bluetui"
1010
repository = "https://github.com/pythops/bluetui"

Release.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.3 - 06/03/2024
2+
3+
### Added
4+
5+
- Show battery percentage
6+
- Colorful layout
7+
8+
### Updated
9+
10+
- Update the main layout
11+
112
## v0.2 - 25/02/2024
213

314
### Added

0 commit comments

Comments
 (0)