Skip to content

Releases: thedjnK/AuTerm

Version 0.19b test release

13 Sep 19:37

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.19b. This release includes the following:

  • Fixes some unused unused variable warnings
  • (MCUmgr plugin) Fixes issue with UART chunking in some circumstances
  • (MCUmgr plugin) Fixes including image number if 0 in upload request to save space
  • (MCUmgr plugin) Removes minimum params button from bluetooth window
  • (MCUmgr plugin) Adds UDP dialogue interaction
  • (MCUmgr plugin) Adds automatic transport dialogue close when other transport is selected
  • (MCUmgr plugin) Improves status output display by showing messages and includes error codes when errors are returned

Note that this requires a 64-bit version of Windows or Linux to run and (for Windows): the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.19a test release

12 Sep 13:50

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.19a. This release includes the following:

  • (MCUmgr plugin) Fixes img mgmt TLV fields being treated as signed
  • (MCUmgr plugin) Fixes not ignoring rc 0 errors

Note that this requires a 64-bit version of Windows or Linux to run and (for Windows): the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.19 test release

10 Sep 21:07

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.19. This release includes the following:

  • (MCUmgr plugin) Adds test derived Bluetooth transport
  • (MCUmgr plugin) Adds plugin load/set setting functionality
  • (MCUmgr plugin) Adds UDP setup form (unused)

Note that this requires a 64-bit version of Windows or Linux to run and (for Windows): the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.18 test release

31 Aug 14:31

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.18. This release includes the following:

  • (MCUmgr plugin) Fixes missing parent from popup message object
  • (MCUmgr plugin) Fixes issue with image upload not working
  • (MCUmgr plugin) Fixes issue with crash when marking image for test after upload
  • (MCUmgr plugin) Fixes issue with not supporting SMP error responses in SMP version 2 mode
  • (MCUmgr plugin) Updates UI and move group objects to new struct
  • (MCUmgr plugin) Adds fs mgmt upload/download/status functionality
  • (MCUmgr plugin) Adds fs mgmt hash/checksum and supported hash/checksum functionality
  • (MCUmgr plugin) Adds message MTU support and limits message size when uploading firmware images to MTU
  • (MCUmgr plugin) Adds error lookup functionality with group error codes (and initial UI)
  • (MCUmgr plugin) Adds transport class and make UART derive from it
  • (MCUmgr plugin) Adds test derived UDP transport
  • (MCUmgr plugin) Adds basic validity functionality to message
  • Adds window icon

Note that this requires a 64-bit version of Windows or Linux to run and (for Windows): the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.17 test release

15 Aug 20:31

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.17. This release includes the following:

  • (MCUmgr plugin) Fixes img mgmt response checking
  • Fixes VT100 colours to match their expected colours
  • (MCUmgr plugin) Fixes switching to terminal tab upon starting MCUmgr plugin function
  • (MCUmgr plugin) Make SMP version 2 the default
  • (MCUmgr plugin) Revert to SMP version 1 if SMP version 2 command times out
  • (MCUmgr plugin) Adds automatic sequence number incrementing
  • (MCUmgr plugin) Adds os mgmt OS/application info functionality
  • (MCUmgr plugin) Adds os mgmt reset functionality
  • (MCUmgr plugin) Adds (optional) reset support after img mgmt upload
  • (MCUmgr plugin) Adds img mgmt image set functionality
  • (MCUmgr plugin) Adds os mgmt task list functionality
  • (MCUmgr plugin) Adds os mgmt memory pool functionality
  • Adds support for VT100 bold/italic/underline/strikethrough/dim support
  • (MCUmgr plugin) Adds shell mgmt functionality
  • (MCUmgr plugin) Adds stat mgmt functionality

Note that this requires a 64-bit version of Windows or Linux to run and (for Windows): the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.16c test release

06 Aug 12:10

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.16c. This release includes the following:

  • Fixes an issue with scrollback history not restoring properly
  • Unifies output build folder and fixes static building on linux
  • (MCUmgr plugin) Fixes an issue with infinte loop upon receiving a bad packet
  • (MCUmgr plugin) Adds a SMP processor class which supports command timeout, message resending and version downgrading
  • (MCUmgr plugin) Adds an SMP group base class with a deried img mgmt group (supporting state get/set, upload erase) and os mgmt (supporting echo)

Note that this requires a 64-bit version of Windows or Linux to run and (for Windows): the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.16b test release

25 Jul 20:46

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.16b. This release fixes an issue with scripting wrongly timing out instantly, fixes an issue with terminal slowness with binary data, displays all data regardless of being busy, disables undo/redo on terminal object, reduces default scripting buffer size, fixes image list lockup and show hex-encoded hash in MCUmgr plugin.
Note that this requires a 64-bit version of Windows to run and the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.16a test release

23 Jul 11:28

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.16a. This release fixes issues with data in the terminal window. This also updates the 64-bit Linux build Qt version to match the windows build.
Note that this requires a 64-bit version of Windows to run and the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.16 test release

22 Jul 13:05

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.16. This release fixes issues with sending large data via speed test, fixes an issue with displaying partial UTF-8 data and de-duplicates data stored in the terminal object. This also adds a 64-bit Linux build, albeit using an old Qt version.
Note that this requires a 64-bit version of Windows to run and the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe

Version 0.15 test release

21 Jul 20:51

Choose a tag to compare

Pre-release

This is a test release of AuTerm version 0.15. This release updates some features and adds VT100 decoding.
Note that this requires a 64-bit version of Windows to run and the microsoft visual studio 2022 redistributable from https://aka.ms/vs/17/release/vc_redist.x64.exe