Skip to content

Latest commit

 

History

History
172 lines (97 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

172 lines (97 loc) · 3.73 KB

Change Log

0.10.2 - 2024-02-03

Fixes

  • Remove more unwraps to fix issues with elements without filenames or parentes
  • Look for directory before searching anything about the filename

Maintenance

  • Various Dependencies Updates

0.10.1 - 2024-01-27

Fixes

  • Removed unwrap when PathBuf::file_name returned none
  • Improve Directory support by leaning on PathBuf's impl

[0.10.0] - 2024-01-20

Features

  • More Icons, Colored Icons, Shorter Directoies and more!

New Contributors

@Shuraken007 made their first contribution in #951

Maintenance

  • Various Dependencies Updates

[0.9.1] - 2023-07-23

Bugfix

  • Pass through non-UTF8 encoded input without modification

Refactors

  • Refactor the Errors and Types a bit. Add thiserror and miette

Maintenance

  • Various Dependencies Updates

[0.9.0] - 2023-07-22

Icon Updates

  • Icons updated to match vim-devicons and correct Material Designs icons

Maintenance

  • Various Dependencies Updates
  • Clippy and rustfmt changes

[0.8.1] - 2023-02-02

Dependencies

  • Updated regex from 1.3.6 to 1.5.4

Various other dependencies of dependencies, and dev dependencies, were also updated

[0.8.0] - 2020-04-01

Features

  • Added Ability to use a regex for finding the filename
  • Added Ability to prefix deliminator for finding the filename

Dependencies

Various other dependencies of dependencies, and dev dependencies, were updated

[0.7.1] - 2020-03-28

Dependencies

  • Updated lazy_static from 1.3.0 to 1.4.0
  • Updated phf from 0.7.24 to 0.8.0
  • Updated regex from 1.16 to 1.3.6

Various other dependencies of dependencies, and dev dependencies, were also updated

[0.7.0] - 2019-06-03

Features

  • Added Icons for Elixir

Dependencies

  • Updated colored from 1.7.0 to 1.8.0
  • Updated regex from 1.1.5 to 1.1.6

Various other dependencies of dependencies were also updated

[0.6.1] - 2019-04-09

Fixes

  • Fixed issue that caused a panic when it encountered a broken pipe
    • Fixes Github Issue #9

Dependencies

  • Updated regex from 1.1.2 to 1.1.5
  • [Dev] Updated assert_cmd from 0.6.0 to 0.11.1

Various other dependencies of dependencies were also updated

[0.6.0] - 2019-03-24

Improved

  • Added option to strip ansi color codes before parsing extension
  • Added help and version commands

[0.5.0] - 2019-03-21

Fixed

  • Went back again to rust-phf since that was NOT what made this slow
  • Removed my debugging sleep 🤦

[YANKED 😢] [0.4.0] - 2019-03-21

Yanked

  • Yanked due to having a 1.0 second delay on startup, because of accidental thread sleep

Improved

  • Reverted to lazy-static as after releasing I realized 0.3.0 has a noticeable startup lag

Fixed

  • vi icon was incorrectly marked as vim

[YANKED 😢] [0.3.0] - 2019-31-21

Yanked

  • Yanked due to having a 1.0 second delay on startup, because of accidental thread sleep

Improved

  • Using phf to do a compile time hash
  • Added Tests

[0.2.0] - 2019-01-28

Improved

  • Use default icon for txt files

[0.1.0] - 2018-11-17

  • Initial Release