Prepare release
This commit is contained in:
12
Changelog.md
12
Changelog.md
@@ -1,6 +1,12 @@
|
|||||||
# next release
|
# 0.2.1
|
||||||
|
|
||||||
|
- Highlight differences in the last received message with a "diff" view
|
||||||
- Magnify app content with "Ctrl +", "Ctrl -", "Ctrl 0"
|
- Magnify app content with "Ctrl +", "Ctrl -", "Ctrl 0"
|
||||||
- Add message diff view
|
- Make user interactions more predictable by removing "select topic on mouse over"
|
||||||
- Make user interactions more predictable
|
- Add "Quick Preview" setting, to enable topic selection on mouse over
|
||||||
|
- Add JSON formatter
|
||||||
|
- Show error when connection to the mqtt broker is lost
|
||||||
|
- Fix bug where mqtt explorer resets the tree after a reconnect
|
||||||
|
- Fix MQTT-Client id
|
||||||
|
|
||||||
# 0.2.0
|
# 0.2.0
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "MQTT-Explorer",
|
"name": "MQTT-Explorer",
|
||||||
"version": "0.2.1-alpha4",
|
"version": "0.2.1",
|
||||||
"description": "Explore your message queues",
|
"description": "Explore your message queues",
|
||||||
"main": "dist/src/electron.js",
|
"main": "dist/src/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ export async function showJsonFormatting(browser: Browser<void>) {
|
|||||||
await browser.keys(['\uE009', 'A']) // Ctrl + A
|
await browser.keys(['\uE009', 'A']) // Ctrl + A
|
||||||
await browser.keys(['\uE000']) // End keyboard modifier
|
await browser.keys(['\uE000']) // End keyboard modifier
|
||||||
await browser.keys(['\uE003']) // Backspace
|
await browser.keys(['\uE003']) // Backspace
|
||||||
await sleep(300)
|
await sleep(500)
|
||||||
await writeTextPayload(payloadInput, '{"action": "setState", "state": "on" }')
|
await writeTextPayload(payloadInput, '{"action": "setState", "state": "on" }')
|
||||||
await sleep(300)
|
await sleep(300)
|
||||||
await clickOn(formatJsonButton, browser)
|
await clickOn(formatJsonButton, browser)
|
||||||
|
|||||||
Reference in New Issue
Block a user