File tree 3 files changed +35
-2
lines changed
3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,45 @@ SPDX-License-Identifier: EUPL-1.2
6
6
-->
7
7
# Changelog
8
8
9
+ ## [ 0.20.24] - 2025-03-13
10
+
11
+ ### Bug Fixes
12
+
13
+ - Make temp files visible on white background
14
+
15
+ ### Documentation
16
+
17
+ - More precise temp files color description
18
+
19
+ ### Features
20
+
21
+ - Add ` .exercism ` folder icon
22
+ - Add ` .ocamlinit ` icon
23
+ - Add ` .opam ` folder icon
24
+
25
+ ### Miscellaneous Tasks
26
+
27
+ - Add gcloud icon for .gcloudignore
28
+ - Add vim icon for .gvimrc, _ vimrc and _ gvimrc
29
+ - Add fennel icon for ~ /.fennelrc and ~ /.config/fennel/fennelrc
30
+
31
+ ### Build
32
+
33
+ - Bump once_cell from 1.20.3 to 1.21.0
34
+ - Bump terminal_size from 0.4.1 to 0.4.2
35
+ - Bump serde from 1.0.218 to 1.0.219
36
+ - Bump chrono from 0.4.39 to 0.4.40
37
+
9
38
## [ 0.20.23] - 2025-02-27
10
39
11
40
### Bug Fixes
12
41
13
42
- Add Pixi installation instructions
14
43
44
+ ### Miscellaneous Tasks
45
+
46
+ - Eza v0.20.23 changelogs, version bump
47
+
15
48
### Build
16
49
17
50
- Bump libc from 0.2.169 to 0.2.170
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ readme = "README.md"
29
29
homepage = " https://github.com/eza-community/eza"
30
30
license = " EUPL-1.2"
31
31
repository = " https://github.com/eza-community/eza"
32
- version = " 0.20.23 "
32
+ version = " 0.20.24 "
33
33
34
34
35
35
[package .metadata .deb ]
You can’t perform that action at this time.
0 commit comments