Skip to content

Releases: antares-sql/antares

0.1.4

22 Apr 13:32
Compare
Choose a tag to compare

0.1.4 (2021-04-22)

Features

  • Query results export (1d363f7)
  • UI: Canc press to delete selected rows (20cba6e)
  • UI: Ctrl+s shortcut to save changes (16e17b3)
  • UI: Format and clear queries (9ffd443)

Bug Fixes

  • Launch from shortcut of procedures or functions with nameless parameters does not work (f82dbd2)
  • Wrong changelog in some cases (a41cf1a)
  • UI: Data type not listed in selection if not present in global types (6eb2977)

Improvements

  • UI: Improved connection status indicator (5ceddb8)

Download

Get it from the Snap Store Get it from Microsoft Store

0.1.3

17 Apr 09:12
Compare
Choose a tag to compare

0.1.3 (2021-04-17)

Features

  • PostgreSQL: Functions management (cd31413)
  • PostgreSQL: Procedure language select (b33199e)

Bug Fixes

  • MySQL: Invalid JavaScript datetime values not shown (dcccb54)
  • Approximate row count shown for results less than 1000 (a6b75ad)
  • Field apparently loses index or foreign key on rename in table editor (7d2ace9)

Improvements

  • MySQL: Improved the way to get routine and functions parameters (90fd9db)
  • UI: Improved table fields suggestion in query editor (c22187c)

Download

Get it from the Snap Store Get it from Microsoft Store

0.1.2

11 Apr 10:51
Compare
Choose a tag to compare

0.1.2 (2021-04-11)

Features

  • In-app latest release changelog (1e938ad)
  • PostgreSQL: edit timezone in cell editor (8735a0c)
  • PostgreSQL: procedures management (3dde1c1)
  • PostgreSQL: support of arrays in table settings (d0b3e1b)

Bug Fixes

  • Cell edit doesn't properly use primary or unique index to update if both present, closes #51 (55932fe)
  • deletion of rows from query results (c20bff7)
  • No foreign key select when cell value is NULL, closes #50 (9f5ec02)
  • Wrong datetime conversion when updating a row without an unique key (d374372)
  • PostgreSQL: issue with selected schema different than public (49a4e1c)
  • UI: white readonly inputs with dark theme (bb5f446)

Improvements

  • UI: improved setting modal rendering (be816e8)

Download

Get it from the Snap Store Get it from Microsoft Store

0.1.1

03 Apr 10:34
Compare
Choose a tag to compare

0.1.1 (2021-04-03)

Features

  • scratchpad to save persistent notes (e349dd5)
  • PostgreSQL: foreign keys management (fe4c8e1)
  • PostgreSQL: indexes management (9ca03f4)
  • PostgreSQL: table fields edit (e3f259c)
  • PostgreSQL: tables addition (feef5e3)
  • PostgreSQL: unique keys management (614e0d3)
  • PostgreSQL: views management (99f7511)
  • UI: light theme (2806976)

Bug Fixes

  • UI: editor theme preview not properly loaded in some cases (c981244)
  • fields of ref. table not automatically loaded in foreign keys modal (e7401cc)
  • hide update tab for Windows Store distributions (dcb135d)

Download

Get it from the Snap Store Get it from Microsoft Store

0.1.0

21 Mar 13:22
Compare
Choose a tag to compare

0.1.0 (2021-03-21)

Features

  • PostgreSQL: database in connection parameters (9645702)
  • PostgreSQL: edit array and text search fields (fc65114)
  • PostgreSQL: insert and edit blob fields (1f80a64)
  • PostgreSQL: partial postgre implementation (d892fa6)
  • PostgreSQL: support to microseconds (d465e18)
  • UI: support to boolean fields (ffb1712)

Bug Fixes

  • update or delete rows with more than one primary key (22a8c25)
  • MySQL: handle NEWDECIMAL data type (a1c6be3)
  • PostgreSQL: issue getting foreign keys informations (db47b40)
  • remove last char from datetime and time if is a dot (e89911b)
  • PostgreSQL: single quote escape (9f6a183)
  • PostgreSQL: various issues in query results (fccfe92)
  • schema content not loaded if selected with right click (8a6c59f)

Download

Get it from the Snap Store Get it from Microsoft Store

0.0.20-alpha

13 Mar 18:51
Compare
Choose a tag to compare

0.0.20 (2021-03-13)

Features

  • UI: loader layers on query and data tabs (b232a3b)
  • UI: row markers in sql editors (ddfb713)

Bug Fixes

  • UI: avoid unnecessary updates when cell content not change (e9a26c1)
  • UI: row mark not applied on first click (25d72e3)
  • UI: table rows lose internal id after an update (76c5c0c)

Download

Get it from the Snap Store

0.0.19-alpha

05 Mar 17:06
Compare
Choose a tag to compare

0.0.19 (2021-03-05)

Features

  • UI: modal that shows process query (07f60c3)
  • processes list tool (049143d)
  • MySQL: support to new mysql8 authentication, closes #45 (db44306)
  • context menu shortcut to set NULL a table cell (71b4310)
  • UI: esc key to cancel cell edit (45351fa)
  • setting to enable beta updates (future use) (b1ea32b)
  • UI: query duration calc (777b73f)

Bug Fixes

  • MySQL: wrong TIMESTAMP fields length (201fad9)
  • UI: modal processes list does not regain size on window resize (5d7efa7)
  • UI: wrong height in scrolling tables in some cases (4862d51)

Improvements

  • UI: big performance improvement in tables rendering (39ca197)
  • UI: improvements of date time inputs (b4ead69)

0.0.18-alpha

25 Feb 19:24
Compare
Choose a tag to compare

0.0.18 (2021-02-25)

Features

  • UI: context menu for input and textarea tags (b54fefb)
  • UI: html, xml, json, svg and yaml editor modes in long text fields edit (9a1bf32)
  • UI: run procedures/functions from sidebar context menu (219da0a)
  • UI: run routines/functions from settings tab (7e81671)
  • UI: search filter in explore bar (2f58007)
  • UI: sticky schema names in explore bar (110b0b4)

Bug Fixes

  • MySQL: issue obtaining routine/function parameters (3aa2159)
  • issue managing function/routine parameters (76d92cd)
  • UI: data tab opened when non-table element is selected (dbab06f)
  • UI: elements from previous selected schemas in query suggestions (c8545a2)
  • disabled sort for fields without a name property (3b37b74)
  • prevents F5 shortcut to run in non-selected workspaces (7c4ca99)
  • support of bit fields in table filler (94c4952)

0.0.17-alpha

17 Feb 19:31
Compare
Choose a tag to compare

0.0.17 (2021-02-17)

Features

  • Added french language (18a93ef)
  • fake table data generator (a176174)
  • min and max option for random floats and numbers (6c62052)
  • support to fake data locales (970de49)

Bug Fixes

  • UI: file uploader in table filler (b5a8283)
  • UI: no foreign key select editing query results (5b21d17)
  • cut faker text based on field length (288ff4c)
  • wrong date or time detection in field default (9d5ebef)
  • UI: better text on ssl file selectors (9a19085)
  • UI: wrong length for char fields on table header (0f69d1d)

Improvements

  • core: bulk inserts support (b0576ac)

0.0.16-alpha

06 Feb 12:04
Compare
Choose a tag to compare

0.0.16-alpha (2021-02-06)

Features

  • MySQL and MariaDB auto detection (02c03e3)
  • UI: enanched file upload input (a0d8552)
  • support to ssl connections (4e72bb1)
  • UI: database version in app footer (15417e8)
  • UI: resize query editor area (88ab7c5)
  • delete rows from tables without a primary key (574d493)
  • edit rows from tables without a primary key (5940b0b)

Bug Fixes

  • compatibility with electron-store 7 (bacf458)
  • edit bit fields (ede6fe8)