Skip to content

Releases: gantoreno/macfetch

[2.3.1] - 2026-01-03

03 Jan 19:09

Choose a tag to compare

What's Changed

Fixed

  • fix: release title prefix & remove CHANGELOG.md by @gantoreno in #10

Full Changelog: v2.3.0...v2.3.1

[2.3.0] - 2026-01-03

03 Jan 18:19

Choose a tag to compare

What's Changed

Added

Full Changelog: v2.2.2...v2.3.0

[v2.2.2] - 2026-01-03

03 Jan 17:07
cb38ccb

Choose a tag to compare

What's Changed

Documentation

Full Changelog: v2.2.1...v2.2.2

[2.2.1] - 2026-01-03

03 Jan 16:57

Choose a tag to compare

What's Changed

Added

New Contributors

Full Changelog: v2.2.0...v2.2.1

[2.2.0] - 2026-01-02

03 Jan 03:13

Choose a tag to compare

Fixed

  • Fixed battery segment panic on desktop Macs without batteries - now gracefully shows "Plugged In" instead of crashing (thanks to @DonovanMontoya in #4).
  • Fixed incorrect memory calculation that was displaying available memory as used memory.
  • Fixed terminal name retrieval (thanks to @paraversal in #3).

Changed

  • Memory display now shows usage in GiB with percentage (e.g., "8.50 GiB / 16.00 GiB (53%)").
  • Removed hardcoded x86_64 build target to allow native builds on Apple Silicon (M1/M2/M3) Macs.
  • Improved error handling across all segments (os, host, kernel, uptime, shell, cpu, battery) - now uses graceful fallbacks instead of panicking on missing data.
  • Added cached fallback utilities for better performance.
  • Updated dependencies to latest versions.

Housekeeping

  • Added .DS_Store to .gitignore.

[2.1.0] - 2023-03-01

01 Mar 15:06

Choose a tag to compare

Changed

  • The GPU segment finally has a non-shell spawning implementation (huge thanks to @k-ronny's suggestion on #1) and started using the iron-oxide crate.

[2.0.0] - 2023-02-24

24 Feb 16:26

Choose a tag to compare

Changed

  • Everything, all project files & functions have been ported out to Rust.

[1.1.1] - 2023-02-19

19 Feb 15:14

Choose a tag to compare

Changed

  • Changed cache implementations with new utils (get_cache, set_cache, clear_cache).

[1.1.0] - 2023-02-18

18 Feb 16:17

Choose a tag to compare

Added

  • Add wmsegment.

Updated

  • Use mutex locks for shell commands.

[1.0.1] - 2023-01-03

03 Jan 21:03

Choose a tag to compare

Changed

  • The packages descriptor now handles errors properly when listing packages.