Skip to content

Tags: lukehuang/RedisDesktopManager

Tags

0.9.3

Toggle 0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request RedisInsight#4101 from uglide/rejson_support

Add basic ReJSON module support

0.9.2

Toggle 0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update appveyor.yml

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