Skip to content

Releases: pls-rs/pls

v0.0.1-beta.9

08 Oct 00:02
v0.0.1-beta.9
6bf6973
Compare
Choose a tag to compare
v0.0.1-beta.9 Pre-release
Pre-release

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

23 Sep 04:18
v0.0.1-beta.8
f4487af
Compare
Choose a tag to compare
v0.0.1-beta.8 Pre-release
Pre-release

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 uses icons in the specs instead of icon (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

30 Jul 09:49
v0.0.1-beta.7
489a9f2
Compare
Choose a tag to compare
v0.0.1-beta.7 Pre-release
Pre-release

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

20 Jan 13:58
v0.0.1-beta.6
8a83b31
Compare
Choose a tag to compare
v0.0.1-beta.6 Pre-release
Pre-release

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

18 Jan 08:56
v0.0.1-beta.5
21d1aca
Compare
Choose a tag to compare
v0.0.1-beta.5 Pre-release
Pre-release

Fixed

  • Error when no results in detail view
    Issue #94 "Error when no results" is resolved by 220598e.

v0.0.1-beta.4

30 Dec 03:27
v0.0.1-beta.4
2daf817
Compare
Choose a tag to compare
v0.0.1-beta.4 Pre-release
Pre-release

Added

  • Custom config location
    Now you can set a custom location for the global config file using the PLS_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

23 Dec 02:06
v0.0.1-beta.3
64ee779
Compare
Choose a tag to compare
v0.0.1-beta.3 Pre-release
Pre-release

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

31 Jul 10:08
v0.0.1-beta.2
2e86413
Compare
Choose a tag to compare
v0.0.1-beta.2 Pre-release
Pre-release

Added

  • Collapse
    Collapse is a powerful feature that provides a way to highlight the relationship between original and derived files.

v0.0.1-beta.1

30 Jul 00:26
v0.0.1-beta.1
873aaf7
Compare
Choose a tag to compare
v0.0.1-beta.1 Pre-release
Pre-release

Hello, World! This is the first release of the new pls, rewritten in Rust.

Learn more about pls from the docs.