-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog
67 lines (51 loc) · 2.53 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
* 0.4.0 Added option for enabling Experimental Boxes.
We now handle notifications in a more sane way so we don't continually
show repeat notifications. We also mute individual notifications
rather than all or none. Muted notifications are automatically un-muted
after a configurable number of minutes.
On devices that have restricted areas of the screen, e.g. phones with
notches, we now display Boxes outside these areas.
For new installs, a basic landscape or portrait config is now included.
Value Smoothing can now be disabled completely by setting the value to 0.
Added Boxes for:
Text - these are templated for flexibility
In/Outside Humidity Boxes
Electrical Switch and all Switches Boxes - Experimental
Box changes:
Rudder Angle Box can now auto-scale
Wind Rose can now show wind speeds
Battery Volt Meter can now select the nominal battery voltage
Depth Below Transducer Box title shortened to "DBT"
Custom Boxes:
The min and max values can now be omitted
Bug fixes:
Issue when filtering paths in Custom Boxes
Rudder Angle Box could draw out of bounds
When scaling text, we now make sure the font size is at least readable.
Semi Gauge Boxes now don't display the needle out of range
* 0.3.0 Added Boxes for:
Rate of Turn
All and individual Tanks
All and individual Batteries
Inverter and Solar Currents/Voltages
Engine RPM, Oil Pressure and Temperature
Added commandline arguments for:
--no-audio
--no-brightness-ctrl
--no-keep-awake
--read-only
and allow them to be passed though the BOAT_INSTRUMENT_ARGS ENV variable.
Flutter-pi can now be configured through variables in /etc/boatinstrument-fpi/config:
FLUTTER_PI_ARGS
BOAT_INSTRUMENT_ARGS
Additional settings have been added to Custom Boxes:
Post/Starboard
Smoothing
Paths selection through searchable list
Handle "Nominal" notification states the same as "Normal".
Gauge Boxes are indicated in the Box selection menus.
Updated the Help Box and Page.
Support for arm32 builds.
* 0.2.0 Added a "Demo Mode".
Added Depth below Keel and Transducer Boxes.
* 0.1.0 Initial release.