v2.4.0
Breaking Changes
The config file format before v2.0.0 is no longer compatible with Winfetch. It is recommended to use the new configuration file format (a .ps1 file) which was released in version 2.0.0.
What's Changed
- Link to Neofetch in Readme by @kidonng in #115
- Import
International
module in all versions of PowerShell Core (d14361e) Resolve-Path
while defining image bitmap - Fixes #105 (c3c9105)- Use different image widths for different logos (cf8861e, 8fa2210)
- Add a small logo variant by @rashil2000 in #122
- Allow overriding image/logo width by @rashil2000 in #123
- Add option to print image as ASCII text by @rashil2000 in #124
- Fix check for empty config file - Closes #125 (07cce61)
- Allow passing remote URL for image path (938dde7)
- Refactoring and cleanup (e64bcd7, 03ce4ce, f19207d)
- Show multiple GPUs on separate lines by @HO-COOH in #127
Full Changelog: v2.3.0...v2.4.0