pyztk/CHANGELOG.md

48 lines
887 B
Markdown
Raw Permalink Normal View History

2016-06-17 13:41:39 +07:00
Changelog
=========
2018-04-30 20:33:17 +07:00
Version 0.9
-----------
* Initial Python 3 Support
* major changes
Version 0.8
-----------
* test suite tool (test_machine.py)
* Initial TCP support
Version 0.7
-----------
* internal major changes
Version 0.6
-----------
* device password support
2016-06-17 13:41:39 +07:00
2016-07-17 13:40:16 +07:00
Version 0.5
-----------
* bug fixed get_users bug
2016-06-23 16:31:18 +07:00
Version 0.4
-----------
* bug fixed
* minor update
* update documentation
2016-06-17 13:41:39 +07:00
Version 0.3
2016-06-17 13:42:37 +07:00
-----------
2016-06-17 13:41:39 +07:00
* add function `get_serialnumber` (return device serial number)
* add function `delete_user` (delete specific user by uid)
* add function `clear_data` (format device)
* add function `get_attendance` (get all attendance records)
* add function `clear_attendance` (clear all attendance records)
Version 0.2
2016-06-17 13:42:37 +07:00
------------
2016-06-17 13:41:39 +07:00
* add basic function and program fundamental
* configure pypi
* configure travis-ci integration
Version 0.1
2016-06-17 13:42:37 +07:00
-----------
2016-06-17 13:41:39 +07:00
* project initialization