Skip to content

Releases: softwaresaved/lowfat

v0.11.0

08 Mar 17:52
Compare
Choose a tag to compare

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

02 Mar 00:32
Compare
Choose a tag to compare

Revert "Invoice option to claim submission" since the implementation use blake2 that is only available on Python >= 3.6.

v0.10.1

02 Mar 00:10
Compare
Choose a tag to compare

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

24 Feb 14:33
Compare
Choose a tag to compare

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

21 Feb 12:07
Compare
Choose a tag to compare

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

v0.8.0

20 Feb 18:49
Compare
Choose a tag to compare

New Features

  • Constance
  • Use flatpages for email template
  • Make it clear that information was saved

Changes

  • Use now as initial value for start date and end date
  • Add years prior to 2017 to forms
  • Remove 'Relative number' on admin's expense form