Skip to content

Commit 3e59df0

Browse files
committed
Release v0.8.0
1 parent b3ec3a3 commit 3e59df0

File tree

3 files changed

+15
-59
lines changed

3 files changed

+15
-59
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bluetui"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
authors = ["Badr Badri <contact@pythops.com>"]
55
license = "GPL-3.0"
66
edition = "2024"
@@ -23,7 +23,6 @@ toml = "0.9"
2323
serde = { version = "1", features = ["derive"] }
2424
clap = { version = "4", features = ["derive", "cargo"] }
2525
tui-input = "0.12"
26-
tui-big-text = "0.7"
2726
anyhow = "1"
2827

2928
[profile.release]

Release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.8.0 - 2025-11-13
2+
3+
- Implement the rest of the auth methods
4+
- Add default icon to the devices that do not have one
5+
- Layout adjustements
6+
- Connect and trust automatically the new pair devices
7+
18
## v0.7.2 - 2025-11-03
29

310
- Align icons

0 commit comments

Comments
 (0)