antares/CHANGELOG.md

13 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.11 (2020-12-15)

Features

  • auto focus on first input in modals (1476e89)
  • foreign keys management (206597e)
  • improved data table sorts (5712b80)
  • query tabs auto focus (f81312a)

Bug Fixes

  • data tab sort not maintained at refresh (15b08d7)
  • deletion of rows with non-numeric ID (d385832)
  • file field editor not show (9291a7a)
  • improved changes dedection in props tab (acebe43)
  • some properties do not reset after fields changes (3ed5ea0)
  • unable to switch tabs when no table selected (c545815)
  • wrong field type detection (5cfdc9b)

0.0.10 (2020-12-04)

Features

  • approximate totals in table tata tab (e95d29c)
  • create new tables (e6602d1)
  • display all keys in properties tab (27769f2)
  • drop and truncate tables (a4122b4)
  • index management (41505bd)
  • tables options edit (0805b96)
  • unsaved changes reminder (33d1fa2)

Bug Fixes

  • index deletion issue (f8cf90a)
  • some problems with properties and data tabs when changing database from sidebar (0fe7157)
  • sqlEscaper function wrong quotes conversion (dfb24c6)

0.0.9 (2020-11-13)

Features

  • ability to edit table fields (249926b)
  • support to aliased tables (1658432)
  • table fields addition (0765403)
  • table fields deletion (242ddec)
  • ui: display table properties tab (2dc16e8)

Bug Fixes

  • duplicate header fields on join result tables (ea9b489)
  • F9 key shortcut refresh all query tabs instead of just selected one (c9ba2e5)
  • issue with tabs horizontal scroll with wheel (c393f86)
  • zero fill field option was not saved (3e5770f)
  • mysql: error getting foreign key list (ee18388)
  • wrong result fields type and order with some queries (a8cd177)

0.0.8 (2020-10-18)

Features

  • render: field type and length on table header mouse hover (04804b0)
  • close modals pressing ESC (d563cec)
  • data table autorefresh, closes #36 (9ecd888)
  • pie chart with table size in database explore bar (426628f)
  • query and data tabs keyboard shortcuts (F5, F9) (0bf2c8d)

Bug Fixes

  • context menu outside window when near bottom or right edge (d4ecaf6)
  • disable cell editor for not editable results (b7c779e)
  • missing connection name when "ask for crendential" selected (c70e5b4)
  • missing header for some query results (d560c38)
  • no connection passed to connection's edit modal (ce25cd0)

0.0.7 (2020-10-03)

Features

  • Database creation (3d0a83f)
  • Database deletion (4288a1f)
  • Edit database collation (54717e1)
  • Field comment on mouse over a table field name (2554444)
  • Support to multiple queries in the same tab (48f77ba)
  • Update italian translation (89c3dc9)
  • Spanish translation thanks to hongkfui (#32)

Bug Fixes

  • Cell update soft reload doesn't apply changes (1b04b21)
  • Empty databases not shown in explore bar (3e737cb)
  • Glitch on table data tab (10b426b)
  • Lack of loading progressbar when an update is available (86aec4f)
  • Missing schema when queryng INFORMATION_SCHEMA (530d1bd)
  • Prevent multiple app instances (12fbe8c)
  • Several fix on data and query tabs (530907d)
  • Unable to obtain fields informations for some queries (43c7072)
  • Unable to obtain keyUsage informations when adding new row (023c6a6)
  • Value overridden when join tables with fields with same name (78965d2)
  • Wrong field names when join tables (ad0bad8)
  • Wrong italian translation (b29e07c)
  • Wrong schema fetching table fields and key usage (8e71f42)
  • Wrong table and schema when more than one query in a tab (4684b41)

0.0.6 (2020-09-03)

Features

  • Aliases support (264de9c)
  • Middle click to close tabs (256ec76)
  • Monaco-editor as query editor (196a3e0)
  • Sql suggestions in query editor (8dc74ef)
  • Support to multiple query tabs (d7ed00f)
  • Tabs horizontal scroll with mouse wheel (3a6ea76)
  • Arabic translation thanks to Mohd-PH (#29)

Bug Fixes

  • Error when launching queries without a result from query tabs (a1a6f51)
  • Field name displayed instead of alias (801a0de)
  • Wrong table height calc in some cases (fd6d517)

0.0.5 (2020-08-17)

Features

  • Badge on setting icon and update tab when update is available (e8141b6)
  • Foreign key support in add/edit row (0b6a188)
  • Option to insert table rows (2f1dfdc)

Bug Fixes

  • Insert files via add row option (3c6e818)
  • Newline replaced with undefined inside queries (59e4a79)
  • Query result header didn't show just selected fields (7bc1009)
  • Table header not fixed on top when fast scrolling (13b0816)
  • Time and datetime precision (771f8a2)
  • Update a row with a string key value (eb348b3)
  • Window title not perfectly centered (7651d05)
  • Wrong schema passed in query tab when a different database was selected (6d0724d)

0.0.4 (2020-08-06)

Features

  • Blob fields edit/view/download (712fe9f)
  • Window title in app title bar (0089c0c)