From 7961a7dd3f94683c77cfbfcc4c0fc611dade5e4d Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Mon, 4 Mar 2019 18:55:26 +0100 Subject: [PATCH] Prepare release --- Changelog.md | 16 +++++++++++----- package.json | 2 +- src/spec/scenarios/showJsonFormatting.ts | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 08750aa..302b648 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ -# next release -- Magnify app content with "Ctrl +", "Ctrl -", "Ctrl 0" -- Add message diff view -- Make user interactions more predictable +# 0.2.1 -# 0.2.0 +- Highlight differences in the last received message with a "diff" view +- Magnify app content with "Ctrl +", "Ctrl -", "Ctrl 0" +- Make user interactions more predictable by removing "select topic on mouse over" +- 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 \ No newline at end of file diff --git a/package.json b/package.json index d9126d5..2c2e24d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MQTT-Explorer", - "version": "0.2.1-alpha4", + "version": "0.2.1", "description": "Explore your message queues", "main": "dist/src/electron.js", "scripts": { diff --git a/src/spec/scenarios/showJsonFormatting.ts b/src/spec/scenarios/showJsonFormatting.ts index d31d88e..235e5c5 100644 --- a/src/spec/scenarios/showJsonFormatting.ts +++ b/src/spec/scenarios/showJsonFormatting.ts @@ -12,7 +12,7 @@ export async function showJsonFormatting(browser: Browser) { await browser.keys(['\uE009', 'A']) // Ctrl + A await browser.keys(['\uE000']) // End keyboard modifier await browser.keys(['\uE003']) // Backspace - await sleep(300) + await sleep(500) await writeTextPayload(payloadInput, '{"action": "setState", "state": "on" }') await sleep(300) await clickOn(formatJsonButton, browser)