|
1 | 1 | CHANGES
|
2 | 2 | =======
|
3 | 3 |
|
| 4 | +1.2 |
| 5 | +--- |
| 6 | + |
| 7 | +* fix wheel tag for linux x86_64 by @nikteliy in https://github.com/gijzelaerr/python-snap7/pull/297 |
| 8 | +* Fixed typo area doesn't exist areas does by @Ofloo in https://github.com/gijzelaerr/python-snap7/pull/306 |
| 9 | +* add get_time and set_time in util by @Yingliangzhe in https://github.com/gijzelaerr/python-snap7/pull/308 |
| 10 | +* modification of TIME data type by @Yingliangzhe in https://github.com/gijzelaerr/python-snap7/pull/311 |
| 11 | +* added DATE_AND_TIME Value as Datetime object by @zsisamci in https://github.com/gijzelaerr/python-snap7/pull/312 |
| 12 | +* #273 by @nikteliy in https://github.com/gijzelaerr/python-snap7/pull/321 |
| 13 | +* Add byte type parsing to DB_Row API + set parsing case insensitive by @LoicGRENON in https://github.com/gijzelaerr/python-snap7/pull/315 |
| 14 | +* added missing types in WordLen by @zsisamci in https://github.com/gijzelaerr/python-snap7/pull/326 |
| 15 | +* Add support for read/write unsigned value from bytearray by @LoicGRENON in https://github.com/gijzelaerr/python-snap7/pull/316 |
| 16 | +* fixing ip string paramters to c function by @zsisamci in https://github.com/gijzelaerr/python-snap7/pull/329 |
| 17 | +* Add py.typed marker file by @mthuurne in https://github.com/gijzelaerr/python-snap7/pull/342 |
| 18 | +* require correct package name, fixes issue #344 by @gijzelaerr in https://github.com/gijzelaerr/python-snap7/pull/345 |
| 19 | +* Fix warnings by @nikteliy in https://github.com/gijzelaerr/python-snap7/pull/350 |
| 20 | +* Update license identifier by @Shortfinga in https://github.com/gijzelaerr/python-snap7/pull/349 |
| 21 | +* Update client db_write docs by @pwablito in https://github.com/gijzelaerr/python-snap7/pull/352 |
| 22 | +* Fix db_offset calculation error by @lubbbert in https://github.com/gijzelaerr/python-snap7/pull/351 |
| 23 | +* fix #355 by @swamper123 in https://github.com/gijzelaerr/python-snap7/pull/359 |
| 24 | +* fix #272 by @swamper123 in https://github.com/gijzelaerr/python-snap7/pull/360 |
| 25 | +* fix get_time for small values by @swamper123 in https://github.com/gijzelaerr/python-snap7/pull/358 |
| 26 | +* add more getter methods for utils by @swamper123 in https://github.com/gijzelaerr/python-snap7/pull/357 |
| 27 | +* Prepare for 1.2 by @gijzelaerr in https://github.com/gijzelaerr/python-snap7/pull/364 |
| 28 | + |
| 29 | +### New Contributors |
| 30 | + |
| 31 | +* @Ofloo made their first contribution in https://github.com/gijzelaerr/python-snap7/pull/306 |
| 32 | +* @zsisamci made their first contribution in https://github.com/gijzelaerr/python-snap7/pull/312 |
| 33 | +* @LoicGRENON made their first contribution in https://github.com/gijzelaerr/python-snap7/pull/315 |
| 34 | +* @mthuurne made their first contribution in https://github.com/gijzelaerr/python-snap7/pull/342 |
| 35 | +* @Shortfinga made their first contribution in https://github.com/gijzelaerr/python-snap7/pull/349 |
| 36 | +* @pwablito made their first contribution in https://github.com/gijzelaerr/python-snap7/pull/352 |
| 37 | +* @lubbbert made their first contribution in https://github.com/gijzelaerr/python-snap7/pull/351 |
| 38 | + |
| 39 | +**Full Changelog**: https://github.com/gijzelaerr/python-snap7/compare/1.1...1.2 |
| 40 | + |
4 | 41 | 1.1
|
5 | 42 | ---
|
6 | 43 |
|
|
0 commit comments