Update changelog

This commit is contained in:
Lance Edgar 2018-10-09 16:38:10 -05:00
parent f36c1fbc3f
commit 9e065541b9
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG 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) 0.7.38 (2018-10-03)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.7.38' __version__ = '0.7.39'