Misago v0.19.2 Release Notes

Release Date: 2018-09-16 // over 5 years ago
  • πŸš€ Misago 0.19.2 is a maintenance release focused on fixing issues and improving different areas of project.

    ⚑️ Updating instructions

    ⚑️ To update Misago from 0.19.1 to 0.19.2 use PIP to uninstall old Misago and install new one:

    pip uninstall misago
    pip install misago
    

    βœ… Next, run following commands to make sure your forum database and static files are up to date with latest changes:

    python manage.py migrate
    python manage.py collectstatic
    

    πŸ†• New features

    none

    Theme changes

    none

    πŸ› Bugs fixed

    • 🐳 #1051 - Debug Toolbar was not being displayed inside development docker container.
    • #1100 - createfakeusers could run out of usernames.

    Implementation and API changes

    • 🚚 #993 - Removed dependency on β€œpackaging" module in "check version" admin tool.
    • 🚚 #1061 - Moved requirements management to pip-tools.
    • #1079 - Consolidated all bash dev scripts into single file.
    • #1084 - createsuperuser will no longer require password to pass validation. This change is to bring its behavior in line with Django 2.0 implementation, and make it easier to create throwaway super user accounts in development.
    • #1088 - Misago will now add rel=noopener to outgoing links posted by users.
    • #1091 - Replaced GitHub API with PyPi in "check version" admin tool.
    • #1100 - Progress bar displayed by bulk-processing commands now also displays number of completed items.
    • πŸ— #1101 - buildactivepostersranking management command will now display time it took to complete. It should also be little faster than it used to be.
    • ⚑️ #1104 - Updated default cron.txt to have 5 minute delays between each maintenance task run, conserving host's memory better.

    πŸ“š Documentation changes

    none

    Localization changes

    • ⚑️ #1082 - Translation source for django.po has changed. Transifex has been updated.