Ah, 2015 has came, and with it certain two pradigm shifts to Misago 0.6.
Those keeping up with project's github can guess one of shifts that occured, but for those who didn't know it yet:
Misago UI is being moved into Ember.JS
This means Misago became de-facto two apps. Django REST server exposing API's, and Ember.js application that handles frontend. The reason for this change origins from growing complexity of existing JS code, which while working nicely, was getting dangerously close to becoming JS framework on its own.
I didn't want that, so I've decided to offload this burden on 3rd party vendor. Ember.js went long way since its "debut" in Discourse and Django Rest Framework 3 is around for some time now.
The other shift shouldn't come as suprise either, considered there's thread discussing it on those forums:
Misago is becoming flatty
Yep, Misago 0.6 will introduce option to switch board index between showing categories and threads. Thread relation with category will too no longer be absolute, meaning that threads posted within subcategories will be displayed within parent categories, providing greater visibility and optional selectivity.
And ofcourse, other view will still be available trough link in navbar.
Finally, don't worry that Misago will become next Discourse. Dependencies needed to run Misago are still purely python and can be installed via single pip install
command with no extra configuration necessary.