Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
speshak committed Jun 13, 2020
1 parent a240611 commit 298eac8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
Changelog
=========


1.9 - IN DEVELOPMENT
--------------------
**2017-xx-xx**

Upgrade steps from 1.8:

* Django update to 1.10: ``pip install -r requirements.txt``
* Django update to 1.11: ``pip install -r requirements.txt``
* Database upgrade: ``python manage.py migrate``
* Update static files (only production): ``python manage.py collectstatic``

New features:

* Allow users to enter their birthdate instead of just the age (thanks `@dtopal`_) `#332`_
* Work to ensure that mobile templates are used when appropriate
* Added optional S3 static asset hosting.
* Drop Python 2 support.
* Replaced django-mobile with django-user_agent (and some custom code)
This isn't as slick as django-mobile was, but it unblocks possible Django 2.x support.
* Update many dependencies to current versions.

Improvements:

Expand All @@ -24,6 +29,12 @@ Improvements:
* Use a native data type for the exercises' UUID (thanks `@gmmoraes`_) `#364`_
* Increase speed of testsuite by performing the tests in parallel (thanks `@Mbarak-Mbigo`_) `wger_vulcan/#6`_
* Update screen when adding an exercise to the workout while using set slider (thanks `@gmmoraes`_) `#374`_
* Work to slim docker image
* Download images at startup - If `DOWNLOAD_IMGS` environmental variable is set to `TRUE`
* Uninstall dev packages
* Update Ubuntu version used in docker container.
* Fixed a handful of hard coded static path references to use `static` taglib
* Updated tinymce theme for v5.

Other improvements and bugfixes: `#336`_, `#359`_,`#386`_, `#443`_

Expand Down

0 comments on commit 298eac8

Please sign in to comment.