Update changelog
This commit is contained in:
parent
d2aa91502a
commit
23e6eef604
20
CHANGES.rst
20
CHANGES.rst
|
@ -5,6 +5,26 @@ CHANGELOG
|
||||||
Unreleased
|
Unreleased
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
0.9.96 (2024-04-25)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Remove unused code for ``webhelpers2_grid``.
|
||||||
|
|
||||||
|
* Rename setting for custom user css (remove "buefy").
|
||||||
|
|
||||||
|
* Fix permission checks for root user with pyramid 2.x.
|
||||||
|
|
||||||
|
* Cleanup grid/filters logic a bit.
|
||||||
|
|
||||||
|
* Use normal (not checkbox) button for grid filters.
|
||||||
|
|
||||||
|
* Tweak icon for Download Results button.
|
||||||
|
|
||||||
|
* Use v-model to track selection etc. for download results fields.
|
||||||
|
|
||||||
|
* Allow deleting rows from executed batches.
|
||||||
|
|
||||||
|
|
||||||
0.9.95 (2024-04-19)
|
0.9.95 (2024-04-19)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.95'
|
__version__ = '0.9.96'
|
||||||
|
|
Loading…
Reference in a new issue