Skip to content

Latest commit

 

History

History
98 lines (65 loc) · 2.74 KB

changelog.md

File metadata and controls

98 lines (65 loc) · 2.74 KB

0.1.1

  • Tested and added binaries for Ubuntu 22.04.
  • Fixed some bugs

0.1.2

  • Fixed some bugs

0.1.3

  • Enable Server side 'Edit'-menu commands (Paste,Insert,Delete) for DataView table in 'Run' mode
  • Improve import of DataView items
  • Fix some bugs

0.1.4

  • Fixed bug

0.1.5

  • Fixed 'String'-format of data view item displaying

0.2.0

  • Make ModbusTools available for older version of Qt framework: starting with version 0.2.0 ModbusTools support Qt 5.8 version or later
  • Add ModbusLib submodule project. It non-Qt project working with TCP sockets and serial port for Modbus protocol. It deletes dependencies to Qt5Network and Qt5SerialPort libs.
  • Fixed server action (simulation) edit bugs

0.2.1

  • Renew ModbusLib which fix flooding messages and open/close port bugs
  • Add CMake support
  • Fixed bugs

0.2.2

  • Fixed bug

0.3.0

  • Add Modbus Scanner for Modbus client
  • Add new Modbus functions: MASK_WRITE_REGISTER, READ_WRITE_MULTIPLE_REGISTERS
  • Improve 'Send Message' dialog window
  • Add all encodings suppoted by Qt framework to the 'String' data format
  • Add possibility to save DataViewItem values in values when saving project for client
  • Upgrade status bar with Tx/Rx statistics
  • Add Copy action type

0.3.1

  • Make project builder more tolerant for unexpected attribute or element
  • Fixed bugs

0.3.2

  • Load previously saved project when starting the client/server
  • Mdi Windows are saved/restored their geometry (when saving/opening project) for client/server
  • Fixed bugs

0.3.3

  • Improve client's Scanner Window
  • Allow user right to enter port name if it's absent in list of serial ports in ComboBox
  • Fixed bugs

0.3.4

  • Added the ability to import/export DataView data list selected items in CSV format
  • Fixed bugs

0.3.5

  • When click Insert in the DataView window, the new value is added to the list, but taking into account the address and size of the element format above.
  • Added insert/delete hotkeys for port/device/actions elements (+copy/paste for simulation actions)
  • Added a confirmation prompt when deleting items such as port and device
  • Added import/export whole DataView list in csv-format
  • Added import/export for simulation actions in csv-format
  • Added min/max params for simulation action of Increment

0.3.6

  • Added ProjectInfo dialog + update project xml file params
  • Added detection of changes in the project and confirmation prompt when exit and project is not saved

0.3.7

  • Added menu File->Recent to quick open previous projects
  • Added menu File->Close to close current project
  • Fixed Client Scanner for Modbus TCP scanning

0.3.8

  • Added Export button for LogView