- Fix IPv6 / GeoIP issue - Improve debug toolbar - Improve dashboard - Celery: expire task before next run scheduled
0.5.1
------------------
- add security debug panel: shows permissions and roles assignments - faster query_with_permission() - Fix: user administration could remove non-assignable roles - Subforms (Form used in FormFields / ListFormFields / etc) can filter their fields according to permission passed to top Form.
0.5.0
------------------
- Editable comments - Upgrade SQLAlchemy to 0.9 - Admin: add Tag panels
0.4.5
------------------
Improvements and updates ~~~~~~~~~~~~~~~~~~~~~~~~
- Breaking: minor schemas changes. Migrations needed for existing applications - tags in 'default' namespace are indexed in document's text for full text search on tag label - age filter has a new option to show full date when date is not today - run command: add `--ssl` option - admin: manage groups membership from user page - updated requirements to ensure sane minimum versions - Role based access control makes more permissions checks againts roles and less simple role check
Fixes ~~~~~
- fixes for celery workers - fix: check user has role on object with global role - fix: check user has roles through group membership
0.4.4
------------------
Design / UI ~~~~~~~~~~~
- Navbar is now non-fluid.
Updates ~~~~~~~
- Upgrade Jinja to 2.8 and Babel to 2.0
Fixes ~~~~~
- Fixed image cropping.
0.4.3
------------------
Another release because there was a version number issue with the previous one.