0.6
Features :
-
Display last pulled ticket in
tasks
,offices
andall_offices
(2019-12-26)
-
Decouple GUI and add command-line interface
(2019-12-22)
-
Add errors logger that will show in
./errors.log
-
Export improvements and options:
(2020-01-01)
- Add hiding headers option
- Add delimiter options
- Improve current
.csv
exporter
- Initial integration test suite:
(2019-12-30)
- Add testing db switch
- Cover and refactor all Administrate endpoints
Fixes and improvements:
- Migrate code from Python 2 and PySide to Python 3 and PyQT5
(2019-12-22)
- Customization multimedia page bug
(2019-12-22)
- Fix high memory consumption result of over caching
(2019-12-22)
- Use one source of truth for all translations
gt_cached.json
(2019-12-23)
- Fix
/feed
and announcements bug after migration to py3(2019-12-24)
- Fix reset office from within itself bug
(2019-12-24)
- Fix search SQLAlchemy safe parameters, after migration to py3 bug
(2019-12-24)
- Printer failsafe should display error in
errors.log
(2019-12-28)
- Fix last ticket to pull getting stuck bug
(2019-12-26)
- Fix operators common task permissions:
(2019-12-26)
- Operator shouldn't be able to
update
,reset
,delete
common tasks- apply to all affected endpoints and templates
-
Fix JS scripts IE11 compatibility
(2019-12-25)
-
Remove Firefox and new release notifier
(2019-12-25)
-
Fix audio multimedia upload false detection bug
(2019-12-25)
-
Fix multimedia
webm
format upload, addmp3
to supported files.(2019-12-25)
-
Fix windows printing to rely fully on
wmic
.(2019-12-28)
-
Fix task update bug, introduced after migrating to Py3
(2020-01-01)
-
Finally
IE 11
is fully supported 🚀 -
Backend refactoring improved performance by 62% under heavy overload 🚀