forked from danielperna84/hass-configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
100 lines (81 loc) · 2.82 KB
/
changelog.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
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
Version 0.2.3 (2017-11-12)
- Switched away from removed bootstrap API
- Added homeassistant-trigger
Version 0.2.2 (2017-11-01)
- Added option to list directories first @dimagoltsman
- Updated dependencies @jmart518
Version 0.2.1 (2017-10-12)
- Added script reloading
Version 0.2.0 (2017-09-25)
- Update MaterializeCSS to 0.100.1 @jmart518
- Added git push option @danielperna84
Version 0.1.9 (2017-08-16)
- Updated external libraries @jmart518
Version 0.1.8 (2017-08-03)
- UI fix (gid add button was broken)
- Link to repository was broken
- Removed "poc" from some old links
- Added IGNORE_PATTERN option @sytone
Version 0.1.7 (2017-04-27)
- Fixed incorrect numeric state option
- Removed check config option (HASS has changed, not useful anymore)
- Added reload for groups, core and automations
- Proper logging on the server side (useful for supervisor usage)
- Update Materialize + UI fixes
Version 0.1.6 (2017-03-28)
- Executing commands on remote machine now possbile (Issue #30)
- Using icons from https://materialdesignicons.com
- Icon browser added
- UI improvements
Version 0.1.5 (2017-02-28)
- UI improvements
- Added git init
- Added check_config API for HASS
Version 0.1.4 (2017-02-20)
- UI improvements
- Switch and create git branches
Version 0.1.3 (2017-02-17)
- Upload and download files
- Basic Git integration
- Minor UI changes and fixes
Version 0.1.2 (2017-02-13)
- Backend improvements @danielperna84
- Further UI improvements @jmart518
- Add / delete files / folders
Version 0.1.1 (2017-02-10)
- Improved UI @jmart518
Version 0.1.0 (2017-02-08)
- Switch to material design @jmart518
- New filebrowser @danielperna84
- Custom settings-menu (@jmart518 & danielperna84)
Version 0.0.8 (2017-02-03)
- Got rid of chroot workaround (Issue #2)
- Added confirmation dialog before saving files
- Changes to toolbar with extended editor settings
- Editor settings saved when Save-dialog is shown
- Allow setting file extensions to be shown in browser
- Loading files doesn't select whole text anymore
- Set directories to exclude from file browser
Version 0.0.7 (2017-02-01)
- Inserted elements are selected as visual feedback
- Focus jumps to end of selection
- Added optional authentication
- Added optional ALLOWED_NETWORKS to restrict access
- Added optional BANNED_IPS to restrict access
- Added optional IP banning if authentication fails
- Added optional persistent settings
- Bugfixes
- Code cleanup
Version 0.0.6 (2017-01-29)
- Added SSL support
- Added HASS restart button
- Added version indicator with link to repo
Version 0.0.5 (2017-01-27)
- Ugly workaround to run configurator.py from somewhere else than HASS-dir (Issue #1)
Version 0.0.4 (2017-01-26)
- Added modal dialogs (displayed when AJAX is done, dismiss with click)
Version < 0.0.4
- Added toolbar
- Added select-elements filled with bootstrap data
- Initial release
- Whatever I forgot