ISMC Versions Save

Apple SMC CLI tool that can decode and display temperature, fans, battery, power, voltage and current information

v0.7.2

1 month ago

Changelog

  • 06e2c97 Misc refactorings.
  • 8a6cdaa Remove unused Actions.
  • 2ad0536 Update deps: - github.com/jedib0t/go-pretty/v6 to v6.5.8 - github.com/rivo/uniseg to v0.4.7 - github.com/stretchr/testify to v1.9.0 - golang.org/x/sys to v0.19.0

v0.7.1

3 months ago

Changelog

  • 31075d9 Remove Makefile in favor of Taskfile.
  • a6c26cd Update Goreleaser config.
  • 93bbc45 Update deps. Update build process.

v0.7.0

11 months ago

Changelog

  • 9850551 - Update deps - rewrite interface{} to any - JSON output cleanups for b749228 commit
  • b749228 Add quantity and unit fields to json output. (#20)
  • c93891c Adds influxdbs line support as an output option. (#17)

v0.6.4

1 year ago

Changelog

  • 7605143 Update deps: - inconshreveable/mousetrap to v1.1.0 - jedib0t/go-pretty/v6 to v6.4.4 - stretchr/testify to v1.8.1 - internal Golang libraries

v0.6.3

1 year ago

Changelog

  • da1f154 'go get' is no longer supported outside a module (#15)
  • 2ba6f2a Minor deps update

v0.6.2

2 years ago

Changelog

  • 8588275 Add Github Actions for linting (#13)
  • 19d93a0 Add tests for output (#11)
  • a430ea2 Command all not registered properly (#12)

v0.6.1

2 years ago

Changelog

  • 0957965 - Lint fixes in regards to fmt.Errorf and nl - Use jsoniter instead of std json - Minor cleanups
  • 16964a1 Add support for JSON output format (#8) (#9)
  • 8cbbe11 Fixed double sorting due to #8

v0.5.3

2 years ago

Changelog

  • 7807e17 Add ascii flag for ASCII-only table display
  • 90dd1c4 Update README.

v0.5.2

2 years ago

Changelog

  • ca86731 smc: Use descriptions for sorting and sort by natural order

v0.5.1

2 years ago

Changelog

  • e3e9f3f Oops, fix degree celsius unit output for M1/HID sensor readouts.