diff --git a/README.md b/README.md index be796804c..01c4bbd96 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Download latest [AppImage](https://github.com/qishibo/AnotherRedisDesktopManager ## Feature Log +- 2020-11-03: Binary View Support && SSH Passparse\Timeout Support - 2020-09-04: SSH Cluster Support && Extension Commands Support - 2020-06-18: SSL/TLS Support!!! - 2020-04-28: Page Zoom && Big Key Loads With Scan && Auto Json diff --git a/pack/electron/package.json b/pack/electron/package.json index 249b65e0b..6c6be70ac 100644 --- a/pack/electron/package.json +++ b/pack/electron/package.json @@ -1,6 +1,6 @@ { "name": "another-redis-desktop-manager", - "version": "1.3.8", + "version": "1.3.9", "description": "A faster, better and more stable redis desktop manager.", "author": "qii404.me", "private": true, diff --git a/src/components/NewConnectionDialog.vue b/src/components/NewConnectionDialog.vue index 4ecbd4028..5f511d632 100644 --- a/src/components/NewConnectionDialog.vue +++ b/src/components/NewConnectionDialog.vue @@ -1,5 +1,5 @@