-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathNEWS
120 lines (93 loc) · 3.34 KB
/
NEWS
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
kismon 1.0.3 (2021-03-14)
===============================
Changes:
* Compatibility with Kismet version 2020-12-R3
kismon 1.0.2 (2020-04-05)
===============================
Changes:
* Compatibility with Kismet versions 2019-12-R2 - 2020-03-R1
kismon 1.0.1 (2019-10-16)
===============================
Changes:
* Compatibility with Kismet versions 2019-08-R1 - 2019-09-R1
kismon 1.0.0 (2019-04-14)
===============================
Changes:
* Compatible with Kismet version 2019-01-beta2 & 2019-04-R1, incompatible with older versions
* Interfaces / data sources can be added to kismet from kismon
* The network encryption is shown in a shorter format
* Filters moved from the menu to a tab next to the log
* The columns of the network list can be enabled/disabled by right-click and reordered by drag&drop
Dependencies:
* The KismetRest Python module from kismet (>= 2019-01-beta2) is required
* python3-setuptools replaces python3-distutils
kismon 0.9.0 (2017-01-21)
===============================
Changes:
* Compatibility with Kismet versions 2016-01-R1 and 2016-07-R1
* GPS tracks can be stored and included in the KMZ file export
* Config file format changed from ini to json
* Bug fixes
kismon 0.8.1 (2016-06-29)
===============================
Changes:
* Bug fixes and performance improvements
kismon 0.8 (2016-03-12)
===============================
Changes:
* Kismon can now connect to multiple kismet servers
* The GPS track can be displayed on the map
* Comment column added to the network list
* Clipboard function added to the network list
* Support for WPA2 (thanks to krzotr)
* Save map position on quit (thanks to krzotr)
Dependencies:
* osm-gps-map >=1.0.2 is recommended, older versions will show a blank
map when you select the OpenStreetMap source
kismon 0.7 (2015-06-28)
===============================
Changes:
* Migrating to pyGObject Introspection and Gtk3
* Migrating to Python 3
kismon 0.6 (2012-06-03)
===============================
Changes:
* fix for crash caused by invalid GPS data (thanks to krzotr)
* various text files cleaned up (thanks to Fabian Affolter)
kismon 0.5 (2011-10-31)
===============================
Changes:
* BSSID and SSID can be filtered using regular expressions
* custom map sources can be used
* removed python-clutter dependency
kismon 0.4 (2011-07-30)
===============================
Changes:
* Map: switched from libchamplain to osmgpsmap
* Export: Kismon json, Kismet netxml, Google Earth kmz, MapPoint csv
* various bugfixes
kismon 0.3 (2011-03-03)
===============================
Changes:
* networks will be saved and loaded
* Kismet csv and netxml files can be imported
* the network list can be sorted
* added a statusbar to the main window
* the last gps position will be saved
* added a window to configure the channels in Kismet
* the signal graph shows a seperate line for each interface (>=Kismet 2011-01-R1)
* added a graph that shows the number of packets per second of a network
* libchamplain can now be installed without libmemphis
* the log list automatically scrolls to the last entry
* the number of entries in the log list can be limited
* the zoom buttons are now on the map
* the filters (encryption, type, ...) are now save in the config
* various bugfixes
kismon 0.2 (2010-09-03)
===============================
Changes:
* Local rendering
* Signal graphs
* Config window
* Battery info
* Many performance improvements