Compare commits

..
11 Commits
Author SHA1 Message Date
Thomas Nordquist cf3ad3b91f Prepare alpha release 2019-02-18 23:10:42 +01:00
Thomas Nordquist 6e17fc06b3 Fix asset upload 2019-02-18 23:07:42 +01:00
Thomas Nordquist 1655ee6e13 Fix about window icon 2019-02-18 22:52:06 +01:00
Thomas Nordquist 4a6b31bc4c Fix tests 2019-02-18 22:48:04 +01:00
Thomas Nordquist 8b18689456 Add about window 2019-02-18 22:35:21 +01:00
Thomas Nordquist b81e9b2b79 Remove empty topics from tree 2019-02-18 22:21:09 +01:00
Thomas Nordquist 8acf6fe27c Merge branch 'master' into allow-recursive-topic-deletion 2019-02-18 21:31:24 +01:00
Thomas Nordquist ff599c470a WiP 2019-02-18 19:58:17 +01:00
Thomas Nordquist ca90f4d32d Clean up 2019-02-18 16:36:53 +01:00
Thomas Nordquist 9c6846a281 Fix disconnect unsubscribe 2019-02-18 16:36:41 +01:00
Thomas Nordquist 50be3e8b0b WiP 2019-02-18 16:02:21 +01:00
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ The app is available for Windows ([portable](https://github.com/t
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
## Demo
![screencast](https://user-images.githubusercontent.com/7721625/52979302-3f073b80-33d5-11e9-9953-b70ebb349439.gif)
![screencast](https://user-images.githubusercontent.com/7721625/51978075-5bc0eb00-2489-11e9-953a-0965b154557b.gif)
## Performance
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
+2 -1
View File
@@ -2,6 +2,7 @@
[![Downloads](https://img.shields.io/github/release/thomasnordquist/mqtt-explorer.svg)](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
[![Downloads](https://img.shields.io/github/downloads/thomasnordquist/mqtt-explorer/total.svg)](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
[![Build_Status](https://travis-ci.org/thomasnordquist/MQTT-Explorer.svg)](https://travis-ci.org/thomasnordquist/MQTT-Explorer)
![](https://img.shields.io/github/commits-since/thomasnordquist/mqtt-explorer/latest.svg?style=flat)
### Version {{ version }}
@@ -30,7 +31,7 @@ The app is available for Windows ({{windowsTargets}}), Linux ({{linuxTargets}})
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
## Demo
![screencast](https://user-images.githubusercontent.com/7721625/52979302-3f073b80-33d5-11e9-9953-b70ebb349439.gif)
![screencast](https://user-images.githubusercontent.com/7721625/51978075-5bc0eb00-2489-11e9-953a-0965b154557b.gif)
## Performance
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "MQTT-Explorer",
"version": "0.2.0",
"version": "0.2.0-alpha",
"description": "Explore your message queues",
"main": "dist/src/electron.js",
"scripts": {