Skip to content

v2.4.0

Compare
Choose a tag to compare
@o2sh o2sh released this 03 Oct 19:19

onefetch

This release's main focus was to improve the overall performance and make it easier for future contributors to add support for a new language.

Contributors:
@spenserblack
@SuperSandro2000
@MarkusPettersson98

Language

New feature:

  • Use async/await to improve performance @spenserblack @o2sh
  • Refacto language.rs with the introduction of a macro! and Unit tests to check for ASCII logo size @spenserblack
  • Refacto info.rs to use git log once #198 @o2sh

Misc