Releases: pls-rs/pls
Releases · pls-rs/pls
v0.0.1-beta.9
Fixed
- Blank lines in grid output
The grid output used to have blank lines if one or more files had a name long enough to require wrapping across multiple lines. This has now been fixed. - Grid support
The grid layout would not render if the terminal did not support the graphics protocol. This has now been resolved and grid and graphics are now separated.
v0.0.1-beta.8
Fixed
- Crashes
Due to a bug in the grid renderer,pls
would crash when used with--down=true
on an empty directory. That has been resolved.
Changed
-
Icons specification
In this release,pls
usesicons
in the specs instead oficon
(this is for upcoming SVG support), so the following change is required to your.pls.yml
configs.- icon: <icon> + icons: + - <icon>
v0.0.1-beta.7
Added
- Flexible column order
Now detail columns can be ordered freely based on the order in which they are specified from the command line. If a column's name appears multiple times, the last occurrence will be used as the preferred position.
v0.0.1-beta.6
Fixed
- Error when operation not permitted
pls
will no longer panic when the list operation is not permitted inside a directory and will instead show a clean error message.
v0.0.1-beta.5
v0.0.1-beta.4
Added
- Custom config location
Now you can set a custom location for the global config file using thePLS_CONFIG
environment variable, if you prefer to have a clean home directory and organise configs elsewhere (like~/.config/
, for example).
v0.0.1-beta.3
Added
- Solo files
This release refactors the core of the app to allow presenting solo files as one group instead of many individual files.
v0.0.1-beta.2
Added
- Collapse
Collapse is a powerful feature that provides a way to highlight the relationship between original and derived files.