Skip to content

Releases: beltex/dshb

0.2.0

05 Oct 05:37
Compare
Choose a tag to compare

Updated to Swift 3.1 (Xcode 8.3.3). Thanks to @alexpovh & @perfaram for the help on this!

Versions

Xcode 8.3.3
Build version 8E3004b
Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42)

Checksum

$ shasum -a256 dshb-0.2.0-source.zip
b2d512e743d2973ae4cddfead2c5b251c45e5f5d64baff0955bee88e94035c33  dshb-0.2.0-source.zip

0.1.0

23 Jan 01:55
Compare
Choose a tag to compare
  • Updated to Swift 2.1.1 (Xcode 7.2 Gold Master)
  • [#26] [Completed] Test on OS X 10.11 El Capitan
  • Added e, --experimental option
    • Turns on experimental features. This currently is a very basic process list
      (does not require root).
  • Added -u, --unknown-temperature-sensors option
    • Shows temperature sensors whose hardware mapping is unknown. When used, the
      list of sensors is exhaustive. Note, some sensors may report very low
      values, below zero. The current theory on this is that at lower
      temperatures the sensors have inaccurate readings. It maybe that they are
      located close to an internal fan, and the airflow is causing it to be
      skewed.

Versions

Xcode 7.2
Build version 7C68
Apple Swift version 2.1.1 (swiftlang-700.1.101.15 clang-700.1.81)

Checksum

$ shasum -a256 dshb-0.1.0-source.zip
efed42a2be0dbc6de3b22b314b582b1d6517922b72e08e063f3d1d3810a782f9  dshb-0.1.0-source.zip

0.0.5

06 Jul 03:55
Compare
Choose a tag to compare
  • Updated to Xcode 6.3.2 Gold Master
  • [#19] [Closed] Explore dependancy mangers
  • [#21] [Completed] Build from command line
    • Major Makefile improvements
  • [#24] [Addressed] Git submodules use SSH URLs requiring GitHub account
    • Now using HTTPS URLs instead, no longer requiring a GitHub account to properly clone the repository
  • [#29] [Addressed] Source code archives are missing Git submodules
    • This release includes a complete source code archive that includes the Git submodules, available on the GitHub release page (dshb-0.0.5-source.zip)

Versions

Xcode 6.3.2
Build version 6D2105
Apple Swift version 1.2 (swiftlang-602.0.53.1 clang-602.0.53)

Checksum

$ shasum -a256 dshb-0.0.5-source.zip
c1b65114feedc67030fbc93bc8a76482dff6c46eb8055e7ccbbc92acb1c75e01  dshb-0.0.5-source.zip

0.0.4

12 Mar 20:59
Compare
Choose a tag to compare
  • Updated to Xcode 6.3 Beta 2
    • let generalization now works at global scope
    • Turn on new Whole Module Optimization flag for release mode
  • Major update to manual page
  • Removed bridging header, ncurses available through Darwin module
  • Internal cleanup

0.0.3

27 Feb 09:24
Compare
Choose a tag to compare
  • Internal cleanup

0.0.2

18 Feb 17:38
Compare
Choose a tag to compare
  • Updated to Swift 1.2 (Xcode 6.3 Beta 1)
  • Added uptime

0.0.1

13 Jan 08:03
Compare
Choose a tag to compare
  • Initial release