Skip to content

Tags: hetz/RedisDesktopManager

Tags

0.9.1

Toggle 0.9.1's commit message
Add tip for OSX users

0.9.0-5

Toggle 0.9.0-5's commit message
Revert ServerItem change

0.9.0-4

Toggle 0.9.0-4's commit message
Escape html entities in console

Fix RedisInsight#4020

0.9.0-3

Toggle 0.9.0-3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Windows rendering (RedisInsight#4023)

* Use d3d12 backend on Windows 10 by default

0.9.0-2

Toggle 0.9.0-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deploy both versions of OpenSSL (RedisInsight#4021)

Fix RedisInsight#3980
Fix RedisInsight#4016

0.9.0-1

Toggle 0.9.0-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Connection tree improvements (RedisInsight#4013)

- Move icon paths to qml
- Render icons on qml side & get rid of useless model code.
- Rewrite TreeView
- Use single TableViewColumn
- Remove direct method calls
- Remove refresh timer
- Clean up code
- Remove itemDepth method
- Emit item change on removal
- Add shortcuts support to inline menu
- Fix RedisInsight#3997: No reload function in virtual folders
- Rewrite database menu with InlineMenu component
- Fix docs url
- Use improved ImageButton in InlineMenu
- Fix minor layout issues in db inline menu

0.9.0

Toggle 0.9.0's commit message
Fixed the missing `]' error message (RedisInsight#3966)

0.9.0-alpha5

Toggle 0.9.0-alpha5's commit message
use QtQuick.Window 2.2 to be compatible with Qt 5.8

0.9.0-alpha4

Toggle 0.9.0-alpha4's commit message
RedisDesktopManager 0.9.0-alpha4 (RedisInsight#3781)

New features and improvements:
- Add initial implementation of Native Formatters (RedisInsight#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 RedisInsight#3732: RDM shows invalid error message when trying to connect to invalid host/port
- Fix issue RedisInsight#3758: RDM Shows Key Values for One Key Only
- Fix tree rendering with multi-char NS
- Fix issue RedisInsight#3724: Load NS seperator from connection settings in NS deletion
- Fix RedisInsight#3691: RDM doesn't fade deleted keys & namespaces
-  Fix issue RedisInsight#3791: Model doesn't hide removed row on page > 1

0.9.0-alpha3

Toggle 0.9.0-alpha3's commit message
0.9.0-alpha3 (RedisInsight#3762)

- Add Redis Cluster support
- Add Redis Sentinel support
- Fix issues with rendering in connections tree
- Update translations
- Add ability to change language in Settings dialog RedisInsight#3753