- Change MARA_XXX variables to functions to delay importing of imports
- Delay computation of navigation tree to the first time it's needed (in order to save load time)
- Remove dependency_links from setup.py to regain compatibility with recent pip versions
- Bump flask & mara db dependency
- Get working on Windows
- Fix bug in auto discovery of navigation entries
- Define navigation-bar enpoint in python code to make it mountable in a subfolder
with [`werkzeug.wsgi.DispatcherMiddleware`](http://flask.pocoo.org/docs/1.0/patterns/appdispatch/).
**required changes**
This release should be backward compatible with older other mara packages. However, when updating to packages that rely on this version of mara-app, changes to the application bootstrap process are required. Please have a look at the [`__init__.py` of the mara example project](https://github.com/mara/mara-example-project/blob/master/app/ui/__init__.py) for how to setup navigation and ACL.
For updating your own module's `__init__.py`, please have a look at the one of [mara-acl](https://github.com/mara/mara-example-project/blob/master/app/ui/__init__.py)