v1.7.1
Release Note 🎉
🆕 Happy New Year!
Features 🌈
- Support MQTT 5.0 Subscription Identifier
- Expose more properties on the message box and Logs
- Support Edit/Disable/Enable Topics
- Add Try EMQ X Cloud button on about page
- Update loading app page
- Add sync the os theme switch button
- Linux Flathub deployment https://flathub.org/apps/details/com.emqx.MQTTX (Thanks @eaglesemanation )
Fix 🛠
- Fix pass the ob field to user properties
- Fix client id is unique in the database
- Fix can not send empty Topic when using Topic Alias
- Fix resub can not sync all subscriptions data
- Fix collection importing issue
- Fix sync auto-resub
- Fix new window issue
- Fix can not display offline messages
What's Changed
- fix(common): modify emqx cloud description by @ysfscream in #816
- fix(connection): fix pass the ob field to user properties by @ysfscream in #817
- fix(connection): fix client id is unique in database by @ysfscream in #818
- fix(connection): add unit to session expiry interval by @ysfscream in #820
- feat(subscriptions): add sub identifier field by @ysfscream in #822
- feat(subscriptions): add sub identifier by @ysfscream in #824
- fix(msg): remove reset meta data function by @ysfscream in #825
- fix(connection): fix can sent empty topic when set the topic alias by @ysfscream in #826
- refactor(i18n): replace some /$t to /$tc by @ysfscream in #827
- style(msg): use key value editor to display user properties by @ysfscream in #829
- feat(log): add properties log by @ysfscream in #831
- fix(subs): fix resub can not sync the all data by @ysfscream in #832
- feat(settings): add sync the os theme field by @ysfscream in #833
- docs(readme): update readme by @ysfscream in #834
- feat(about): add try mqtt cloud button by @ysfscream in #835
- feat(msg): display the content type on message box by @ysfscream in #836
- style(index): update loading page when first load page by @ysfscream in #837
- feat(connection): add edit button on contextmenu & add some logs by @ysfscream in #838
- feat(connection): display response topic correlation data and topic a… by @ysfscream in #840
- feat(about): update about page by @ysfscream in #841
- docs(manual): update docs images by @ysfscream in #842
- fix(import): collection importing issue by @oceanlvr in #843
- docs(readme): update readme by @ysfscream in #844
- docs(manual): update docs by @ysfscream in #845
- docs(manual): update docs by @ysfscream in #846
- docs(manual): fix docs image path by @ysfscream in #847
- chore(package): bump mqtt to 4.3.0 to fix types error by @ysfscream in #848
- feat(subscriptions): support edit topic by @ysfscream in #850
- fix(connection): fix sync auto resub issue by @ysfscream in #851
- fix(connection): isolating connections in the new window by @ysfscream in #852
- refactor(log): improve the log info by @ysfscream in #853
- fix(connection): fix can not display an offline message when connected by @ysfscream in #854
- fix(window): fix can not resub topic on new window by @ysfscream in #855
- feat(subscriptions): support disable and enable topic by @ysfscream in #856
- feat(log): add some logs by @ysfscream in #857
- chore: Add Flathub link to README by @eaglesemanation in #858
New Contributors
- @eaglesemanation made their first contribution in #858
Full Changelog: v1.7.0...v1.7.1