Skip to content

Commit 9e09bb9

Browse files
committedSep 5, 2024··
chore: release eza v0.19.2
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
1 parent 71062a7 commit 9e09bb9

File tree

3 files changed

+74
-2
lines changed

3 files changed

+74
-2
lines changed
 

‎CHANGELOG.md

+72
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,84 @@
11
# Changelog
22

3+
## [0.19.2] - 2024-09-05
4+
5+
### Bug Fixes
6+
7+
- Remove unnecessary map and make clippy happy
8+
- Adjust grid details for CI tests
9+
- Imports and merge conflicts
10+
- Rustfmt issues
11+
- Clippy issues
12+
- Revise UiStyles::plain to have no style at all
13+
- Pr reviews fixes for theme file
14+
- Selectively filter files when recursing #1101
15+
- Fix typo in FromOverride<FileKinds> impl
16+
- Add serde(default) to StyleOverride.foreground/background fields
17+
18+
### Documentation
19+
20+
- Add Flox to INSTALL.md
21+
- Add ic for icon color to colors man page
22+
- Add further documentation about theme file
23+
24+
### Features
25+
26+
- Add c++ module interfaces as source file types
27+
- Add icon field to UiStyles
28+
- Add ic key for UiStyles icon in set_exa
29+
- Add None as icon value in UiStyles.default_theme
30+
- Add icon function to FileNameColours trait
31+
- Implement FileNameColours.icon for Theme
32+
- Adjust FileName.paint to consider possible icon color
33+
- Begin implementation of config file
34+
- Allow writing default theme.yml file for eventual config file implementation
35+
- Theme file configuration base
36+
- Add IconOverrides struct and UiStyles.icon_overrides
37+
- Add icon_override function to FileNameColours trait
38+
- Implement FileNameColours.icon_override for Theme
39+
- Handle icon overrides in FileName.paint
40+
- Add example config for icon_overrides
41+
- Rename UiStyles.icon_override to icons and add Style field
42+
- Add shorthand aliases to StyleOverride variables
43+
- Add custom deserialize_color and use in StyleOverride
44+
- Outsource color_from_str function to make it testable
45+
46+
### Refactor
47+
48+
- Simplify icon style setting in FileName.paint
49+
- Make every setting optional with override layer
50+
- Simplify sample theme.yml
51+
- Formatting for rustfmt macro
52+
53+
### Styling
54+
55+
- Fix clippy issue in FileName.paint
56+
- Apply rustfmt
57+
- Simplify from_str_radix calls to please clippy
58+
59+
### Testing
60+
61+
- Add unit tests for color_from_str function
62+
63+
### Build
64+
65+
- Bump windows-sys from 0.52.0 to 0.59.0
66+
67+
### Ci
68+
69+
- Allow MPL-2.0
70+
371
## [0.19.1] - 2024-08-28
472

573
### Bug Fixes
674

775
- FreeBSD build.
876
- Typo
977

78+
### Miscellaneous Tasks
79+
80+
- Release eza v0.19.1
81+
1082
### Build
1183

1284
- Bump uzers from 0.12.0 to 0.12.1

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.md"
1616
homepage = "https://github.com/eza-community/eza"
1717
license = "MIT"
1818
repository = "https://github.com/eza-community/eza"
19-
version = "0.19.1"
19+
version = "0.19.2"
2020

2121

2222
[package.metadata.deb]

0 commit comments

Comments
 (0)
Please sign in to comment.