Releases: Macchina-CLI/macchina
Releases · Macchina-CLI/macchina
v1.1.7
v1.1.6
v1.1.5
Changelog
macchina
- Update to latest
libmacchina
,libc
,serde_json
anddirs
versions - Import libmacchina's backlight method (#102)
libmacchina
- netbsd/terminal: Traverse /proc to which terminal the user is operating in, ignoring the shell.
- netbsd/resolution: Remove this method for the time being
v1.1.4
v1.1.3
v1.1.2
v1.1.1
Changelog
- misc: Remove X11 feature from codebase after having replaced it with a built-in resolution parser (#135)
- misc: Bump all dependencies' versions
- config: Fallback to original naming for some ReadoutKeys
- readme: Remove saythanks badge
- readme: benchmarks: disclose the environment/processor
- readme: Nix's installation section now mentions all channels
- actions: Bring back netbsd workflow after having removed all X11 code
- libmacchina: Bump from v0.8.1 to v1.0.1
- [*nix only] Implement a new readout,
disk_space()
which for now returns the used bytes of the root partition - Add macOS resolution (#56)
- Address a panic caused by too much output in the resolution readout (#132)
- src/macos/mach_ffi.rs: Remove useless CGError typedef
- src/macos/mod.rs: Search for "brew" rather than "homebrew" before getting package count
- [*nix only] Implement a new readout,
- src/data/mods.rs: Significantly improve shell readout logic
- macchina.toml: Be more specific in
small_ascii
description - src/cli.rs: Be more specific in
small_ascii
description
v1.0.0
Changelog
Bug fixes
- Address an issue that causes text to overflow when the terminal
is reduced beyond its original size - Address an issue that causes terminal information to be incorrect
when in a nested shell situation
Features
- Added the commit hash to
--version
- Added an option to toggle between displaying the current or default shell
Misc
- Added macOS Monterey to list of macOS versions
- Removed many build dependencies (breaking shell auto-completion)
- Removed many annoying conflict checks in the configuration file
- No longer capitalize shell output
- Bumped most dependencies' versions