Add lower bounds check for DOM tag reference

- Closes #189
This commit is contained in:
Thomas Lauf 2018-11-25 12:24:30 +01:00
parent 067a475614
commit c598f2bd66
42 changed files with 2522 additions and 2 deletions

View file

@ -37,6 +37,8 @@
(thanks to janikrabe)
- #174 Interval is split in two when it encloses month border
- #183 Hyphen in annotation gets padded with spaces
- #189 segfault on timew get dom.active.tag.0
(thanks to Valodim)
- Fixed error from totals.py while timer is active
(thanks to davisdude)
- Refactoring of Interval and Range