Skip to content

Releases: coreyja/devicon-lookup

0.10.2 - 2024-02-03

03 Feb 01:16
v0.10.2
af4d185
Compare
Choose a tag to compare

Release Notes

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

Install devicon-lookup 0.10.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://coreyja.artifacts.axodotdev.host/devicon-lookup/v0.10.2/devicon-lookup-installer.sh | sh

Download devicon-lookup 0.10.2

File Platform Checksum
devicon-lookup-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
devicon-lookup-x86_64-apple-darwin.tar.xz Intel macOS checksum
devicon-lookup-x86_64-pc-windows-msvc.zip x64 Windows checksum
devicon-lookup-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
devicon-lookup-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.10.1 - 2024-01-27

27 Jan 22:10
v0.10.1
c4fe14a
Compare
Choose a tag to compare

Release Notes

Fixes

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

Install devicon-lookup 0.10.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://coreyja.artifacts.axodotdev.host/devicon-lookup/v0.10.1/devicon-lookup-installer.sh | sh

Download devicon-lookup 0.10.1

File Platform Checksum
devicon-lookup-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
devicon-lookup-x86_64-apple-darwin.tar.xz Intel macOS checksum
devicon-lookup-x86_64-pc-windows-msvc.zip x64 Windows checksum
devicon-lookup-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
devicon-lookup-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

[0.10.0] - 2024-01-20

20 Jan 21:52
v0.10.0
2f746ed
Compare
Choose a tag to compare

Download

target kind download
x86_64-unknown-linux-gnu tarball devicon-lookup-v0.10.0-x86_64-unknown-linux-gnu.tar.xz
x86_64-apple-darwin tarball devicon-lookup-v0.10.0-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball devicon-lookup-v0.10.0-x86_64-pc-windows-msvc.zip
x86_64-pc-windows-msvc symbols devicon-lookup-v0.10.0-x86_64-pc-windows-msvc.pdb

Release Notes

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

23 Jul 18:24
v0.9.1
b2de4fe
Compare
Choose a tag to compare

Download

target kind download
x86_64-unknown-linux-gnu tarball devicon-lookup-v0.9.1-x86_64-unknown-linux-gnu.tar.xz
x86_64-apple-darwin tarball devicon-lookup-v0.9.1-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball devicon-lookup-v0.9.1-x86_64-pc-windows-msvc.zip
x86_64-pc-windows-msvc symbols devicon-lookup-v0.9.1-x86_64-pc-windows-msvc.pdb

Release Notes

Bugfix

  • Pass through non-UTF8 encoded input without modification

[0.9.0] - 2023-07-22

22 Jul 18:40
v0.9.0
8548791
Compare
Choose a tag to compare

Download

target kind download
x86_64-unknown-linux-gnu tarball devicon-lookup-v0.9.0-x86_64-unknown-linux-gnu.tar.xz
x86_64-apple-darwin tarball devicon-lookup-v0.9.0-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball devicon-lookup-v0.9.0-x86_64-pc-windows-msvc.zip
x86_64-pc-windows-msvc symbols devicon-lookup-v0.9.0-x86_64-pc-windows-msvc.pdb

Release Notes

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

02 Feb 04:56
v0.8.1
1563d3c
Compare
Choose a tag to compare

Download

target kind download
x86_64-unknown-linux-gnu tarball devicon-lookup-v0.8.1-x86_64-unknown-linux-gnu.tar.xz
x86_64-apple-darwin tarball devicon-lookup-v0.8.1-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball devicon-lookup-v0.8.1-x86_64-pc-windows-msvc.zip
x86_64-pc-windows-msvc symbols devicon-lookup-v0.8.1-x86_64-pc-windows-msvc.pdb

Release Notes

Dependencies

  • Updated regex from 1.3.6 to 1.5.4

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

We are now using cargo-dist to create these precompiled binaries!