Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ptma committed Sep 21, 2023
2 parents f7496ee + 5c80eb2 commit 31c62df
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 5 deletions.
28 changes: 28 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Changelog
--

## 1.0.1 (2023-09-21)

* **新增 ✨**
* 消息发布面板已发布主题历史记录
* 订阅主题自动完成
* 订阅按钮新增下拉快速订阅已收藏主题
* **优化 🙌**
* 变更消息格式Auto为 Default
* 订阅随机亮度和透明度范围调整
* 订阅列表菜单调整
* 优化关闭时配置保存
* 启动时打开连接管理对话框
* 延长 Tooltip 显示时长
* 消息预览时自动格式化(取决于设定的消息格式)
* **修复 🐛**
* 重复点击视图切换时布局异常问题
* 解码时消息格式逻辑问题
* 处理 paho.mqttv5 订阅和取消订阅潜在的可能出现的异常
* 启用搜索过滤的情况下,切换试图后过滤未生效的问题
* 重复点击视图切换按钮时布局异常问题
* 修复脚本说明文档中示例代码中的变量冲突

## 1.0.0 (2023-09-06)

Initial release
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@

MqttInsight is a swing based MQTT gui client.

Features:
## Features:

* Support MQTT3 and MQTT5;
* Provide two message views: table and dialogue;
* Support Node.js JavaScript (Javet);
* Supports PlainText, JSON, XML, HEX, and Base64 regular message encoding and decoding, as well as SPI extended codecs;

## Screenshots

![Screenshot1](screenshots/table_view.png)
![Screenshot1](screenshots/dialogue_view.png)

[Scripting](Scripting.md)
## Documents

* [Scripting](Scripting.md)
* [Changelog](Changelog.md)
11 changes: 8 additions & 3 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@
![Apache 2.0](https://img.shields.io/badge/Apache-2.0-blue.svg)
![Release](https://img.shields.io/badge/Release-1.0.0-blue.svg)

MqttInsight is a swing based MQTT gui client.
MqttInsight 是一个使用 java swing 开发的 MQTT 图形客户端.

# 主要功能
## 主要功能

* 支持 MQTT3、MQTT5;
* 支持表格和对话两种消息视图;
* 支持 Node.js 脚本 (Javet);
* 支持 PlainText、JSON、XML、HEX 和 Base64 常规消息编解码, 支持 SPI 扩展编解码器;

## 界面截图

![Screenshot1](screenshots/table_view.png)
![Screenshot1](screenshots/dialogue_view.png)

[脚本说明](Scripting.md)
## 文档

* [脚本说明](Scripting.md)
* [版本记录](Changelog.md)

0 comments on commit 31c62df

Please sign in to comment.