Skip to content

v0.0.1-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@dhruvkb dhruvkb released this 23 Sep 04:18
· 18 commits to main since this release
v0.0.1-beta.8
f4487af

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>