|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 71 | ## [0.19.1] - 2024-08-28
|
4 | 72 |
|
5 | 73 | ### Bug Fixes
|
6 | 74 |
|
7 | 75 | - FreeBSD build.
|
8 | 76 | - Typo
|
9 | 77 |
|
| 78 | +### Miscellaneous Tasks |
| 79 | + |
| 80 | +- Release eza v0.19.1 |
| 81 | + |
10 | 82 | ### Build
|
11 | 83 |
|
12 | 84 | - Bump uzers from 0.12.0 to 0.12.1
|
|
0 commit comments