Update changelog
This commit is contained in:
parent
f36c1fbc3f
commit
9e065541b9
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.7.39 (2018-10-09)
|
||||
-------------------
|
||||
|
||||
* Fix bug when non-numeric entry given for mobile inventory "quick row".
|
||||
|
||||
* Show tempmon readings when viewing client or probe.
|
||||
|
||||
* Auto-disable button when sending email preview.
|
||||
|
||||
* Add some helptext for various tempmon fields.
|
||||
|
||||
* Allow override of jquery for base templates, desktop and mobile.
|
||||
|
||||
* Improve "length" (hours) column for Worked Shifts grid.
|
||||
|
||||
* Add basic Excel download support for raw worked shifts.
|
||||
|
||||
|
||||
0.7.38 (2018-10-03)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.7.38'
|
||||
__version__ = '0.7.39'
|
||||
|
|
Loading…
Reference in a new issue