File tree Expand file tree Collapse file tree 3 files changed +35
-3
lines changed
Expand file tree Collapse file tree 3 files changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,44 @@ SPDX-License-Identifier: EUPL-1.2
66-->
77# Changelog
88
9- ## [ 0.21.3] - 2025-05-01
9+ ## [ 0.21.4] - 2025-05-30
10+
11+ ### Bug Fixes
12+
13+ - Escape spaces in file path to make them work correctly
14+ - List inside working dir with ` --list-dirs ` and no path passed
15+ - Ignore incorrect Unicode path instead of crashing on Windows
16+
17+ ### Miscellaneous Tasks
18+
19+ - Add Visual Studio icon for * .suo
20+ - Add swift icon for * .xcplayground
21+ - Add dropbox icon
22+
23+ ### Refactor
24+
25+ - Clippy lints
26+
27+ ### Styling
28+
29+ - Update formatting
30+
31+ ### Build
32+
33+ - Flake bump 2025-05-29
34+ - Cargo bump 2025-05-29
35+ - 1.81 -> 1.82
36+
37+ ## [ 0.21.3] - 2025-05-02
1038
1139### Features
1240
1341- Add support for .ipynb file icons
1442
43+ ### Miscellaneous Tasks
44+
45+ - Eza v0.21.3 changelogs, version bump
46+
1547### Styling
1648
1749- Unbreak formatting
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ readme = "README.md"
2929homepage = " https://github.com/eza-community/eza"
3030license = " EUPL-1.2"
3131repository = " https://github.com/eza-community/eza"
32- version = " 0.21.3 "
32+ version = " 0.21.4 "
3333
3434
3535[package .metadata .deb ]
You can’t perform that action at this time.
0 commit comments