File exa.changes of Package exa
-------------------------------------------------------------------
Tue Oct 1 19:03:46 UTC 2019 - Luke Jones <luke@ljones.dev>
- Use the `pwd`/.cargo method of including vendored sources which
removes the need to export a path for cargo.
-------------------------------------------------------------------
Tue Jul 16 07:34:54 UTC 2019 - mvetter@suse.com
- Update to 0.9.0:
Additions:
* Icon support with --icons (9497b30)
* New sort options .name and .Name which ignore a leading dot (a156d96)
* Support TIME_STYLE environment variable (9917810)
* New option to only display directories, --only-dirs (054cac6)
* Support 24-bit colours (dc2009a)
* Display if a file is ignored by Git (80b0d9d)
Changes:
* Replace the mi colour with bO overlay colour (59d9e90)
* Pre-release versions have their build number shown (c7497f3)
* Add --classify to man page (9c77a95)
* Highlighting for file types .zst (5fae489), Bazel and Ant (c635031), .ts (e711dbc), .m4v (9b446c0), and .jpf (9916742)
* Create worker threads only once for performance (8cbde76)
Fixes:
* Allow zero-padded numbers in $LS_COLORS (afc9657, ce3f05c)
* Make non-uppercase README files immediate (d9c9dbe)
* Highlight README~ as temporary, not immediate (57e4c08)
* Use more accurate time to fix inconsistent sorting (649744d)
* Prevent infinite loop with -aaR (e936d7e)
* Fix panic in certain timezones (9f76f94 and this fix)
* Fix sorting by created time (faed8f9)
* Fix Git status not working for paths containing ../ (f1a5b64)
-------------------------------------------------------------------
Mon May 14 10:28:57 UTC 2018 - bjorn.lie@gmail.com
- Add %%ix86 ppc ExcludeArch: Do not even atempt to build for these
targets.
-------------------------------------------------------------------
Sun Oct 22 00:15:01 UTC 2017 - luke.nukem.jones@gmail.com
- Update to v0.8.0
- Additions
+ Use completely new, less strict, more friendly options parser (b5bcf22)
+ Add a strict mode, for when you want to check your options (97d1472)
+ Add EXA_GRID_ROWS that makes --long --grid a bit more palatable (e933fa6)
+ Add EXA_DEBUG for logging information (e0727a1)
+ Add LS_COLORS parsing and colouring (adfee28, aa2e3a5)
+ Add EXA_COLORS parsing and colouring, which overrides the above (075fe80, aa2e3a5)
+Initial support for a --git-ignore flag (827aa8b)
- Changes
+ Default to sorting case-insensitively (57c647f)
+ Hide xattr errors unless xattrs were explicitly asked for (5189d66)
+ Add orf and nef file types (40ce7ba)
+ Add bk file type (eda3e56)
+ Only check the terminal width of stdout, not stdin and stderr (4289f4d)
+ Sorting by date now has new and old convenience aliases (f55bd6d)
+ Use only verified published crates, so exa can be on crates.io (1efb8a5)
- Fixes
+ Use a patched version of libgit2 to prevent that libhttp_parser error (3405db1)
+ Fix bug where --tree --all didn't work (a2cd39e)
+ Fix bug where ISO dates were long when they should be short and vice versa (fca5b6b)
+ Fix bug where month name padding made the whole table look weird (999c9d5)
-------------------------------------------------------------------
Fri Aug 4 19:09:01 UTC 2017 - mvetter@suse.com
- Create initial package for version 0.7.0