Skip to content

Commit 2428050

Browse files
authored
Merge pull request #12 from theyosh/feature/profile
Feature/profile
2 parents f7947f6 + 6150228 commit 2428050

20 files changed

+2713
-832
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,32 @@ Changelog
22
=========
33

44

5-
2.5(2017-07-28)
6-
------------------
5+
2.6 (2017-08-06)
6+
------------
7+
8+
**New**
9+
- Add profile page reloading after changing profile image. [TheYOSH]
10+
- Add Animal Profile option. [TheYOSH]
11+
- Add robots.txt. [TheYOSH]
12+
13+
**Fixes**
14+
- Small fix. [TheYOSH]
15+
- Fix missing variable in template. [TheYOSH]
16+
- Fix 404 error in template rendering. [TheYOSH]
17+
18+
**Updates**
19+
- Update changelog. [TheYOSH]
20+
- Update changelog. [TheYOSH]
21+
- Update translations. [TheYOSH]
22+
23+
**Other**
24+
- Changed profile image uploading. [TheYOSH]
25+
- Moved profile page to main menu. [TheYOSH]
26+
- Remove debug. [TheYOSH]
27+
28+
29+
2.5 (2017-07-28)
30+
----------------
731

832
**New**
933
- Add fancybox. [TheYOSH]
@@ -17,6 +41,7 @@ Changelog
1741

1842
**Updates**
1943
- Update changelog. [TheYOSH]
44+
- Update changelog. [TheYOSH]
2045
- Update documentation part2. [TheYOSH]
2146
- Update readme. [TheYOSH]
2247
- Update screenshots 4. [TheYOSH]

defaults.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[terrariumpi]
22
host = ::
33
port = 8090
4-
version = 2.5
4+
version = 2.6
55
title = TerrariumPI %(version)s
6-
person = M. Daygecko
7-
image = /static/images/gecko.jpg
86
power_usage = 5
97
owfs_port = 4304
108
admin = admin
@@ -17,3 +15,7 @@ water_price = 0
1715
[weather]
1816
location = http://www.yr.no/place/Netherlands/Groningen/Groningen
1917
windspeed = kmh
18+
19+
[profile]
20+
name = M. Daygecko
21+
image = static/images/profile_image.jpg
25.9 KB
Binary file not shown.

locales/en_US/LC_MESSAGES/terrariumpi.po

Lines changed: 1098 additions & 389 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)