1
1
<!--
2
- SPDX-FileCopyrightText: 2023- 2024 Christina Sørensen
2
+ SPDX-FileCopyrightText: 2024 Christina Sørensen
3
3
SPDX-FileContributor: Christina Sørensen
4
4
5
5
SPDX-License-Identifier: EUPL-1.2
6
6
-->
7
7
# Changelog
8
8
9
+ ## [ 0.20.0] - 2024-09-26
10
+
11
+ ### Bug Fixes
12
+
13
+ - Flake trycmd bug
14
+ - Pre-commit-hook taplo bug
15
+
16
+ ### Documentation
17
+
18
+ - Add link to eza-themes repository in readme
19
+ - Cargo install dir inaccurate
20
+ - Add x-cmd method to install eza
21
+ - Adding a testing infos file to guide everyone through tests
22
+
23
+ ### Features
24
+
25
+ - Add ` opml ` file extension
26
+ - Add a regen rule
27
+ - [ ** breaking** ] Relicensed to EUPL-1.2
28
+
29
+ ### Refactor
30
+
31
+ - Move some files to ` .config `
32
+ - Release scripts use ` .config `
33
+ - Relicense to EUPL-1.2
34
+
35
+ ### Styling
36
+
37
+ - Switch to nixfmt rfc style, format tree
38
+ - Remove blank line
39
+
40
+ ### Testing
41
+
42
+ - Regenerate integration tests
43
+ - Regenerate tests
44
+
45
+ ### Build
46
+
47
+ - Darwin devShell resuse eza deps
48
+ - Ensure flake inputs aren't duplicated'
49
+ - Remove semnix deps
50
+ - Bump flake lock 2024-09-26
51
+ - Removed unused flake follows
52
+ - Add cargo to devShell
53
+ - Add clippy to devShell
54
+ - Use toolchain in devShell
55
+ - Bump libc from 0.2.158 to 0.2.159
56
+ - Bump unicode-width from 0.1.13 to 0.2.0
57
+
58
+ ### Ci
59
+
60
+ - Full nix3 command output in logs
61
+ - Allow EUPL-1.2
62
+ - Unblock windows
63
+
9
64
## [ 0.19.4] - 2024-09-18
10
65
11
66
### Bug Fixes
@@ -16,6 +71,10 @@ SPDX-License-Identifier: EUPL-1.2
16
71
17
72
- Pass from serde_yaml to serde_norway
18
73
74
+ ### Miscellaneous Tasks
75
+
76
+ - Eza v0.19.4 changelogs, version bump
77
+
19
78
## [ 0.19.3] - 2024-09-12
20
79
21
80
### Bug Fixes
0 commit comments