File tree Expand file tree Collapse file tree 3 files changed +42
-2
lines changed
Expand file tree Collapse file tree 3 files changed +42
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.1.3] - 2022-05-18
6+
7+ ### Bug Fixes
8+
9+ - Make sure the ratio of track played stays between 0 and 1
10+
11+ ### Documentation
12+
13+ - Add screenshot to README file
14+ - Update README file
15+ - Update screenshot
16+
17+ ### Features
18+
19+ - Manage groups instead of speakers
20+ - Remove dead code
21+
22+ ### Miscellaneous Tasks
23+
24+ - Don't swallow error if main loop exits abnormally
25+ - Formatting
26+ - Improve logging and display of panic info
27+
28+ ### Build
29+
30+ - Strip symbols from binary
31+ - Bump crossterm from 0.23.1 to 0.23.2
32+ - Bump tracing-subscriber from 0.3.9 to 0.3.10
33+ - Bump clap from 3.1.6 to 3.1.8
34+ - Bump tracing-subscriber from 0.3.10 to 0.3.11
35+ - Bump tracing from 0.1.32 to 0.1.33
36+ - Bump tracing from 0.1.33 to 0.1.34
37+ - Bump clap from 3.1.8 to 3.1.9
38+ - Bump anyhow from 1.0.56 to 1.0.57
39+ - Bump clap from 3.1.9 to 3.1.12
40+ - Bump tui from 0.17.0 to 0.18.0
41+ - Bump tokio from 1.17.0 to 1.18.0
42+ - Bump tokio from 1.18.0 to 1.18.2
43+ - Bump clap from 3.1.12 to 3.1.18
44+
545## [ 0.1.2] - 2022-03-25
646
747### Ci
Original file line number Diff line number Diff line change 11[package ]
22name = " sinuous"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44authors = [" Antoine Busch <antoine.busch@gmail.com>" ]
55edition = " 2021"
66description = " A simple TUI for controlling local Sonos speakers"
You can’t perform that action at this time.
0 commit comments