Skip to content

v1.16.0

Compare
Choose a tag to compare
@maxcnunes maxcnunes released this 13 Oct 10:46

New Features/Improvements

  • Replace the database name by the Connection name with the DB logo (by @eMerzh)
  • Display ssh configuration only if checked to unclutter the screen (#222) (by @eMerzh)
  • Add visual distinction to indicate if there are items below (#237) (by @eMerzh)
  • Change disconnect icon to poweroff (#240) (by @eMerzh)
  • Add new tab button (#244) (by @eMerzh)
  • Add 'via' in the server list to make distinction with ssh (#245) (by @eMerzh)
  • Allow press 'escape' to exit modal. (#248) (by @eMerzh)
  • Allow press 'enter' to submit promp modal like passphrase and all (#249) (by @eMerzh)
  • Show more error context
  • Simplify the tab names
  • Add horizontal scroll for tabs list
  • Improve docs
  • Add support to rename tab

Fixed Bugs

  • Fix uncontrolled to controlled fields (by @eMerzh)
  • Avoid enabling the "test" connection if no db type is selected (by @eMerzh)
  • Fix warning about null input and fix style (#231) (by @eMerzh)
  • Fix closing connection for a test connection (#232) (by @eMerzh)
  • Add refresh for views when refreshing the database (#230) (by @eMerzh)
  • Style fix trying to unblur retina render. ref #191 (#225) (by @eMerzh)
  • Server can be saved now without a password or user (#256) (by @vkolmakov)
  • Fix problem wiping part of the query (close #234)
  • Upgrade react-router to remove deprecated warnings
  • Fix resizable componet warn about onResize event
  • Ignore html2canvas from webpack parse
  • Auto scroll tabs on closing a tab

PS: In this version has been included support to horizontal scroll in the tabs. The current implementation has a lot of edge cases to be improved. But since we are discussing in maybe replacing the tabs with list #252 I'm releasing it as it is so we can get some feedback.