Skip to content

Releases: RedisInsight/RedisDesktopManager

0.9.0-alpha4

28 Apr 15:05
Compare
Choose a tag to compare
0.9.0-alpha4 Pre-release
Pre-release

rocket RedisDesktopManager is driven by our supporters and contributors.
Many thanks for your help and stay tuned!

Full Changelog

New features and improvements:

  • Add initial implementation of Native Formatters (#3534)
  • Add support for Pub/Sub commands in console
  • Remove build-in zlib compression/decompression
  • Remove php-unserialize.js formatter
  • Remove msgpack.js formatter
  • Update translations
  • Improve connections dialog
  • Remove qgamp and clean code
  • Migrate to Qt 5.8
  • Change breakpad origin to github

Fixes:

  • Fix issue #3732: RDM shows invalid error message when trying to connect to invalid host/port
  • Fix issue #3758: RDM Shows Key Values for One Key Only
  • Fix tree rendering with multi-char NS
  • Fix issue #3724: Load NS seperator from connection settings in NS deletion
  • Fix #3691: RDM doesn't fade deleted keys & namespaces
  • Fix issue #3791: Model doesn't hide removed row on page > 1

0.9.0-alpha3

04 Nov 14:47
Compare
Choose a tag to compare
0.9.0-alpha3 Pre-release
Pre-release

rocket RedisDesktopManager is driven by our supporters and contributors.
Many thanks for your help and stay tuned!

Full Changelog

New features:

Redis Cluster and Sentinel support:

image

Change app language from settings:

image

CN and TW translations - thanks to @Jerry-Shaw

image

You can improve it here https://www.transifex.com/redisdesktopmanager/redisdesktopmanager/

0.9.0-alpha2

21 Oct 10:48
Compare
Choose a tag to compare
0.9.0-alpha2 Pre-release
Pre-release

rocket RedisDesktopManager is driven by our supporters and contributors.
Many thanks for your help and stay tuned!

Full Changelog

New features:

Server Overview tab:

cuga0xoxyaarx_k


Please help us to do Chinese translation / 请帮我们做中文翻译 https://www.transifex.com/redisdesktopmanager/redisdesktopmanager/

0.9.0-alpha1

13 Sep 13:59
Compare
Choose a tag to compare
0.9.0-alpha1 Pre-release
Pre-release

rocket RedisDesktopManager is driven by our supporters and contributors. Many thanks for your help and stay tuned!

Full Changelog

New features:

New UI of main window and connection tree optimized for touchpad

image

Live update of tree with namespaces reopenning

virtualbox_win10_13_09_2016_16_41_42

New smart filter [WIP]

image

Copy key name from connections tree

virtualbox_win10_13_09_2016_16_50_15

Settings Dialog

image

0.8.8

26 Aug 06:37
Compare
Choose a tag to compare

rocket RedisDesktopManager is driven by our supporters and contributors. Many thanks for your help and stay tuned!

Full Changelog

New features:

See here

Fixes:

  • Fixed regression in Connections Tree and Value editor (#3679)
  • Add support for Ubuntu 16 in configure script
  • Fix issues with SSH tunnel on Linux (#3568)

Improvements:

  • Show key bytes length and value bytes length #3677

Download builds for OS X and Ubuntu

0.8.8-beta

17 Aug 13:18
Compare
Choose a tag to compare
0.8.8-beta Pre-release
Pre-release

rocket RedisDesktopManager is driven by our supporters and contributors. Many thanks for your help and stay tuned!

Full Changelog

New features:

#3546 Flush database
flush-db

#3433 Sorting in Value Table
sorting

#67 Search in sets, hashes and lists
search

Fixes:

  • #3666 Incorrect rendering of some key names
  • #3649 When RDM reconnects it doesnt reselect DB
  • #3641 Keys in JSON viewer are wrong
  • #3625 RDM getting crashing on big string
  • #3526 crash on json value size 600k

power Beta Builds are exclusively available for Supporters and Contributors.

0.8.7-1

02 Aug 09:26
Compare
Choose a tag to compare

Full Changelog

Fix issue #3665: Opening DB with lots of keys hangs

For Windows 7 Users:

If you see api-ms-win-crt-runtime-l1-1-0.dll is missing error please install Windows Update KB2999226. More Info

Download builds for OS X and Ubuntu

0.8.7

18 Jul 19:33
Compare
Choose a tag to compare

Full Changelog

New features:

Fixes:

  • Fix SSL support and connection dialog. [Now connection to Azure requires only checkbox selection. ]
  • Use latest qredisclient with fixed memory leaks.

Download builds for OS X and Ubuntu

0.8.6

20 Jun 15:27
Compare
Choose a tag to compare

Full Changelog

Fixes:
Fix issue #3626: Windows tabs are all black background via RDP
Fix issue #3587: Windows build crash at startup
Add installation of missing VS2015 redist package in Windows installer

0.8.5

20 Jun 07:09
Compare
Choose a tag to compare

Full Changelog

Fixes:
Fix issue #3623: Value tabs is not usable after renaming key to one that exists - thanks to @defmys