Releases: jsynowiec/airqmon
Releases · jsynowiec/airqmon
0.0.1-9
Changes:
- improved readability of various UI elements,
- changed CAQI colors to more readable,
- switched to yarn package manager,
- added jest for unit testing,
- fixed caqi range matcher, added tests,
- improved type annotations,
- updated dependencies,
- configured Travis to run tests,
- fixed window placement when caqi value is >100,
- added more fancy caqi indicator and advisory text,
- clicking on notification now displays app window (#12),
- measurement is again visible when there is no value from API,
- refactored window/tray management,
0.0.1-8
0.0.1-7
Pre-relase (work-in-progress) version.
Privacy notice: This version tracks some usage data and reports errors using external services. No private data other than computer hostname is gathered.
Changes:
- fixed window position when using not aligned external display (#1),
- fixed notification when new station was found (#2),
- capped max CAQI value to 100 (#6),
- extensive refactor and optimisation of styles and components,
- there is now a proper error handling, errors are reported to external service,
- there is now a visible alert in main window when an update is available,
0.0.1-5
Pre-relase (work-in-progress) version in early stage of development.
Changes:
- when station name is clicked, open browser showing Airly sensor station on map,
- move air quality description before measurements,
- simplify 32x32 icon (for notifications and spotlight,
- little UI changes (font size, weight, etc.)
- add update checker - notifies about available newer version,
0.0.1-4
Pre-relase (work-in-progress) version in early stage of development.
Features:
- geolocate and find nearest Airly sensor station,
- refresh measurement data every 5 minutes,
- display measurement data (PM1, PM2.5, PM10, temperature, humidity, pressure),
- display common air quality index and pollution values,
- display human-readable information and description about air quality,
- display location of sensor station,
- notify when air quality changes,
- handle location change through online/offline events - check for closer sensor station,
Missing:
- autoupdate,
- configurability,
- PL translation or any i10n,