-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathReleaseNote.txt
58 lines (48 loc) · 1.43 KB
/
ReleaseNote.txt
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
###########################################
# HomePy : Control home with telegram messenger
#
# By Young Bae Suh, godstale@hotmail.com
# Check details at
# http://www.hardcopyworld.com
###########################################
v0.5.9
- Use system log instead print function
v0.5.8
- fix device id bug in sensor/graph command
- Add logging (save log as homepy.log : default level is WARNING)
v0.5.7
- fix chat_id bug (cannot send chat after process restarts)
- Add keypad command
- fix mjpg streamer bug. Always make /tmp/stream on streamer boot-up
v0.5.6
- add time based timer command
- fix timer check routine bug
- add 'chat' command (send text to chat)
- add watcher process (check main process and run again if it's
terminated by accident)
- enhance process kill routine in shell script file
- update protocol document
v0.5.5
- support MJPG Streamer instead of MMAL Motion
- change file name as class name
- load user parameters from HomePy.ini
- add files for service registration
v0.5.4
- add timer command
- define major structure as class
- add remove picture, remove graph command (remove image file)
- "remove noti with file name" is disabled
v0.5.3
- add macro command
- support negative integer
- fix bug
v0.5.2
- change packet parsing routine (fix multi-line packet bug)
- fix device list text
v0.5.1
- change WAN IP search shell command
- expand graph size
- change date display method of graph
- stable version
v0.5
Initial commit