-
Notifications
You must be signed in to change notification settings - Fork 15
/
changelog
executable file
·66 lines (46 loc) · 1.41 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
1.4.2 25may2020
* update for weewx4 and python3
1.3.7 26jan2019
* skip historical data
1.3.6 01sep2017
* fix bugs in configurator
1.3.5 30mar2017
* minor reformatting of skin.conf
1.3.4 22feb2017
* use group_count rather than group_volt for battery status
1.3.3 22feb2017
* set battery status in packet
1.3.2 22feb2017
* fixed battery status bug introduced in 1.3.0
1.3.1 17feb2017
* fixed bug in label text filter
1.3.0 04nov2016
* use database_field = hardware_name for sensor map
1.2.4 08apr2016
* cosmetic refactoring of default stanza and __init__
1.2.3 04apr2016
* while reading historical records, output status to stdout as well as log
* remove svn id tags
1.2.2 03apr2016
* use weewx-kl.sdb as database name for klimalogg database
* added kl_sqlite database configuration to avoid conflicts with weewx db
* enable arbitrary sensor map, not just the two presets
1.2.0 01apr2016
* automatically modify weewx.conf during install (only works with weewx 3.5.0+)
1.1.7 12mar2016
* fix uninitialized this_ts bug
1.1.4 01jan2016
* use luc's 1.1.4 package, plus packaging fixes
1.1.2 11oct2015
* use luc's 1.1.2 package
1.1.1 09oct2015
* use luc's 1.1.1 package, plus packaging fixes
1.1 16jun2015
* display graphs only when data exist
* added cursor when mouseover buttons
1.0 17apr2015
* update to luc's 0.8 package
1.0 15mar2015
* update to luc's 0.7 package
0.29p8 17apr2015
* initial packaging for github development