Releases: softwaresaved/lowfat
Releases · softwaresaved/lowfat
v1.0.0
v0.11.0
New Features
- Submit a blog post draft without an associated event
- Categorisation into budget pot categories at Funding Request review stage
- Flag when event is related with Fellows face to face selection meeting, Fellows inaugural meeting, Collaborations Workshop
Changes
- Finance categories should be more clear now
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
v0.10.2
v0.10.1
New Features
- Invoice option to claim submission
- Maintenance warning
- Timestamp for each communication entry
Changes
- Action links on staff dashboard
- Store the full message send to claimant when reviewing requests
- Email icon for fellows on index page only for staffs
- Use default type of funds and grant from Constance
- Fix Internal Server Error when login with GitHub
- Improve language
Upgrade Notes
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
v0.10.0
New Features
- Option to reset password
Changes
- Email template
Upgrade Notes
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
Need to replace {{ DOMAIN }}
with {{ protocol }}://{{ site.domain }}
in templates.
v0.9.0
New Features
- Recent Actions page (powered by django-simple-history)
- STAFFS_EMAIL into constance
- Add shortcut to forms on navigation bar
Changes
- Improve search bar look
- Use a UK/Europe standard format of dates
Upgrade Notes
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py populate_history --auto
$ python manage.py loaddata fixtures/flatpages.json