-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathchangelog
118 lines (65 loc) · 3.12 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
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
pifi (0.10.0) xenial; urgency=medium
* Support for setting country code through pifi
* Fix type errors with specifying a channel in AP mode
* Add monkeypatches needed on Ubuntu 20.04
-- Rohan Agrawal <[email protected]> Wed, 09 Jun 2021 20:05:53 -0700
pifi (0.9.0) xenial; urgency=medium
* Multiple LED blink patterns for different states
* Print message when connection added to elimiate warning confusion
-- Rohan Agrawal <[email protected]> Sun, 12 Apr 2020 20:05:53 -0700
pifi (0.8.0) xenial; urgency=medium
* Add rescan and -y features
-- Rohan Agrawal <[email protected]> Sat, 04 Apr 2020 16:17:06 -0700
pifi (0.7.1) xenial; urgency=medium
* Fixed pifi list seen
-- Rohan Agrawal <[email protected]> Sat, 04 Apr 2020 11:44:49 -0700
pifi (0.7.0) xenial; urgency=medium
* Fix status in AP mode
* Wrap LED blinking in try_catch
-- Rohan Agrawal <[email protected]> Thu, 02 Apr 2020 13:18:26 -0700
pifi (0.6.0) xenial; urgency=medium
* Add ability to remove a network
-- Rohan Agrawal <[email protected]> Wed, 25 Jul 2018 20:24:44 -0700
pifi (0.5.3) xenial; urgency=medium
* Warn when trying to add network with default hostname
-- Rohan Agrawal <[email protected]> Sat, 21 Jul 2018 20:02:41 -0700
pifi (0.5.2) xenial; urgency=medium
* Fix bad pifi.conf
-- Rohan Agrawal <[email protected]> Sat, 02 Jun 2018 08:40:52 -0700
pifi (0.5.1) xenial; urgency=medium
* Fix dependancies
-- Rohan Agrawal <[email protected]> Sat, 02 Jun 2018 08:28:47 -0700
pifi (0.5.0) xenial; urgency=medium
* Added support for LEDs and Buttons
-- Rohan Agrawal <[email protected]> Fri, 01 Jun 2018 19:55:04 -0700
pifi (0.4.1) xenial; urgency=medium
* Quick test
-- Rohan Agrawal <[email protected]> Thu, 21 Dec 2017 22:29:52 -0800
pifi (0.4.0) xenial; urgency=medium
* Added ability to set the system hostname
* Regenerate AP mode conf by default
-- Rohan Agrawal <[email protected]> Tue, 19 Dec 2017 15:19:14 -0800
pifi (0.3.0) xenial; urgency=medium
* Added unit tests, run them during debian builds
* Use last 4 digits of MAC in SSID
-- Rohan Agrawal <[email protected]> Tue, 19 Dec 2017 15:16:44 -0800
pifi (0.2.3) xenial; urgency=medium
* Bugfix for bad optional argument handling
-- Rohan Agrawal <[email protected]> Sun, 06 Aug 2017 14:34:56 -0700
pifi (0.2.2) xenial; urgency=medium
* Fix systemd service
-- Rohan Agrawal <[email protected]> Sun, 06 Aug 2017 10:14:09 -0700
pifi (0.2.1) xenial; urgency=medium
* Fix dependancy issue with python3-networkmanager
-- Rohan Agrawal <[email protected]> Sun, 06 Aug 2017 10:05:12 -0700
pifi (0.2.0) xenial; urgency=medium
* Switch to Python 3
* Handle connection settings in the cli part
* Support passwordless networks
* Modularize the code
-- Rohan Agrawal <[email protected]> Fri, 04 Aug 2017 21:42:36 -0700
pifi (0.1.3) xenial; urgency=medium
* create /etc/pifi_pending if it doesn't exist
* include a /etc/pifi_pending file in the deb
* have pifi --version report the right version
-- Rohan Agrawal <[email protected]> Fri, 04 Aug 2017 21:00:14 -0700