Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

83 lines (59 loc) · 1.97 KB

Changelog

1.2.1

Released on 29/07/2022

ATtila 1.2.0 (30/05/2020)

  • New ESK
    • RTSCTS
    • DSRDTR
    • WRITE
  • ATtila CLI
    • History
  • Changed minimum Python version to 3.5
  • Code
    • Type annotations
    • Indentation to 4 spaces

ATtila 1.1.6 (25/03/2020)

  • Fixed response collection

ATtila 1.1.5 (09/03/2020)

  • Fixed serial communication which didn't wait for all input
    • Serial is now slower, especially for lower baudrate

ATtila 1.1.4 (05/03/2020)

  • Fixed slow serial read when working with low baud rates
  • Added rtscts=True, dsrdtr=True options to serial open
  • Serial Write is no more blocking
  • Fixed doppelganger and collectables

ATtila 1.1.3 (07/12/2019)

  • Fixed a typo in ATRE for ESK EXEC (commit ref: 8506523)

ATtila 1.1.2 (29/10/2019)

  • Fixed broken windows installation

ATtila 1.1.1 (26/10/2019)

  • Didn't deploy virtual.

ATtila 1.1.0 (26/10/2019)

  • Fixed device not None after serial close
  • Fixed ATCommand response getter
  • Added SyntaxError exception handler in ATScriptParser
  • Fixed value getter in ESK
  • Added Virtual Serial device
  • Test improvements

ATtila 1.0.4 (13/10/2019)

  • Added codecov
  • Added missing CR value in BREAK ESK
  • Added ESK and ATRE tests

ATtila 1.0.3 (12/10/2019)

  • Fixed help in main
  • Added Travis