|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [0.10.4] - 2023-08-02 |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Dereferencing linksfile size. |
| 10 | +- Dereferencing links users. |
| 11 | +- Dereferencing links groups. |
| 12 | +- Dereferencing links permissions. |
| 13 | +- Dereferencing links timestamps. |
| 14 | +- Syntax error |
| 15 | + |
| 16 | +### Documentation |
| 17 | + |
| 18 | +- Add -X/--dereference flag |
| 19 | + |
| 20 | +### Features |
| 21 | + |
| 22 | +- Add symlink dereferencing flag |
| 23 | +- Add -X/--dereference completions |
| 24 | +- Add -X/--dereference completions |
| 25 | +- Added ".out" files for latex |
| 26 | +- Add changelog generation |
| 27 | + |
| 28 | +## [0.10.3] - 2023-07-31 |
| 29 | + |
| 30 | +### Bug Fixes |
| 31 | + |
| 32 | +- More JPG extensions |
| 33 | +- Add compression icon to .tXX files #930 |
| 34 | +- Fish completion for -i/--inode option |
| 35 | +- Typo |
| 36 | +- Use eprintln instead |
| 37 | +- Use stderr on no timezone info |
| 38 | +- Bump openssl-src from 111.15.0+1.1.1k to 111.26.0+1.1.1u |
| 39 | +- Bump openssl-src from 111.15.0+1.1.1k to 111.26.0+1.1.1u |
| 40 | +- Changed bin name via cargo.toml |
| 41 | +- Change man pages to reffer to new binary name |
| 42 | +- Change completions to new binary name |
| 43 | +- Change completion file names |
| 44 | +- Change name to eza |
| 45 | +- Bump git2 from 0.13.20 to 0.16.1 |
| 46 | +- Fixed grid bug |
| 47 | +- Fixed grid bug |
| 48 | +- Bump rust to 1.71.0 |
| 49 | +- Take -a and -A equally serious |
| 50 | +- Changed default folder icon |
| 51 | +- Add clippy as part of the toolchain |
| 52 | +- Change license icon |
| 53 | +- Change gpg icons to keys |
| 54 | +- Add icon for ocaml (.ml extension) |
| 55 | +- .ipynb icon comment |
| 56 | +- Better license icon |
| 57 | +- Replace obsolete icons |
| 58 | +- Add Svelte icon |
| 59 | +- Add Emacs icon for .el and org-mode for .org |
| 60 | +- Added icons for .rmeta |
| 61 | +- Add icon support for .mjs, .cjs, .mts, .cts files |
| 62 | +- Add webpack.config.cjs to immediate files list |
| 63 | +- Removed result |
| 64 | +- Update --version info |
| 65 | +- Update snapscraft.yaml |
| 66 | +- Sort is_immediate |
| 67 | +- Add flake, autoconf, cargo lock |
| 68 | +- Added trailing commas |
| 69 | +- Remove accidentally commited test files |
| 70 | + |
| 71 | +### Documentation |
| 72 | + |
| 73 | +- Change name in README.md |
| 74 | +- Add `nix run` to readme |
| 75 | +- Fix flow issue |
| 76 | +- Fix typos |
| 77 | +- Add mandatory snowflake emoji |
| 78 | +- Document nix flake development |
| 79 | +- Document nix flakew |
| 80 | +- Update README.md |
| 81 | +- Update README.md |
| 82 | +- Update README.md |
| 83 | +- Update README.md |
| 84 | +- Update README.md |
| 85 | +- Readme change screenshot to eza |
| 86 | +- Add CoC badge to readme |
| 87 | +- Add CODE_OF_CONDUCT.md |
| 88 | +- Add crates.io badge, license badge |
| 89 | +- Fix links |
| 90 | +- Update README.md |
| 91 | +- Update README.md |
| 92 | + |
| 93 | +### Features |
| 94 | + |
| 95 | +- Add sty file |
| 96 | +- Add julia file extension icon |
| 97 | +- Add status for git repos |
| 98 | +- Add selinux contexts support |
| 99 | +- Add -o shorcut to --octal-permissions |
| 100 | +- Hyperlink flag |
| 101 | +- Update Cargo.toml to optimise binaries for size |
| 102 | +- Update Cargo.toml to optimise binaries for size |
| 103 | +- Add git-status-.* completions |
| 104 | +- Zsh add git-status-.* completions |
| 105 | +- Add git-status-.* completions |
| 106 | +- Add Zig module icons |
| 107 | +- Add icon for Vagrantfile |
| 108 | +- Add git icon to .gitignore_global file |
| 109 | +- Left align relative time |
| 110 | +- Add support for --time-style=relative |
| 111 | +- Add vim icon |
| 112 | +- Symlinks report their target's valid size |
| 113 | +- Add justfile |
| 114 | +- Add pxm |
| 115 | +- Add compressed types |
| 116 | +- Add compressed icons |
| 117 | + |
| 118 | +### Improve |
| 119 | + |
| 120 | +- Vim icon |
| 121 | + |
| 122 | +### Miscellaneous Tasks |
| 123 | + |
| 124 | +- Bump to v0.10.2 |
| 125 | +- Bump to v0.10.3 |
| 126 | +- Update cargo lock |
| 127 | + |
| 128 | +### Refactor |
| 129 | + |
| 130 | +- Removed commented code |
| 131 | +- Sorted file types, color table |
| 132 | + |
| 133 | +### Styling |
| 134 | + |
| 135 | +- Add icon for reStructuredText (src) files |
| 136 | + |
| 137 | +### Testing |
| 138 | + |
| 139 | +- Change to /usr/bin/env bash |
| 140 | + |
| 141 | +### Add |
| 142 | + |
| 143 | +- Mp2 audio format icon |
| 144 | + |
| 145 | +### Ci |
| 146 | + |
| 147 | +- Remove unused .github files |
| 148 | +- Remove unused .github files |
| 149 | +- Create unit-tests.yml |
| 150 | +- Create unit-tests.yml |
| 151 | +- Add trivial nix flake |
| 152 | +- Add treefmt, rust-toolchain, nixfmt |
| 153 | +- Add .#test, .#clippy, .#check |
| 154 | +- Add nix flake |
| 155 | +- Change branch |
| 156 | +- Bump rust to 1.71.0 |
| 157 | +- Automatically mark issues/PRs stale |
| 158 | +- Run tests when building with nix |
| 159 | +- Moving actions to dtolnay's version |
| 160 | +- Update Cargo.toml |
| 161 | +- Create labeler.yml |
| 162 | +- Add snap to labeler.yml |
| 163 | +- Add filetype.rs autolabel |
| 164 | + |
| 165 | +### Icons |
| 166 | + |
| 167 | +- Add Gentoo for .ebuild |
| 168 | + |
| 169 | +### Src/main.rs |
| 170 | + |
| 171 | +- Remove clippy::unnested_or_patterns |
| 172 | + |
| 173 | +## [0.10.0] - 2021-04-03 |
| 174 | + |
| 175 | +### Documentation |
| 176 | + |
| 177 | +- Add hint how to install exa on Android / Termux |
| 178 | + |
| 179 | +### Features |
| 180 | + |
| 181 | +- Add support Typescript and ReasonML projects |
| 182 | +- New Icons and CLI argument to suppress icons |
| 183 | + |
| 184 | +### Miscellaneous Tasks |
| 185 | + |
| 186 | +- Update zoneinfo_compiled, datetime to 0.5 |
| 187 | +- Update users to 0.10 |
| 188 | +- PR feedback |
| 189 | + |
| 190 | +### Build |
| 191 | + |
| 192 | +- Use binary name only |
| 193 | + |
| 194 | +### Git-feature |
| 195 | + |
| 196 | +- Display if a file is updated but unmerged (conflicted) |
| 197 | + |
| 198 | +## [0.9.0] - 2019-07-15 |
| 199 | + |
| 200 | +### Feat |
| 201 | + |
| 202 | +- Add JPF to image filetype |
| 203 | + |
| 204 | +### Refactor |
| 205 | + |
| 206 | +- Use shorthand fields |
| 207 | + |
| 208 | +## [0.8.0] - 2017-09-30 |
| 209 | + |
| 210 | +### Vagrant |
| 211 | + |
| 212 | +- Update apt before installing |
| 213 | + |
| 214 | +## [0.4.1] - 2017-03-26 |
| 215 | + |
| 216 | +### Fixup |
| 217 | + |
| 218 | +- Split prefix tests by property |
| 219 | + |
| 220 | +### Io |
| 221 | + |
| 222 | +- :Result -> IOResult |
| 223 | + |
| 224 | +## [0.4.0] - 2015-10-18 |
| 225 | + |
| 226 | +### Makefile |
| 227 | + |
| 228 | +- Be compatible with BSD and OS X |
| 229 | + |
| 230 | +## [0.3.0] - 2015-06-05 |
| 231 | + |
| 232 | +### StatResult |
| 233 | + |
| 234 | +- :Path -> Dir |
| 235 | + |
| 236 | +## [0.2.0] - 2015-03-02 |
| 237 | + |
| 238 | +### Details |
| 239 | + |
| 240 | +- `filter` is only used when recursing |
| 241 | + |
| 242 | +## [0.1.0] - 2015-02-21 |
| 243 | + |
| 244 | +### ToStr |
| 245 | + |
| 246 | +- :to_str -> ToString::to_string |
| 247 | + |
| 248 | +<!-- generated by git-cliff --> |
0 commit comments