Prepare release
This commit is contained in:
16
Changelog.md
16
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
|
||||
@@ -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": {
|
||||
|
||||
@@ -12,7 +12,7 @@ export async function showJsonFormatting(browser: Browser<void>) {
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user