Eul Versions Save

🖥️ macOS status monitoring app written in SwiftUI.

v1.5.2

3 years ago

Improvements

  • Updated German language
  • Fall back to CPU proximity temp. when die temp. <= 0

v1.5.1

3 years ago

Fix

  • Removed .drawingGroup to fix graph flickering issue (#128)

v1.5

3 years ago

Improvements

  • Add Ukrainian localization
  • Changed CPU Temp to read from Die Temp instead of Proximity Temp
  • Update shell executing method to avoid potential high CPU usage
  • Solid fill on closed path to prevent flashing (maybe)
  • Add delay on visibility checking after app launches

v1.4.8

3 years ago

Improvements

  • Set autosave name for status item
  • Add fault tolerance to fans

v1.4.7

3 years ago

Feature

  • Add fan status component config

Improvement

  • Improved visibility checking strategy

v1.4.6

3 years ago

Features

  • Add CPU load average text component
  • Add CPU load average mode in menu view
  • Add check status item visibility option

Fix

  • Show scroll indicator in Catalina

v1.4.5

3 years ago

Feature

  • CPU graph in status bar
  • Memory graph in status bar
  • Rich status bar customization

Improvement

  • Add Danish translation
  • Add Arabic translation
截屏2020-11-26 23 22 07

v1.4.4

3 years ago

Improvements

  • Add Mongolian language
  • Add Korean language
  • Add Japanese language
  • Add French language
  • Stop status fetching during sleep
  • Hold SMC connection until termination
  • Show top activities only when menu is open

Fixes

  • Close shell output handle before process termination to fix potential high CPU usage

v1.4.3

3 years ago

Improvements

  • Add Portuguese
  • Remove CPU usage decimal in status bar
  • Display hour + min for battery info

Fixes

  • Replace unsafe state assignment with preference key #68 #77
  • Respond to first click in status bar #73

v1.4.2

3 years ago

Improvements

  • Replace HSplitView with HStack (a tryhard on #68)
  • Swap disk free/usage order (#67)
  • Swap mini-section title/value in horizontal mode