Skip to content

Releases: RedisInsight/RedisDesktopManager

0.8.4

09 Jun 16:33
Compare
Choose a tag to compare

Full Changelog

Improvements:
Updated qredisclient: Fixed memory leak

Fixes:
Fix issue #2506: GUI layout issues with high DPI monitors
Fix issue #3601: Fix link to quick start tutorial in app dialog
Fix issue #3598: can not show add new key dialog on multi-screen
Fix issue #3588: key doesn't want to be deleted
Fix #3560: Migrate windows builds on msvc2015 & qt 5.6
Fix #3552: Error: Invalid PHP Serialized String when viewing keys holding raw HTML values

0.8.3

24 Nov 23:39
Compare
Choose a tag to compare

Full Changelog

Improvements:
Updated qredisclient: Fixed growing memory consumption in Connection class

Fixes:
Fix issue #3528: Some keys are not showing up [Critical]
Fix issue #3523: Invalid version detection of unstable redis-server
Fix issue #3518: Scores are being written in scientific notation
Fix multiple issues in Add New Key dialog

0.8.2

29 Oct 17:49
Compare
Choose a tag to compare

Full Changelog

Improvements:
Improvement #3510: HASH Key add view formatter, similar to HASH Value

Fixes:
Fix issue #3506: PHP-Serializer value view Error
Fix issue #3513: No ability to resize value pane
Fix issue #3517

0.8.1

23 Oct 11:44
Compare
Choose a tag to compare

Full Changelog

Fixes:

  • Fix issue #3504: RDM runs with 100% CPU core utilization
  • Fix issue #3503: Going from page 1 to page 2 in list blocks UI
  • Fix issue #3502: JSON encoded string containing \x0A is treated as binary
  • Fix issue #3505: JSON objects in lists are truncated in list view
  • Fix typo in welcome screen (thanks to @madebyherzblut)
  • Fix item delegate in value table
  • Do not fallback to hex for plain values

0.8.0 Release

13 Oct 18:20
Compare
Choose a tag to compare

Full Changelog

screenshot from 2015-10-13 21 16 18

Improvements:

  • RedisClient module was improved and moved to separate repository
  • Implement #3310: Autodetect value format
  • Implement #3491: Create hot keys for context menu options in connection tree
  • Implement #1738: Support escaped characters in quoted strings in Console
  • Implement #3472: Simplify compiling on OSX
  • Implement #3481: Display the number keys inside each namespace, recursively. (thanks to @dmagliola)
  • Escape binary strings in value table

Fixes:

  • Fix issue #3466: Problem with MSGPACK formatter
  • Fix issue #3496: Add binary-keys support
  • Fix issue #3456: Tree-View truncate key names
  • Fix issue #3457: Console -> Select all and delete
  • Fix issue #3328: Reload key-tree after adding new key
  • Fix issue #3475: Add key loading indication
  • Fix issue #3479: Busy indicator blocks String value editor
  • Fix issue #3483: Overlap of column values
  • Fix issue #3464: Add shortcut in Windows start menu
  • Fix issue #3488: Deploy opengl32sw.dll
  • Fix fixed typo in installer (thanks to @marcel-burkhard )
  • Fix issue #3486: Use long long for ttl values
  • Fix issue #3496: Add binary-keys support

0.8.0 Release candidate 4

23 Aug 20:04
Compare
Choose a tag to compare
Pre-release

Full Changelog

Improvements:

  • Implement #71: Control connections tree by keyboard

Fixes:

  • Fix issue #3442: Namespace separator not saved.
  • Fix issue #3440: Cannot load key value if key contains space
  • Fix issue #3432: Add size of hash/set/zset/list
  • Fix issue #3450: Issue with viewing the details of a list item
  • Fix issue #3452: Can't add/edit empty hash value
  • Fix issue #3445: Show error message when SCAN command failed
  • Fix issue #3446: Browse file buttons don't work in SSL tab
  • Fix issue #3448: List item is red sometimes

0.8.0 Release candidate 3

13 Aug 03:13
Compare
Choose a tag to compare
Pre-release

Full Changelog

Improvements:

  • Awesome performance of connection-tree (renders up to 10x faster)

Fixes:

  • Add missed fix for connection config

0.8.0 Release candidate 2

12 Aug 14:06
Compare
Choose a tag to compare
Pre-release

Full Changelog

Improvements:

  • Improved behaviour of loading database list #3417, #3429 and #28

Fixes:

  • Fixed issues in config migration (from XML to JSON config) #3407 and #3418
  • Fixed multiple crashes #3419 and #3425
  • Fixed issue with plain text view in value editor #3423
  • Fix compilation problems on Fedora 22 #3412
  • Fix links in Welcome tab #3430

0.8.0 Release candidate 1

03 Aug 14:31
Compare
Choose a tag to compare
Pre-release

Full Changelog

New features:

  • Migrate from XML to JSON config connections.xml -> connections.json (Import from XML still works, but deprecated) #3389
  • Automatic gzip decompression/recompression of values. Thanks to wildcatgerry
  • Key filtering (back-ported from 0.7.6 and moved to database context menu)

Improvements:

  • Memory usage in connection tree was reduced up to -40%
  • Improved error handling in value editor

Fixes:

  • Fix problems with unicode in connections tree (#3368)
  • Fixed multiple issues in value editor (#3402, #3382, #3374)
  • Fixed multiple problems in console module (#3314, #3341, Copy-paste formatting issue)
  • Fixed crashes in connection tree and value editor
  • Fixed issues with OSX bundle and Windows installer

0.8.0-beta2

24 Apr 09:42
Compare
Choose a tag to compare
0.8.0-beta2 Pre-release
Pre-release

Full Changelog

New features:

Fixed bugs:

  • Links on Wellcome tab are not clickable #3343
  • RDM does not work with Azure Redis Cache servers #3312
  • Create installation smoke-tests for supported target env's #3342
  • Improve compiling process on Fedora #3331

Merged pull requests: