Skip to content

Commit

Permalink
Merge pull request #12 from theyosh/feature/profile
Browse files Browse the repository at this point in the history
Feature/profile
  • Loading branch information
theyosh authored Aug 6, 2017
2 parents f7947f6 + 6150228 commit 2428050
Show file tree
Hide file tree
Showing 20 changed files with 2,713 additions and 832 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,32 @@ Changelog
=========


2.5(2017-07-28)
------------------
2.6 (2017-08-06)
------------

**New**
- Add profile page reloading after changing profile image. [TheYOSH]
- Add Animal Profile option. [TheYOSH]
- Add robots.txt. [TheYOSH]

**Fixes**
- Small fix. [TheYOSH]
- Fix missing variable in template. [TheYOSH]
- Fix 404 error in template rendering. [TheYOSH]

**Updates**
- Update changelog. [TheYOSH]
- Update changelog. [TheYOSH]
- Update translations. [TheYOSH]

**Other**
- Changed profile image uploading. [TheYOSH]
- Moved profile page to main menu. [TheYOSH]
- Remove debug. [TheYOSH]


2.5 (2017-07-28)
----------------

**New**
- Add fancybox. [TheYOSH]
Expand All @@ -17,6 +41,7 @@ Changelog

**Updates**
- Update changelog. [TheYOSH]
- Update changelog. [TheYOSH]
- Update documentation part2. [TheYOSH]
- Update readme. [TheYOSH]
- Update screenshots 4. [TheYOSH]
Expand Down
8 changes: 5 additions & 3 deletions defaults.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[terrariumpi]
host = ::
port = 8090
version = 2.5
version = 2.6
title = TerrariumPI %(version)s
person = M. Daygecko
image = /static/images/gecko.jpg
power_usage = 5
owfs_port = 4304
admin = admin
Expand All @@ -17,3 +15,7 @@ water_price = 0
[weather]
location = http://www.yr.no/place/Netherlands/Groningen/Groningen
windspeed = kmh

[profile]
name = M. Daygecko
image = static/images/profile_image.jpg
Binary file modified locales/en_US/LC_MESSAGES/terrariumpi.mo
Binary file not shown.
1,487 changes: 1,098 additions & 389 deletions locales/en_US/LC_MESSAGES/terrariumpi.po

Large diffs are not rendered by default.

Loading

0 comments on commit 2428050

Please sign in to comment.