Skip to content

Releases: o2sh/onefetch

v2.10.1

03 Jul 19:34
Compare
Choose a tag to compare

Notes:

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

v2.10.0

03 Jul 19:12
Compare
Choose a tag to compare

Notes:

* [bug] fix "Last change: now ago" @o2sh 
* [language] added support for Haxe @LordMZTE  
* [language] added support for Scheme @wigust 
* [language] added support for GDScript @o2sh 
* [ci] Make audit scheduled and manually runnable @spenserblack 
* [language] added support for Svelte @Luke-zhang-04 
* [language] added support for Ada @Labdabeta 
* [docs] add README.ja.md @err931 
* [language] added support for Hcl @PsypherPunk 
* [bug] round up instead of truncate in perc. of contribution @o2sh 
* [language] Fixed Fortran ASCII to be more symetrical @jake-87 
* [misc] add CLI option to ignore bot commits @o2sh
* [info] use .mailmap to merge authors @o2sh
* [info] merge authors by signature @o2sh
* [misc] add CLI option for displaying author emails @remopas 
* [language] added support for PowerShell @dxking 
* [info] display the number of contributors @o2sh 

v2.9.1

15 Jan 20:40
Compare
Choose a tag to compare

Notes:

* [misc]  Update dependencies and fix serde related build failure @Byron 

v2.9.0

13 Jan 20:28
Compare
Choose a tag to compare

Notes:

* [info] add pyproject.toml and Pipfile parsers for pip package manager @HallerPatrick 
* [language] added support for Emojicode @geeseven 
* [language] added support for GraphQL @geeseven 
* [misc] automate Homebrew release @erikgaal 
* [language] added support for Qml @mapau 
* [misc] add Yaml output and ISO 8601 date format option @kernel-sanders 
* [misc] add CLI option to switch true colors on/off @spenserblack

v2.8.0

16 Dec 21:21
Compare
Choose a tag to compare

Notes:

* [language] added support for VimScript @geeseven  
* [language] added support for Vala @geeseven
* [language] added support for Processing @Luke-zhang-04   
* [misc] new CLI flag to hide logo if terminal size is too narrow @Luke-zhang-04 
* [misc] new CLI flag to output in JSON format @HallerPatrick
* [misc] exclude .git folder when computing repo size @HallerPatrick
* [info] replace git sys calls with git2-rs calls @HallerPatrick 
* [info] added pub as another package manager for dart projects @HallerPatrick 

v2.7.3

21 Nov 21:29
Compare
Choose a tag to compare

Note

* [info] if user.name is not set print unknown instead of crashing

v2.7.2

21 Nov 15:08
Compare
Choose a tag to compare

Note

* [language] added support for HolyC @Ferryistaken 
* [language] added support for Xaml @o2sh  
* [info] get_repo_name_and_url defaults to remote.origin.url @o2sh
* [misc] replaced some git sys calls with git2-rs calls @o2sh 
* [ascii] improved coloring for c, c++, c#, typescript, and lua @o2sh 
* [ascii] fixed ascii max-width integration test --> update raku ascii logo @o2sh 
* [image] fixed image detection for kitty: remove check on env variable @o2sh

v2.7.1

07 Nov 23:21
Compare
Choose a tag to compare

onefetch

Misc

  • Remove Language::Unknown @o2sh

v2.7.0

07 Nov 18:06
Compare
Choose a tag to compare

onefetch

Contributors
@yoichi
@Luke-zhang-04
@spenserblack

New features

Bug fixes

  • Don't output unnecessary newline when checking for image backend support @yoichi
  • Fix trailing white space in LOC @o2sh

Misc

  • Colon is white by default @o2sh

v2.6.0

04 Nov 10:49
Compare
Choose a tag to compare

onefetch

Contributors:
@atluft
@yoichi
@Luke-zhang-04
@spenserblack
@KaindlJulian
@akrantz01
@geeseven
@rogercyyu
@Cogitri

Language

New features

  • Support COLORTERM for TrueColor ASCII @atluft @spenserblack
  • CLI flag to use more color (16 -> 256) in sixel graphics @yoichi
  • Add Text Coloring via CLI flag @rogercyyu
  • Add CLI flag to disable ASCII art (or image) and only display info lines @akrantz01
  • Extend image backend support to ITerm2 Inline Images Protocol @yoichi
  • Replace ASCII logo with shell command output @KaindlJulian

Misc

New collaborator

@yoichi