Update changelog
This commit is contained in:
parent
fe35986432
commit
8192b19858
49
CHANGES.rst
49
CHANGES.rst
|
@ -2,6 +2,55 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.0 (2018-12-02)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
This version begins the "serious" efforts in pursuit of REST API, Vue.js, Bulma
|
||||||
|
and related technologies.
|
||||||
|
|
||||||
|
* Use sqlalchemy-filters package for REST API collection_get.
|
||||||
|
|
||||||
|
* Refactor API collection_get to work with vue-tables-2.
|
||||||
|
|
||||||
|
* Remove some relationship fields when creating new Person.
|
||||||
|
|
||||||
|
* Fix bug in receiving template when truck dump not enabled.
|
||||||
|
|
||||||
|
* Tweak default "model title" logic for master view.
|
||||||
|
|
||||||
|
* Add better support for "make import batch from file" pattern.
|
||||||
|
|
||||||
|
* Fix download filename when it contains spaces.
|
||||||
|
|
||||||
|
* Add "min % diff" option for pricing batch from products query.
|
||||||
|
|
||||||
|
* Allow override of products query when making batch from it.
|
||||||
|
|
||||||
|
* Use empty string instead of null as fallback value, for pricing rows CSV.
|
||||||
|
|
||||||
|
* Add very basic Vue.js grid/index experiment for Users table.
|
||||||
|
|
||||||
|
* Add patterns for joining tables in API list methods.
|
||||||
|
|
||||||
|
* Add template "theme" feature, albeit global.
|
||||||
|
|
||||||
|
* Clean up how we configure DB sessions on app startup.
|
||||||
|
|
||||||
|
* Add description, notes to default form_fields for batch views.
|
||||||
|
|
||||||
|
* Add basic 'excite-bike' theme.
|
||||||
|
|
||||||
|
* Use Bulma CSS and some components for 'bobcat' theme.
|
||||||
|
|
||||||
|
* Add basic support for "simple menus".
|
||||||
|
|
||||||
|
* Refactor default theme re: "context menu" and "object helper" styles.
|
||||||
|
|
||||||
|
* Use 4 decimal places when calculating hours for worked shift excel download.
|
||||||
|
|
||||||
|
* Expose ``old_price_margin`` field for pricing batch rows.
|
||||||
|
|
||||||
|
|
||||||
0.7.50 (2018-11-19)
|
0.7.50 (2018-11-19)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.50'
|
__version__ = '0.8.0'
|
||||||
|
|
Loading…
Reference in a new issue