This repository has been archived by the owner on Feb 13, 2025. It is now read-only.
v2.3-alpha1
Pre-release
Pre-release
- Fixed issue with dismissing encrypt dialogs causing data to be lost
- Fixed issue with not prompting for password in encrypt mode after not using app for a long time causing data to be lost
- Added missing plant stages to filter menu
- Re worked "export" to have better UI feedback
- Replaced copy to plant dialog with a multi-select plant dialog
- Added fahrenheit for temp option
- Added "cutting" plant stage
- Added Coco, Hydro, and Aeroponics as medium option
- Fixed issue with widget causing app to crash if you delete the widget
- Fixed issue with clicking widget not opening correct plant
- Added new plugin action to request data from the app
- Added auto backup option
- Added "EC/PPM" option. Conversion
ec = (ppm * 2) / 1000
andppm = (ec * 1000) / 2
- Fixed issue with unusable app state after dismissing password prompt
Experimental
- Re-worked how saving works. This may cause data loss, use at your own risk