0de764c950
Accepting request 1302165 from Base:System
Ana Guerrero2025-09-01 15:18:17 +00:00
e1fc5f940f
- Update to 0.23.1: Bug Fixes: * Restore unsafe blocks for libc major/minor device id * cargo deb metadata to LICENSE.txt Documentation: * Improve man page description of flags with default values * "default behavior" means eza's default behavior, not an option's default value Features: * Added completion
Michael Vetter2025-09-01 08:50:04 +00:00
65a9a6a77e
- Update to 0.23.0: Bug Fixes: * [breaking] Make --grid work when not in TTY * [breaking] if data is piped into eza, eza will not ignore it Documentation: * Add --smart-group option to README Features: * Add icons for changelog and todo files * Use CHANGES icon for CHANGELOG as well
Michael Vetter2025-07-25 06:23:59 +00:00
8708270e39
Accepting request 1292594 from Base:System
Ana Guerrero2025-07-15 14:43:20 +00:00
041e7c8d2e
- Update to 0.22.1: * Replace default_input_path check with "." check * "cheks" should be "checks" * [breaking] Define -d/--treat-dirs-as-files behavior, tests * Refresh icon set with new glyphs and additions * Bump phf from 0.11.3 to 0.12.1 * Cargo bump 2025-07-03 * Flake bump 2025-07-03 * Bump windows-sys from 0.59.0 to 0.60.2
Michael Vetter2025-07-14 06:36:17 +00:00
b7dba894d2
Accepting request 1290611 from Base:System
Ana Guerrero2025-07-06 15:13:53 +00:00
2aadc89bbe
- Update to 0.22.0: Bug Fixes: * Replace default_input_path check with "." check Features: * [breaking] Define -d/--treat-dirs-as-files behavior, tests The behavior of the -d flag has been refined to be more consistent with ls. Its long flag has been changed to --treat-dirs-as-files for clarity, while --list-dirs is retained as a backward-compatible alias to be removed in a future release.
Michael Vetter2025-07-04 06:22:36 +00:00
a54bbf40ae
Accepting request 1288727 from Base:System
Ana Guerrero2025-06-27 21:01:19 +00:00
ee706ab317
- Update to 0.21.6: * Add missing --absolute option to man page * Add prettier icon for .prettierrc.{json,json5,toml,yaml,yml}
Michael Vetter2025-06-26 16:07:43 +00:00
13dd77e31e
Accepting request 1287852 from Base:System
Ana Guerrero2025-06-23 13:05:47 +00:00
763ecbfdb0
- Update to 0.21.5: Bug Fixes: * Use OpenBSD 7.7 that has MSRV, instead of 7.6 * Excessive open file descriptors * Typo * Impl desirable behaviour for unreadables * Unreadables format style * Clippy warnings * Missing word in comment Styling: * Fix various clippy warnings for rust 1.86 * Remove unnecessary semicolon
Michael Vetter2025-06-23 07:03:46 +00:00
7e1902bdda
Accepting request 1281734 from Base:System
Ana Guerrero2025-06-02 19:59:48 +00:00
ee0726024d
- Update to 0.21.4: Bug Fixes: * Escape spaces in file path to make them work correctly * List inside working dir with --list-dirs and no path passed * Ignore incorrect Unicode path instead of crashing on Windows Miscellaneous Tasks: * Add Visual Studio icon for *.suo * Add swift icon for *.xcplayground * Add dropbox icon * Eza v0.21.4 changelogs, version bump Refactor: * Clippy lints Styling: * Update formatting - Update to 0.21.3: - Update to 0.21.2:
Michael Vetter2025-06-02 05:43:18 +00:00
0eaa44ef6b
- Update to 0.22.3: * Add support for .ipynb file icons
Michael Vetter2025-05-02 07:47:46 +00:00
2b016e8d32
Accepting request 1272688 from Base:System
Ana Guerrero2025-04-25 20:20:00 +00:00
856c60e665
- Update to 0.22.2: * Make clippy work again * Specify perf improvements * Remove dependency on once_cell * Add icon for '.stowrc' files * Use a hashmap when possible for file extension matching * Clean up glob matching code * Bump uutils_term_grid from 0.6.0 to 0.7.0
Michael Vetter2025-04-25 13:28:39 +00:00
553b421453
Accepting request 1271888 from Base:System
Ana Guerrero2025-04-22 15:31:08 +00:00
07d8382d4b
- Update to 0.21.1: Bug Fixes: * Don’t truncate branch name * Hi extension icon wasnt working as it was in the wrong aray Miscellaneous Tasks: * Add MS DOS icon for *.com * Add ruby icon for config.ru, Gemfile, Gemfile.lock, procfile, rake, rakefile and change ruby icon * Add python icon for *.pxd and *.pyx * Add markdown icon for *.mdx * Add fsharp icon for *.f# and *.fsscript * Add clojure icon for *.cljc and *.edn
Michael Vetter2025-04-22 12:18:43 +00:00
1421d34082
Accepting request 1266568 from Base:System
Ana Guerrero2025-04-02 16:25:28 +00:00
e39bda62f4
- Update to 0.21.0: * Flake bump 2025-03-20 * Remove unnescesarry unsafe blocks for libc major/minor device id * Unwrap -> expect on libc deviceid calls * Formatting issue * Fix unused PermissionsPlus fields
Michael Vetter2025-04-02 13:47:45 +00:00
6e97a228b2
Accepting request 1252731 from Base:System
Ana Guerrero2025-03-13 14:07:56 +00:00
47583d5a67
- Update to 0.20.24: Bug Fixes: * Make temp files visible on white background Documentation: * More precise temp files color description Features: * Add .exercism folder icon * Add .ocamlinit icon * Add .opam folder icon Miscellaneous Tasks: * Add gcloud icon for .gcloudignore * Add vim icon for .gvimrc, _vimrc and _gvimrc * Add fennel icon for ~/.fennelrc and ~/.config/fennel/fennelrc * Eza v0.20.24 changelogs, version bump Build: * Bump once_cell from 1.20.3 to 1.21.0 * Bump terminal_size from 0.4.1 to 0.4.2 * Bump serde from 1.0.218 to 1.0.219 * Bump chrono from 0.4.39 to 0.4.40
Michael Vetter2025-03-13 11:10:15 +00:00
f5ef88d63c
- Update to 0.20.23: Bug Fixes: * Add Pixi installation instructions Build: * Bump libc from 0.2.169 to 0.2.170 * Bump serde from 1.0.217 to 1.0.218 * Bump log from 0.4.25 to 0.4.26 * Bump trycmd from 0.15.8 to 0.15.9
Michael Vetter2025-02-27 19:41:24 +00:00
4160f11c85
Accepting request 1241318 from Base:System
Ana Guerrero2025-01-30 13:53:04 +00:00
74dc6b27d4
- Update to 0.20.19: Bug Fixes: * Update MSRV to 1.78 to solve rust malfunction * Rustc false dead code positives * Rustc false positives in tests * Regression in theme config location, simplify path * Wrong file name for Brewfile Documentation: * Add note regarding ci msrv update Features: * Add .norg icon Build: * Bump dirs from 5.0.1 to 6.0.0 * Bump NexusPHP/no-merge-commits from 2.1.0 to 2.2.1 * Bump flake * Bump cargo Ci: * Fix and unify msrv and add matrix to free/netbsd
Michael Vetter2025-01-30 10:43:17 +00:00
7a3f5b8626
Accepting request 1240827 from Base:System
Ana Guerrero2025-01-28 15:41:11 +00:00
1a3b551a02
- Update to 0.20.18: Bug Fixes: * Support additional yaml file extension, clippy Build: * Cargo bump 2025-01-23 * Flake bump 2025-01-23
Michael Vetter2025-01-28 13:08:10 +00:00
6c5eac3e2e
Accepting request 1238447 from Base:System
Ana Guerrero2025-01-17 17:43:20 +00:00
c32ad3c826
- Update to 0.20.17: Features: * Add editorconfig icon for .editorconfig Build: * Cargo bump 2025-01-16 * Flake bump 2025-01-16
Michael Vetter2025-01-17 09:05:06 +00:00
802adefeb6
Accepting request 1236103 from Base:System
Ana Guerrero2025-01-09 14:11:56 +00:00
d96cbedc7d
- Update to 0.20.16: * Add brew icon for brewfile and brewfile.lock.json * Update flake inputs 2025-01-08 * Update cargo inputs 2025-01-08 * Bump git2 from 0.19.0 to 0.20.0
Michael Vetter2025-01-09 06:57:39 +00:00
9212ba8b6f
Accepting request 1234582 from Base:System
Ana Guerrero2025-01-05 14:28:31 +00:00
786a6e04f7
- Update to 0.20.15: * Add icons from nerd fonts 3.3.0 release & more * Add new icons, extensive list * We switch to our own fork of natord
Michael Vetter2025-01-02 15:38:05 +00:00
03260ef572
Accepting request 1233580 from Base:System
Ana Guerrero2025-01-01 22:04:17 +00:00
f9c0cdac33
- Update to 0.20.14: Bug Fixes: * ...those pesky workflow targets * Remove separate bsd tests * Remove audit workflow Features: * Audit checks in main CI Styling: * Format workflows * Ci checks formatted
Michael Vetter2024-12-27 16:39:18 +00:00
99fa785d1d
Accepting request 1231373 from Base:System
Ana Guerrero2024-12-16 18:17:45 +00:00
1bb62f0258
- Update to 0.20.12: Bug Fixes: * Add unicode-3.0 license * Use safe terminal_size_of * Use terminal_size_of with borrowed raw handle Features: * Move MSRV to 1.74 and deep bump cargo deps * Add Gleam lang icon
Michael Vetter2024-12-16 10:53:13 +00:00
a894c75b27
Accepting request 1226432 from Base:System
Ana Guerrero2024-11-26 19:56:00 +00:00
1b093502cc
- Update to 0.20.9: Bug Fixes: * Remove newline after doc comment of regen recipe Refactor: * List all recipes by default * Group related recipes
Michael Vetter2024-11-26 07:18:27 +00:00
451405aa8a
Accepting request 1218206 from Base:System
Ana Guerrero2024-10-25 17:20:11 +00:00
0f4a92ab01
- Update to 0.20.5: Bug Fixes: * Ensure nested tree parts align under item name * Remove depricated chrono from_timestamp_opt Build: * Bump libc from 0.2.159 to 0.2.161 * Chrono v0.4.34 -> v0.4.38
Michael Vetter2024-10-25 07:25:24 +00:00
dbf8f6ea4c
Accepting request 1208956 from Base:System
Ana Guerrero2024-10-20 08:04:57 +00:00
bf64388193
- Update to 0.20.4: * Filetype, coloring for executables and folder
Michael Vetter2024-10-19 08:09:03 +00:00
5b165105a7
- Update to 0.20.4: * Filetype, coloring for executables and folder
Michael Vetter2024-10-19 08:09:03 +00:00
de420ed802
Accepting request 1208552 from Base:System
Ana Guerrero2024-10-17 16:40:18 +00:00
442774f56c
Accepting request 1208552 from Base:System
Ana Guerrero2024-10-17 16:40:18 +00:00
421310b7af
- Update to 0.20.3: * Fix Git cliff docs issue * Reuse filetype from DirEntry resulting in a approximately ~24% speedup for most common operations.
Michael Vetter2024-10-17 07:19:47 +00:00
e546b4578c
- Update to 0.20.3: * Fix Git cliff docs issue * Reuse filetype from DirEntry resulting in a approximately ~24% speedup for most common operations.
Michael Vetter2024-10-17 07:19:47 +00:00
6001683737
Accepting request 1208443 from Base:System
Ana Guerrero2024-10-16 21:53:58 +00:00
65f0e5257f
Accepting request 1208443 from Base:System
Ana Guerrero2024-10-16 21:53:58 +00:00
232a23eab5
- Update to 0.20.2: Bug Fixes: * Colors in old ms command prompt * Bring help text in line with available flags * Do not print parent filename with --absolute=on Miscellaneous Tasks: * Add fox installation option
Michael Vetter2024-10-09 13:04:46 +00:00
f0afedf270
- Update to 0.20.2: Bug Fixes: * Colors in old ms command prompt * Bring help text in line with available flags * Do not print parent filename with --absolute=on Miscellaneous Tasks: * Add fox installation option
Michael Vetter2024-10-09 13:04:46 +00:00
649532a2e0
- Update to 0.20.1: Bug Fixes: * Release recipe * Support passing multiple options for generate-trycmd-test.sh * Move options into flags * Rustfmt errors Documentation: * Fix cross-references * Update file type colors * Document that exit 13 == permission denied Features: * Update just, add more formats * Recursively walk symlinks pointing at dirs * Add --follow-symlinks option * Add autocomplete for --follow-symlinks * Show directories last Testing: * Add cases for -T and --follow-symlinks * Regenerate tests broken by line number changes
Michael Vetter2024-10-04 06:47:13 +00:00
79ac8cf24c
- Update to 0.20.1: Bug Fixes: * Release recipe * Support passing multiple options for generate-trycmd-test.sh * Move options into flags * Rustfmt errors Documentation: * Fix cross-references * Update file type colors * Document that exit 13 == permission denied Features: * Update just, add more formats * Recursively walk symlinks pointing at dirs * Add --follow-symlinks option * Add autocomplete for --follow-symlinks * Show directories last Testing: * Add cases for -T and --follow-symlinks * Regenerate tests broken by line number changes
Michael Vetter2024-10-04 06:47:13 +00:00
60175a6635
Accepting request 1203896 from Base:System
Ana Guerrero2024-09-26 16:54:28 +00:00
cef22e981b
Accepting request 1203896 from Base:System
Ana Guerrero2024-09-26 16:54:28 +00:00
fa0bcfbd01
Accepting request 1201854 from Base:System
Ana Guerrero2024-09-19 19:17:11 +00:00
67193573e0
Accepting request 1201854 from Base:System
Ana Guerrero2024-09-19 19:17:11 +00:00
3d8a469708
- Update to 0.19.4: Bug Fixes: * Remove non_alpha from percent encoding to fix hyprlinks Features: * Pass from serde_yaml to serde_norway
Michael Vetter2024-09-18 19:42:47 +00:00
63845e080f
- Update to 0.19.4: Bug Fixes: * Remove non_alpha from percent encoding to fix hyprlinks Features: * Pass from serde_yaml to serde_norway
Michael Vetter2024-09-18 19:42:47 +00:00
5b3ac30a4c
Accepting request 1200238 from Base:System
Ana Guerrero2024-09-12 14:57:15 +00:00
468460b699
Accepting request 1200238 from Base:System
Ana Guerrero2024-09-12 14:57:15 +00:00
9c40840685
- Update to 0.19.3: Bug Fixes: * Convert empty space to %20 when render hyperlinks * Split commit workflows and run no-merge-commits only on PRs * Correct naming of commit related workflows Documentation: * Better version bump commit summary Features: * Add no-merge-commits job to commits workflow
Michael Vetter2024-09-12 05:49:47 +00:00
bd9fa2740e
- Update to 0.19.3: Bug Fixes: * Convert empty space to %20 when render hyperlinks * Split commit workflows and run no-merge-commits only on PRs * Correct naming of commit related workflows Documentation: * Better version bump commit summary Features: * Add no-merge-commits job to commits workflow
Michael Vetter2024-09-12 05:49:47 +00:00
439f9c0b0b
Accepting request 1198866 from Base:System
Ana Guerrero2024-09-05 13:47:23 +00:00
fd29ea585b
Accepting request 1198866 from Base:System
Ana Guerrero2024-09-05 13:47:23 +00:00
b4cbb4eb06
- Update to 0.19.2: Bug Fixes: * Remove unnecessary map and make clippy happy * Adjust grid details for CI tests * Imports and merge conflicts * Rustfmt issues * Clippy issues * Revise UiStyles::plain to have no style at all * Pr reviews fixes for theme file * Selectively filter files when recursing #1101[3] * Fix typo in FromOverride impl * Add serde(default) to StyleOverride.foreground/background fields Documentation: * Add Flox to INSTALL.md * Add ic for icon color to colors man page * Add further documentation about theme file Features: * Add c++ module interfaces as source file types * Add icon field to UiStyles * Add ic key for UiStyles icon in set_exa * Add None as icon value in UiStyles.default_theme * Add icon function to FileNameColours trait * Implement FileNameColours.icon for Theme * Adjust FileName.paint to consider possible icon color * Begin implementation of config file * Allow writing default theme.yml file for eventual config file implementation * Theme file configuration base * Add IconOverrides struct and UiStyles.icon_overrides * Add icon_override function to FileNameColours trait * Implement FileNameColours.icon_override for Theme
Michael Vetter2024-09-05 05:57:12 +00:00
b651735845
- Update to 0.19.2: Bug Fixes: * Remove unnecessary map and make clippy happy * Adjust grid details for CI tests * Imports and merge conflicts * Rustfmt issues * Clippy issues * Revise UiStyles::plain to have no style at all * Pr reviews fixes for theme file * Selectively filter files when recursing #1101[3] * Fix typo in FromOverride impl * Add serde(default) to StyleOverride.foreground/background fields Documentation: * Add Flox to INSTALL.md * Add ic for icon color to colors man page * Add further documentation about theme file Features: * Add c++ module interfaces as source file types * Add icon field to UiStyles * Add ic key for UiStyles icon in set_exa * Add None as icon value in UiStyles.default_theme * Add icon function to FileNameColours trait * Implement FileNameColours.icon for Theme * Adjust FileName.paint to consider possible icon color * Begin implementation of config file * Allow writing default theme.yml file for eventual config file implementation * Theme file configuration base * Add IconOverrides struct and UiStyles.icon_overrides * Add icon_override function to FileNameColours trait * Implement FileNameColours.icon_override for Theme
Michael Vetter2024-09-05 05:57:12 +00:00