Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-04-30 | 2.2 kB | |
v2.4.0 source code.tar.gz | 2022-04-30 | 11.0 kB | |
v2.4.0 source code.zip | 2022-04-30 | 11.5 kB | |
Totals: 3 Items | 24.7 kB | 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 https://github.com/kiedtl/winfetch/pull/115
- Import
International
module in all versions of PowerShell Core (https://github.com/kiedtl/winfetch/commit/d14361e3d2f2e29e7a7f4f30e0dcd33bfbe135b4) Resolve-Path
while defining image bitmap - Fixes https://github.com/kiedtl/winfetch/issues/105 (https://github.com/kiedtl/winfetch/commit/c3c9105fd0ced7d325424281ab881a5e8926f531)- Use different image widths for different logos (https://github.com/kiedtl/winfetch/commit/cf8861e713f5d4eab08c930edc07d41471cd5270, https://github.com/kiedtl/winfetch/commit/8fa2210b6d6ac65b37ecf506a0b0dd8dae269a03)
- Add a small logo variant by @rashil2000 in https://github.com/kiedtl/winfetch/pull/122
- Allow overriding image/logo width by @rashil2000 in https://github.com/kiedtl/winfetch/pull/123
- Add option to print image as ASCII text by @rashil2000 in https://github.com/kiedtl/winfetch/pull/124
- Fix check for empty config file - Closes https://github.com/kiedtl/winfetch/issues/125 (https://github.com/kiedtl/winfetch/commit/07cce610092af699577e25ffd835aea4c3c6cf58)
- Allow passing remote URL for image path (https://github.com/kiedtl/winfetch/commit/938dde7f6e2fb5a697ac212fa70faea4a7954f8a)
- Refactoring and cleanup (https://github.com/kiedtl/winfetch/commit/e64bcd7cfae201a839b5eaebf43858375b437dc9, https://github.com/kiedtl/winfetch/commit/03ce4cec24632a152cd3807d4c1eccfdad182cfd, https://github.com/kiedtl/winfetch/commit/f19207d4f7c2e3d5f18a62239758c6e199511409)
- Show multiple GPUs on separate lines by @HO-COOH in https://github.com/kiedtl/winfetch/pull/127
Full Changelog: https://github.com/kiedtl/winfetch/compare/v2.3.0...v2.4.0