⚠️ Migration Reset ⚠️
**Before** you update to this version, run the following command:
shell
python manage.py migrate aa_forum zero
**After** you updated run:
shell
python manage.py migrate aa_forum
Added
- Unread messages functionality
- Version to static files to break browser caches on version updates
- New topic view now also has the bread crumb navigation
- Ability to create new boards with a new category
- Clear form button in forms that need it
Changed
- Search function behavior. Up until now, the search function was looking for the
whole search phrase, which is not the desired behavior. Now it checks if at least
one word of the search phrase is in the message. This might give you more results
but also doesn't miss the result you were looking for.
- Slugs consolidated
- Internal URLs reworked
- Pagination URLs reworked
Fixed
- Appearance for multi select dropdown when dark mode is used