-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
51 lines (35 loc) · 1.66 KB
/
CHANGELOG
File metadata and controls
51 lines (35 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Changelog
## v0.2.6 (2025-12-29)
- dependency bump
- follow the new branch pattern of https://github.com/riverwm/river.git and lock it to `0.3.x`
- lint `clippy::string_to_string` has been removed and been replaced by `clippy:implicit_clone`
- bump `rustc` support to 1.92.0 (ded5c06cf 2025-12-08) from `rustc` 1.90.0 (1159e78c4 2025-09-14)
## v0.2.5 (2025-09-26)
- dependency bump
## v0.2.4 (2025-09-05)
- dependency bump
## v0.2.3 (2025-08-16)
- dependency bump
## v0.2.2 (2025-06-18)
- dependency bump
- changed from using `once_cell::sync::Lazy` to `std::sync::LazyLock` (https://rust-lang.github.io/rust-clippy/master/index.html#non_std_lazy_statics)
## v0.2.1 (2025-05-07)
- dependency bump
## v0.2.0 (2025-03-17)
- rethink and remove `--no-seat` and `--no-output`. Instead of allowing the user to remove some parts of the output,
allow the user to select what to view with `--show-outputs` and `--show-seat`.
If the user selects any flag that is connected to output, `--show-outputs` will be implicit.
If the user selects any flag that is connected to seat, `--show-seat` will be implicit.
## v0.1.3 (2025-03-15)
- BUGFIX: the option `-p` and `--pretty` does not pretty print the output.
## v0.1.2 (2025-03-14)
- add option `--sleep` as a way to limit number of calls per second to river for status updates
- apply code linting standards from https://github.com/dotfive/standards-rs#code-linting
## v0.1.1 (2025-03-10)
- add options `--no-seat` and `--no-output`
- standardize output to camelCase
- added forgotten option `--mode`
- move layout to be a part of output
## v0.1.0 (2025-03-01)
**If anyone uses this, all constructive feedback is useful.**
- First version