@@ -2,21 +2,70 @@ Changelog
22=========
33
44
5+ 2.8 (2017-09-26)
6+ ------------------
7+
8+ ** New**
9+ - Add update section for updating software from Git. Updated
10+ installation steps. [ TheYOSH]
11+ - Add translation screenshots. [ TheYOSH]
12+ - Add German translation first start. [ TheYOSH]
13+ - Added logout notification. Refs[ #22 ] ( https://github.com/theyosh/TerrariumPI/issues/22 ) . [ TheYOSH]
14+ - Add logout option. This will change the authentication headers so that
15+ you are not able to make changes anymore. Ref[ #22 ] ( https://github.com/theyosh/TerrariumPI/issues/22 ) . [ TheYOSH]
16+ - Added localized number and currency formatting. [ TheYOSH]
17+ - Added Italian localization, full translation new file:
18+ locales/it_IT/LC_MESSAGES/it.mo new file:
19+ locales/it_IT/LC_MESSAGES/it.po. [ Lorenzo Faleschini]
20+
21+ ** Fixes**
22+ - Update switch logging to add the old switch state in front of the new
23+ state. Should fix broken switch graphs. [ TheYOSH]
24+ - Fix translating sensor types. [ TheYOSH]
25+
26+ ** Updates**
27+ - Update install script to handle updates better. Forced GPIO pin number
28+ to float when reading data. [ #25 ] ( https://github.com/theyosh/TerrariumPI/issues/25 ) . [ TheYOSH]
29+ - Update readme file. [ TheYOSH]
30+ - Update changelog generator. [ TheYOSH]
31+ - Update copyright year. [ TheYOSH]
32+ - Updated weather icons. [ #23 ] ( https://github.com/theyosh/TerrariumPI/issues/23 ) . [ TheYOSH]
33+ - Update translations. [ TheYOSH]
34+ - Update leaflet to version 1.2.0. [ TheYOSH]
35+ - Updated AJAX loader indicator and whitespace. [ TheYOSH]
36+ - Small JS updates. [ TheYOSH]
37+ - Small js update. [ TheYOSH]
38+ - Updated online and door indicators. [ TheYOSH]
39+ - Update loading available languages. [ TheYOSH]
40+
41+ ** Other**
42+ - First final version Germand translation. Close [ #23 ] ( https://github.com/theyosh/TerrariumPI/issues/23 ) . [ @vanessa2013 ]
43+ - Merge branch 'master' of https://github.com/theyosh/TerrariumPI .
44+ [ TheYOSH]
45+ - New screenshots. [ TheYOSH]
46+ - Set default language to en_US. [ TheYOSH]
47+ - Renamed translation files. [ TheYOSH]
48+ - Merge pull request [ #21 ] ( https://github.com/theyosh/TerrariumPI/issues/21 ) from penzoiders/master. [ TheYOSH]
49+
50+ Added Italian localization, full translation (first release)
51+
52+
5532.7.1 (2017-09-09)
6- ----------------
54+ ------------------
755
856** New**
9- - Added description back to working. Fix #18 . [ TheYOSH]
57+ - Added description back to working. Fix [ #18 ] ( https://github.com/theyosh/TerrariumPI/issues/18 ) . [ TheYOSH]
1058- Add a new switch type GPIO-invert. Use it when normal GPIO is working
11- in oppisite way. Fix #20 . [ TheYOSH]
59+ in oppisite way. Fix [ #20 ] ( https://github.com/theyosh/TerrariumPI/issues/20 ) . [ TheYOSH]
1260
1361** Fixes**
14- - Fix webcam rotation. Settings was not saved at all :( . Fix #19 .
62+ - Fix webcam rotation. Settings was not saved at all :( . Fix [ #19 ] ( https://github.com/theyosh/TerrariumPI/issues/19 ) .
1563 [ TheYOSH]
1664- Fixed saving new password. Added error feedback when saving is not
17- successfull. And better password update check. Fix #17 . [ TheYOSH]
65+ successfull. And better password update check. Fix [ #17 ] ( https://github.com/theyosh/TerrariumPI/issues/17 ) . [ TheYOSH]
1866
1967** Updates**
68+ - Update changelog. [ TheYOSH]
2069- Update version number. [ TheYOSH]
2170- Update translations files. [ TheYOSH]
2271
@@ -26,10 +75,10 @@ Changelog
2675
2776** Fixes**
2877- Better warning message when sensor measured values are outside given
29- ranges. Fix #16 . [ TheYOSH]
30- - Fix switch callback functions. Refs #15 . [ TheYOSH]
31- - Fix adding new temperature sensors. Refs #15 . [ TheYOSH]
32- - Fixed bug found in #13 . Only calculate hours when lights are enabled.
78+ ranges. Fix [ #16 ] ( https://github.com/theyosh/TerrariumPI/issues/16 ) . [ TheYOSH]
79+ - Fix switch callback functions. Refs [ #15 ] ( https://github.com/theyosh/TerrariumPI/issues/15 ) . [ TheYOSH]
80+ - Fix adding new temperature sensors. Refs [ #15 ] ( https://github.com/theyosh/TerrariumPI/issues/15 ) . [ TheYOSH]
81+ - Fixed bug found in [ #13 ] ( https://github.com/theyosh/TerrariumPI/issues/13 ) . Only calculate hours when lights are enabled.
3382 [ TheYOSH]
3483
3584** Updates**
@@ -65,7 +114,7 @@ Changelog
65114- Update translations. [ TheYOSH]
66115
67116** Other**
68- - Merge pull request #12 from theyosh/feature/profile. [ TheYOSH]
117+ - Merge pull request [ #12 ] ( https://github.com/theyosh/TerrariumPI/issues/12 ) from theyosh/feature/profile. [ TheYOSH]
69118
70119 Feature/profile
71120- Changed profile image uploading. [ TheYOSH]
@@ -83,8 +132,8 @@ Changelog
83132
84133** Fixes**
85134- Fixed weather usage documentation. [ TheYOSH]
86- - Fix issue # 9 . Typo in function call. And extra fix for indicator on
87- the weather page. Close # 9 . [ TheYOSH]
135+ - Fix issue [ # 9 ] ( https://github.com/theyosh/TerrariumPI/issues/9 ) . Typo in function call. And extra fix for indicator on
136+ the weather page. Close [ # 9 ] ( https://github.com/theyosh/TerrariumPI/issues/9 ) . [ TheYOSH]
88137
89138** Updates**
90139- Update changelog. [ TheYOSH]
@@ -99,10 +148,10 @@ Changelog
99148- Activate config upgrade. [ TheYOSH]
100149- Updated software to run fully in Celsius or Fahrenheit. The option is
101150 now under system settings and is valid for all temperature
102- measurements. #10 . [ TheYOSH]
151+ measurements. [ #10 ] ( https://github.com/theyosh/TerrariumPI/issues/10 ) . [ TheYOSH]
103152
104153** Other**
105- - Merge pull request #11 from theyosh/documentation. [ TheYOSH]
154+ - Merge pull request [ #11 ] ( https://github.com/theyosh/TerrariumPI/issues/11 ) from theyosh/documentation. [ TheYOSH]
106155
107156 Documentation
108157- Remove fancybox. [ TheYOSH]
@@ -121,7 +170,7 @@ Changelog
121170- Add caching headers for API calls. [ TheYOSH]
122171
123172** Fixes**
124- - Merge pull request # 8 from theyosh/fix_environment. [ TheYOSH]
173+ - Merge pull request [ # 8 ] ( https://github.com/theyosh/TerrariumPI/issues/8 ) from theyosh/fix_environment. [ TheYOSH]
125174
126175 Fix environment
127176- Fix timer times in environment settings page. [ TheYOSH]
@@ -222,13 +271,13 @@ Changelog
222271
223272** New**
224273- Added exception handling for wrong GPIO pin number. [ TheYOSH]
225- - Add GPIO relay support. Closes # 3 . [ TheYOSH]
274+ - Add GPIO relay support. Closes [ # 3 ] ( https://github.com/theyosh/TerrariumPI/issues/3 ) . [ TheYOSH]
226275- Added sprayer modus. Is always sensor for now. [ TheYOSH]
227276- Added cooling system to the environment engine. [ TheYOSH]
228277- Added missing door module. [ TheYOSH]
229278- Add power switch title when hover over it. [ TheYOSH]
230279- Added support for Raspberry PI 1Wire interface sensors. For now only
231- temperature sensors are supported. # 2 . [ TheYOSH]
280+ temperature sensors are supported. [ # 2 ] ( https://github.com/theyosh/TerrariumPI/issues/2 ) . [ TheYOSH]
232281- Add support for GPIO (DHT11, DHT22 and AM2302) sensors. [ TheYOSH]
233282- Added support for Weater underground API data. [ TheYOSH]
234283- Added form fields explanations (2) [ TheYOSH]
@@ -261,12 +310,12 @@ Changelog
261310- Fix switch on detection. [ TheYOSH]
262311- Fix power switch logging. [ TheYOSH]
263312- Fix cleaning all sensors. [ TheYOSH]
264- - Update changelog. Fixes # 2 . [ TheYOSH]
313+ - Update changelog. Fixes [ # 2 ] ( https://github.com/theyosh/TerrariumPI/issues/2 ) . [ TheYOSH]
265314- Fix environment measurement. [ TheYOSH]
266- - Fix 1 wire sensor detection. # 2 . [ TheYOSH]
315+ - Fix 1 wire sensor detection. [ # 2 ] ( https://github.com/theyosh/TerrariumPI/issues/2 ) . [ TheYOSH]
267316- Fix SSL issue with weather data. [ TheYOSH]
268317- Fixes for other graphs and fixed processing sensor update form. Ref
269- # 2 . [ TheYOSH]
318+ [ # 2 ] ( https://github.com/theyosh/TerrariumPI/issues/2 ) . [ TheYOSH]
270319- Fix initial loading of total values for power and water. [ TheYOSH]
271320- Fix loading graphs when there is no data. [ TheYOSH]
272321- Fix wunderground weather data forecast. Missing data reset. [ TheYOSH]
@@ -295,7 +344,7 @@ Changelog
295344- Small updates. [ TheYOSH]
296345- Updated door system code. [ TheYOSH]
297346- Updated config settings. [ TheYOSH]
298- - Updated readme file for more information about sensor support. # 2 .
347+ - Updated readme file for more information about sensor support. [ # 2 ] ( https://github.com/theyosh/TerrariumPI/issues/2 ) .
299348 [ TheYOSH]
300349- Update install location Adafruit libraries. [ TheYOSH]
301350- Update startup script. [ TheYOSH]
@@ -318,20 +367,20 @@ Changelog
318367** Other**
319368- Merge branch 'master' of https://github.com/theyosh/TerrariumPI .
320369 [ TheYOSH]
321- - Merge pull request # 7 from theyosh/cooler. [ TheYOSH]
370+ - Merge pull request [ # 7 ] ( https://github.com/theyosh/TerrariumPI/issues/7 ) from theyosh/cooler. [ TheYOSH]
322371
323372 Merge Cooler system
324373- Merge branch 'master' of https://github.com/theyosh/TerrariumPI .
325374 [ TheYOSH]
326375- Merge branch 'master' of https://github.com/theyosh/TerrariumPI .
327376 [ TheYOSH]
328377- Change default logging to info. [ TheYOSH]
329- - In preperation for # 3 the power switch system has been rewritten to
378+ - In preperation for [ # 3 ] ( https://github.com/theyosh/TerrariumPI/issues/3 ) the power switch system has been rewritten to
330379 add and delete power switches. [ TheYOSH]
331- - Merge pull request # 4 from theyosh/gpio_sensors. [ TheYOSH]
380+ - Merge pull request [ # 4 ] ( https://github.com/theyosh/TerrariumPI/issues/4 ) from theyosh/gpio_sensors. [ TheYOSH]
332381
333382 Merge gpio sensors branch to master
334- - Changed term 1wire to OWFS to support Raspberry PI 1 Wire overlay. # 2 .
383+ - Changed term 1wire to OWFS to support Raspberry PI 1 Wire overlay. [ # 2 ] ( https://github.com/theyosh/TerrariumPI/issues/2 ) .
335384 [ TheYOSH]
336385- Cleanup spaces. [ TheYOSH]
337386- Removed debugging. [ TheYOSH]
0 commit comments