-
Notifications
You must be signed in to change notification settings - Fork 39
/
CHANGES
53 lines (38 loc) · 1.31 KB
/
CHANGES
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
CHANGES
-------
# 0.6.42
- added util submodule containing various helper functions
- added objects for creating packets (PositionReport, APRSPacket in packets submodule)
- added DAO parsing
- added parsing for invalid & user-defined formats
- split parsing module into submodules
- fix rounding error in base91.from_decimal
- added py35, pypy, pypy3 to travis
- fix exception due to EUC-TW encoding, #11
- added parsing for WX (positionless and in comment)
# LOTS OF MINOR STUFF
# v0.6.37
- charset detection, unicode for all
- improved _parse_timestamp
- fix mic-e dstcall decoding bug
- tiny syntax fix in parse.py
# v0.6.36
- fix typo in timestamp format
- tweak debug messages for position reports
- now able to parse object report format
# v0.6.35
- rotated base91 telemetry bits in output
# v0.6.34
- fixed timestamps being parsed incorrectly
# v0.6.33
- added ambiguity parsing for normal position reports
(fixes the unexpected exception)
# v0.6.32
- sendall() method to IS, allows sending of packets
- corrently parsing beacon packets
- changed default port to full feed, instead of bi-directional filter
- added passcode() to generate passcode for a given callsign
- moved exception logging logic from exceptions.py to IS.py
Should work the same as before
- reload(aprslib) should now work
- various bug fixes