Changeset b4ea148 in tailbone
- Timestamp:
- 08/09/2020 03:06:41 PM (3 years ago)
- Branches:
- master
- Children:
- d0e7f7d
- Parents:
- ca31af1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
rca31af1 rb4ea148 2 2 CHANGELOG 3 3 ========= 4 5 0.8.101 (2020-08-09) 6 -------------------- 7 8 * Fix missing scrollbar when version diff table is too wide for screen. 9 10 * Add basic web views for "new customer order" batches. 11 12 * Tweak the buefy autocomplete component a bit. 13 14 * Add basic/unfinished "new customer order" page/feature. 15 16 * Add ``protected_usernames()`` config function. 17 18 * Add ``model`` to global template context, plus ``h.maxlen()``. 19 20 * Coalesce on ``User.active`` when merging. 21 22 * Expose user reference(s) for employees. 23 4 24 5 25 0.8.100 (2020-07-30) -
tailbone/_version.py
rca31af1 rb4ea148 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.8.10 0'3 __version__ = '0.8.101'
Note: See TracChangeset
for help on using the changeset viewer.