Skip to content

Releases: o2sh/onefetch

2.14.2

27 Nov 23:00
Compare
Choose a tag to compare

Bug Fixes

  • Include assets in crate a2f508a @o2sh
  • Fix clap deps for onefetch-image crate 8cca7af
  • Add description field to onefetch-image and onefetch-manifest crate 2888186 @o2sh

2.14.1

27 Nov 21:20
Compare
Choose a tag to compare

Bug Fixes

2.14.0

27 Nov 20:55
Compare
Choose a tag to compare

Features

Chore

Bug Fixes

v2.13.2

30 Oct 18:18
Compare
Choose a tag to compare

Notes:

  • [fix] Repo without remote should not fail #841 @o2sh
  • [chore] Add integration tests with snapshot testing for Info struct #827 @atluft
  • [chore] Refactor test expressions #831 @saguywalker

v2.13.1

22 Oct 15:39
Compare
Choose a tag to compare

Notes:

  • [ci/cd] fix Snapcraft release
  • [misc] fix Cargo.lock

v2.13.0

21 Oct 22:06
Compare
Choose a tag to compare

  • Onefetch is now typically more than twice as fast when executing. This was made possible by reducing allocations and switching from git2-rs to gitoxide. A big thank you to @Byron for his contribution.

  • A web interface onefetch.dev was developed by @spenserblack allowing users to visualize an ASCII preview for all the programming languages currently supported by onefetch. Like the binary, the data is parsed from the Languages.yaml file.

Notes:

v2.12.0

29 Mar 20:39
Compare
Choose a tag to compare

Notes:

v2.11.0

23 Nov 20:10
Compare
Choose a tag to compare

Notes:

  • [docs] Add Persian README @mmdbalkhi
  • [docs] Add Chinese README @symant233
  • [misc] add CLI flag to count hidden files and directories @0x20F
  • [language] added support for Protocol Buffers @HallerPatrick
  • [misc] Better error handling (Replace error-chain with anyhow) @o2sh
  • [docs] Add Russian README @Vinegret43
  • [language] added support for SQL @o2sh
  • [cd] Automate "languages supported" badge @spenserblack
  • [language] added support for WebAssembly @dnaka91
  • [language] added support for Toml @dnaka91
  • [misc] removed json dependency @meguminloli
  • [language] added support for Yaml @remram44
  • [language] added support for Jsonnet @remram44
  • [language] added support for Solidity @vypxl
  • [docs] Fix contributing link in cn readme @grimmer0125
  • [language] added support for Json @gahag
  • [language] added support for Sass @alessandroasm
  • [language] added support for LLVM @alessandroasm
  • [language] added support for AutoHotKey @PurpleMyst
  • [misc] add LanguageType @o2sh
  • [language] added support for Coq @exoego
  • [misc] update license cache @o2sh
  • [language] added support for Fortran Legacy @jake-87
  • [cd] Add workflow for Minimum Rust Version badge @spenserblack
  • [misc] Use time crate instead of chrono @HallerPatrick

v2.10.2

03 Jul 23:07
Compare
Choose a tag to compare

Notes:

* [bug] fix text coloring

v2.10.1

03 Jul 19:34
Compare
Choose a tag to compare

Notes:

* [bug] add build step to Makefile to fix CD