Skip to content

v4.1.0

Compare
Choose a tag to compare
@aeharding aeharding released this 04 Jun 19:22
· 27 commits to main since this release

New features

Pressure altitude

View pressure altitudes instead of height! Just switch in settings

image

Advanced mode

A new toggle in Settings can enable Advanced Mode. This has a few features:

  1. High precision temperature, RH + dewpoint tooltip

Hover over a temperature to view fractional temperature, dewpoint spread, dewpoint, and RH!

image
  1. Humidity indicator

When humidity approaches 100%, there will be a droplet indicator to the left of temperature. This is especially helpful for the next feature...

image
  1. Lapse rate and inversion indications

This is something I'm super excited about, but it's definitely still a work in progress!

  • Red arrows for lapse rates exceeding DALR or MALR (when RH >= 100%)
  • Green arrow with a ceiling when lapse rate is negative, indicating an inversion
  • Opaque grey arrow when exceeding MALR but not DALR, and < 100% RH.

I'd love to hear your feedback.

image image image

What's Changed

  • Implementation pressure altitude, lapse rate, dewpoint indicators by @aeharding in #135

Full Changelog: v4.0.4...v4.1.0