Update changelog
This commit is contained in:
parent
d4089fbc6e
commit
2f115c0717
|
@ -5,6 +5,10 @@ CHANGELOG
|
||||||
Unreleased
|
Unreleased
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
||||||
|
0.9.91 (2024-04-15)
|
||||||
|
-------------------
|
||||||
|
|
||||||
* Avoid uncaught error when updating order batch row quantities.
|
* Avoid uncaught error when updating order batch row quantities.
|
||||||
|
|
||||||
* Try to return JSON error when receiving API call fails.
|
* Try to return JSON error when receiving API call fails.
|
||||||
|
@ -13,7 +17,8 @@ Unreleased
|
||||||
|
|
||||||
* Show toast msg instead of silent error, when grid fetch fails.
|
* Show toast msg instead of silent error, when grid fetch fails.
|
||||||
|
|
||||||
* Rename template files to avoid "buefy" names.
|
* Remove most references to "buefy" name in class methods, template
|
||||||
|
filenames etc.
|
||||||
|
|
||||||
|
|
||||||
0.9.90 (2024-04-01)
|
0.9.90 (2024-04-01)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.90'
|
__version__ = '0.9.91'
|
||||||
|
|
Loading…
Reference in a new issue