v7
Bug fixes:
- unexpected device restart (e.g. on Single Device Mode parameter change)


v6
New features:
- single device mode: possibility to keep all objects in main gateway device and avoid virtual BACnet devices (on/off toogle on BACnet settings page; default off)
- csv files view and simple edit possibility on Mapping Configuration web page
- Active text, Inactive text BACnet properties for BI, BO, BV objects (also added to embedded in gateway firmware device profiles)
- SDF (Specific Device File) files support (used for specific Modbus RTU devices BACnet objects properties permanent storage)
- writable via BACnet objects properties: Name, Description, Active text, Inactive Text (these properties stored in SDF files)
- writable via BACnet Device objects properties: Name, Description, Location (devices.csv file will be updated on write)
- displayed files filter dropdown on Mapping Configuration web page
- used RAM information display on status page
- settings reference information at right panels on Network and BACnet settings web pages

Changes:
- do not append " (RTU addr X)" text to virtual BACnet devices names
- during devices.csv generation append " (RTU addr X)" text to known devices names; if device is unknown put "Modbus RTU device (addr X)" text to BACnet name column
- help web page updated

Bug fixes:
- wrong addresses octets order in Active COV Subscriptions list property (Device Object)


v5
New features:
- production test
- Auto-IP activation with predefined 169.254.1.177 if no response from DHCP server
- Show Rx errors on RTU scanner page (now it is possible to distinguish no response event from garbage received if two slaves have same address assigned)

Bug fixes:
- disabled RTU Rx CRC check


v4
Bug fixes:
- not possible to delete csv files with long name
- FB8XI6UO, FB4XI2UO, FB8DI8XI6UO7R profiles (wrong Vin gain)


v3
New features:
- Do not allow write to virtual bacnet devices properties
- Use BACnet system status for virtual devices as responding/non responding (status: operational/non operational)
- Modbus Poll Intensity parameter
- New Known devices (csv profiles embedded into firmware): fb4di2r_230, fb2di1r_230, fb2belimo, fb2di6ui6uo, fb4di2xi2uo4r, fb4xi2uo, fb8di, fb8xi6uo, fb8xi, 1xi.rs485, fb16di-dl, fb10r, fb8di8xi6uo7r, out_rh_t_mb, rtf_mb 

Changes:
- Allow modbus regs grouping for registers with same address (BitN column can be different)
- Change register conversion offset from: subtract (read) / add (write), to: add (read) / subtract (write)
- Max profiles 16 instead of 10
- Max records per profile 128 instead of 100

Bug fixes:
- wrong coils and discrete inputs read


v2
New features:
- System log web page
- Modbus registers group read
- Format column support (int16, uint16, float32_be, float32_le, float32_be_byteswap, float32_le_byteswap)
- Device accessible with 11.22.55.3 IP in case of DHCP fail

Changes:
- Improved RTU read timing

v1 - initial