Skip to content

Commit

Permalink
Release v0.6 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops authored Dec 21, 2024
1 parent 713bdff commit d39cdd6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bluetui"
version = "0.5.1"
version = "0.6.0"
authors = ["Badr Badri <[email protected]>"]
license = "GPL-3.0"
edition = "2021"
Expand All @@ -17,7 +17,7 @@ futures = "0.3"
ratatui = "0.29"
tokio = { version = "1", features = ["full"] }
dirs = "5"
toml = { version = "0.8" }
toml = "0.8"
serde = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive", "cargo"] }
terminal-light = "1"
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img height="100" src="assets/logo.png"/>
<h2> TUI for managing bluetooth on Linux </h2>
<img src="https://github.com/pythops/bluetui/assets/57548585/885f4d40-ba48-49c3-8baf-1cc91e08659d"/>
<img src="https://github.com/user-attachments/assets/13498e90-b2d0-43c8-9dd7-8a9de2734f64"/>
</div>

## 💡 Prerequisites
Expand Down
10 changes: 10 additions & 0 deletions Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.6 - 2024-12-21

### Updated

- The layout has been reorgonized to show paired devices section on the top

### Fix

- fg color is fixed for light mode

## v0.5.1 - 29/07/2024

### Added
Expand Down

0 comments on commit d39cdd6

Please sign in to comment.