Release Note 🎉
💡 Now! We support more properties of MQTT v5.0!
Features 🌈
- Support for configuring more Properties when connecting and publishing on MQTT v5.0
- Support for adding and displaying User Properties on MQTT v5.0
- Support for configuring Properties when subscribing to topics on MQTT v5.0
- Support multiple topics subscriptions at once
- Add auto-scroll setting
- Theme sync with OS setting (Only macOS)
- Add Hungarian language support (Thanks @misi89 ) 🇭🇺
Fix 🛠
- Fix the auto-resub sync issue
- Fix import data issue
- Fix can not edit an existing connection
- Fix the error of certificate has expired
- Fix can not clear history for messages
- Fix base64 convert issue
- Fix new windows loading issue
- Fix the disorder issue of the connection list
What's Changed
- chore(deps-dev): bump electron from 11.4.8 to 11.5.0 by @dependabot in #738
- fix(connectionForm): enhance custom deepMerge method by @oceanlvr in #737
- feat(subscription): add MQTT5 prop subscription support by @oceanlvr in #739
- fix(connectionForm): fix merged issue with empty subsciption id by @oceanlvr in #743
- fix(export): add time field for connection Model by @oceanlvr in #745
- chore(deps): bump vm2 from 3.9.3 to 3.9.5 by @dependabot in #746
- feat(mqtt5): mqtt5 properties support by @oceanlvr in #747
- fix(messagelist): flush retain message when reconnect by @oceanlvr in #751
- fix(subscibe): remove empty granted error by @oceanlvr in #752
- fix(connection): modify reconnect log by @ysfscream in #755
- chore(package): bump electron to 12.2.2 by @ysfscream in #756
- Support disable and enable the auto scroll by @ysfscream in #757
- feat(database_config): add sql debug cli by @ysfscream in #759
- feat(Hungarian Language): Add hungarian language support by @misi89 in #753
- chore(package): remove useless dependencies by @ysfscream in #760
- fix(lang): completed the hu lang support by @ysfscream in #761
- refactor(client): merge auto-resub option with mqtt by @oceanlvr in #758
- fix(service): refactor delete API by @oceanlvr in #762
- refactor(sub): add loading status on sub list by @ysfscream in #763
- fix(MsgPublish): fix base64 convert issue by @oceanlvr in #767
- fix(newWindows): fix new windows loading issue by @oceanlvr in #773
- fix(connectionHistory): history connection duplication id issue by @oceanlvr in #774
- fix(connectionList): unexpected collectionId update issue by @oceanlvr in #775
- fix(mqtt5): update receiveMaximum initial value by @oceanlvr in #777
- fix(connectionList): fix collectionId null issue by @oceanlvr in #778
- 1.7.0 by @ysfscream in #779
- chore(deps): bump axios from 0.21.1 to 0.21.2 by @dependabot in #780
- docs: add faq by @ysfscream in #783
- WIP: add push mqtt5 props card by @oceanlvr in #782
- feat(mqtt5): add message mqtt5 props support by @oceanlvr in #784
- refactor(mqtt5): adjust meta card UI by @oceanlvr in #785
- style(meta): modify some meta card styles by @ysfscream in #786
- feat(subscriptions): support subscribe muti-topics by @ysfscream in #788
- feat(messagelist): support messagelist props ui by @oceanlvr in #789
- fix(subscribe): multi subscribes insert issue by @oceanlvr in #790
- refactor(message): enhance message props type by @oceanlvr in #792
- fix(msg): fix properties is undefined by @ysfscream in #793
- fix(msg): fix display user props issue by @ysfscream in #794
- feat(msg): add tooltip when meta button disabled by @ysfscream in #796
- style(msg): modify user properties display styles by @ysfscream in #797
- WIP: feat(connection): support rest connection props by @oceanlvr in #795
- feat(message): support message push prop history by @oceanlvr in #798
- feat(settings): sync with os theme setting by @ysfscream in #800
- fix(message): fix message prop incorrect insert by @oceanlvr in #803
- fix(msg): fix save properties issue by @ysfscream in #804
- chore(package): bump mqtt to 4.2.8 by @ysfscream in #805
- fix(connection): fix properties has default value issue by @ysfscream in #806
- fix(connection): fix unsafe object deep merge by @oceanlvr in #807
- fix(msg): add confirm reset prompt and fix can not load user properties by @ysfscream in #808
- fix(msg): fix correlation data is buffer type by @ysfscream in #809
- fix(will): completed the will message properties by @ysfscream in #810
- feat(components): add key value editor component by @ysfscream in #811
- fix(msg): properties state lsolation by @ysfscream in #812
- feat(connection): add unit for connection form by @ysfscream in #813
New Contributors
Full Changelog: v1.6.2...v1.7.0