Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ptma committed Feb 18, 2025
2 parents 4eae592 + f47dd1a commit 7da6278
Show file tree
Hide file tree
Showing 18 changed files with 1,366 additions and 1,447 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
--
![JDK](https://img.shields.io/badge/JDK-17-blue.svg)
![Apache 2.0](https://img.shields.io/badge/Apache-2.0-blue.svg)
![Release](https://img.shields.io/badge/Release-1.1.2-blue.svg)
[![Release](https://img.shields.io/github/v/release/ptma/mqtt-insight.svg)](https://github.com/ptma/mqtt-insight/releases)
![](https://img.shields.io/github/downloads/ptma/mqtt-insight/total.svg)

Expand All @@ -13,12 +12,14 @@ MqttInsight is an open source cross platform MQTT desktop client.
* Supports MQTT3 and MQTT5;
* Supports Websocket;
* Switchable table and dialogue message views;
* Topic hierarchy visualization;
* Supports Node.js JavaScript (Supported by [Javet](https://github.com/caoccao/Javet));
* Built in message codecs such as PlainText, JSON, XML, HEX, Base64, Protobuf, Message Pack, Avro, Hessian, Hessian2,
and Kryo;
* Supports codecs through Java SPI;
* Supports codecs written in JavaScript;
* Provides charts such as message quantity statistics, message load statistics, and message content statistics;
* Message search and filtering.

## Screenshots

Expand Down
2 changes: 2 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ MqttInsight 是开源跨平台的 MQTT 图形客户端.
* 支持 MQTT3、MQTT5;
* 支持 Websocket;
* 支持表格和对话两种消息视图;
* 主题层次结构可视化;
* 支持 Node.js 脚本 (由 Javet 提供支持);
* 内置 PlainText、JSON、XML、HEX、Base64、Protobuf、MessagePack、Avro、Hessian、Hessian2 和 Kryo 等消息编解码;
* 支持通过 SPI 扩展编解码器;
* 支持 Javascript 编解码器;
* 支持消息数量、消息负载、消息内容等统计图表;
* 消息搜索和过滤。

## 界面截图

Expand Down
4 changes: 4 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
--
## 1.1.4 (2025-02-18)
* **优化 🙌**
* 重构主题树,提升界面响应性能

## 1.1.3 (2025-01-06)
* **新增 ✨**
* 主题树形层级显示及过滤功能
Expand Down
Binary file modified screenshots/dialogue_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/table_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7da6278

Please sign in to comment.