• Feb. 10, 2018, 11:11 p.m.

    Misago 0.15 is quality of life release that brings small fixes and visual update to project's branding and default theme as well as updates translation files to be in sync with Transifex.

    Updating instructions

    To update Misago from 0.14 to 0.15 use PIP to uninstall old Misago and install new one:

    pip uninstall misago
    pip install misago
    

    Then run migrate and collectstatic commands to make sure your forum's database and static files are up to date:

    python manage.py migrate
    python manage.py collectstatic
    

    New features

    none

    Theme changes

    • 951 - Changed default theme's color scheme to be less gray all-around and bolder with brand's color. Updated branding to be more obvious on small sizes. Updated default og:image to use new branding.

    Bugs fixed

    • 953 - Guest's menu on desktop was displayed wrong on Safari.
    • 955 - Don't display signed out message in tabs where user is already signed out.
    • 957 - Don't display moderation button on user profile if no moderation actions are available.

    Implementation and API changes

    • 950 - Added test that checks if JavaScript translation files are correctly loaded and served under django-i18n.js url.

    Documentation changes

    none

    Localization changes

    • Updated translation files for es, fr, ru, tr_TR and zh_Hans language codes.
  • bookmark

    Thread has been pinned globally.

  • panorama_fish_eye

    Thread has been unpinned.