File tree Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.1.0] - 2023-02-28
4
+
5
+ ### Bug Fixes
6
+
7
+ - Fix os and host detection on Windows
8
+
9
+ ### Documentation
10
+
11
+ - Add new logos to README.md
12
+
13
+ ### Features
14
+
15
+ - Add windows ascii logo
16
+ - Use libmacchina package count for Windows and BSD
17
+ - Add DietPi logo and support all 256 ANSI colors
18
+
19
+ ### Miscellaneous
20
+
21
+ - Sort logos alphabetically
22
+
3
23
## [ 2.0.0] - 2023-02-21
4
24
5
25
### Bug Fixes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["pfetch-extractor"]
3
3
4
4
[package ]
5
5
name = " pfetch"
6
- version = " 2.0 .0"
6
+ version = " 2.1 .0"
7
7
edition = " 2021"
8
8
authors = [" Gobidev" ]
9
9
description = " A rewrite of the pfetch system information tool"
@@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
15
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
16
17
17
[dependencies ]
18
- pfetch-extractor = { path = " ./pfetch-extractor" , version = " 0.1.0 " }
18
+ pfetch-extractor = { path = " ./pfetch-extractor" , version = " 0.1.1 " }
19
19
globset = " 0.4.10"
20
20
dotenvy = " 0.15.6"
21
21
glob = " 0.3.1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pfetch-extractor"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
edition = " 2021"
5
5
authors = [" Gobidev" ]
6
6
description = " A rust proc-macro to extract pfetch logos at compile time"
You can’t perform that action at this time.
0 commit comments