Skip to content

Releases: antares-sql/antares

v0.5.13

09 Aug 07:31
Compare
Choose a tag to compare

0.5.13 (2022-08-09)

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Features

Bug Fixes

  • MySQL: Error with ANSI sql_mode (f64a12a)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store

v0.5.12

26 Jul 14:00
Compare
Choose a tag to compare

0.5.12 (2022-07-26)

Dear Antares users,

first of all thank you for the feedbacks which, as always, allows us to improve your experience and fix bugs.
From this release the installation and update of the .deb package will be finally available through our PPA repository.

We also launched a poll on GitHub, in the discussions of the Antares repo on which is your most used OS. Your participation can be very useful to us.

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Features

  • Ability to copy multiple selected rows (9551afb)
  • Context menu option to duplicate a table row (985e5d3)
  • Copy row as SQL INSERT (d3da15a)
  • Execute selected query (7890263)
  • Export table content as SQL INSERT (f3b5de3)

Bug Fixes

  • Disable ctrl+alt+left/right shortcut on linux (8ecaedb)
  • Error on schema export (1d151e9)
  • Issue with logger on import/export (cb038b3)
  • Missing defaults on insert row window (1ead76c)
  • Missing table on insert new records on session restored tabs (8c83b3f)
  • MySQL: Missing quoted identifier for column names in table filter, closes #380 (eb60899)
  • Prevent ctrl+a in console (a00c19d)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store

v0.5.11

19 Jul 06:57
Compare
Choose a tag to compare

0.5.11 (2022-07-19)

Bug Fixes

  • Console events disabled in production (0b1aa3d)
  • Filter persists switching temporary table tabs (bf768c3)
  • Unable to edit table fields content on tables with datetime fields (91e0630)

0.5.10 (2022-07-18)

Hello Antares users!
With this update we have introduced a console where users can read every query executed under the hood.
This features has the main goal to give users more understanding and make more easy the bug detection/report.

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Features

  • Query console implementation (6a6f43a)
  • Ctrl+PgUp & Ctrl+PgDn to navigate between tabs (abf8298)
  • Field names suggestion for tables in the query (b71f04e)

Bug Fixes

  • Fields content language detection not working properly (a91fa8f)
  • Unable to delete by select all in left bar search, closes #368 (7725faf)
  • Unable to update data on tables missing primary or unique key (e0946f0)

Improvements

  • UI: Improved visibility of explore bar tooltips (f312cf5)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store

v0.5.10

18 Jul 13:31
Compare
Choose a tag to compare

0.5.10 (2022-07-18)

Hello Antares users!
With this update we have introduced a console where users can read every query executed under the hood.
This features has the main goal to give users more understanding and make more easy the bug detection/report.

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Features

  • Query console implementation (6a6f43a)
  • Ctrl+PgUp & Ctrl+PgDn to navigate between tabs (abf8298)
  • Field names suggestion for tables in the query (b71f04e)

Bug Fixes

  • Fields content language detection not working properly (a91fa8f)
  • Unable to delete by select all in left bar search, closes #368 (7725faf)
  • Unable to update data on tables missing primary or unique key (e0946f0)

Improvements

  • UI: Improved visibility of explore bar tooltips (f312cf5)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store

v0.5.9

06 Jul 16:38
Compare
Choose a tag to compare

0.5.9 (2022-07-06)

Hello Antares users!
With this release we have introduced a new way to manage saved connections. Now the connections in the left bar will be sorted by last use, but it will also be possible to pin them at the top and then sort them as you wish.
If the connections are more than those visible, an icon with three dots will appear in the bar, through which you can access a window where you can quickly search among all the saved connections. You can also open this window with ctrl/cmd+space shortcut.

We have chosen this solution to improve the user experience, especially for those that have many connections saved in Antares. We hope you enjoy.

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Features

  • Connections sorted by last usage by default and option to pin them (36e98e0)
  • Modal with all connections (a703dcc)
  • Ability to pin/unpin and delete connections from the "all connections" window(8e70570)
  • Ctrl/cmd+space to open "all connections" window(a9a4344)
  • Search form in "all connections" window(ec5ab73)
  • Option to disable scratchpad (56b0a48)

Bug Fixes

  • Error on export schema (cf9c7c6)
  • Missing option for untrusted ssl connection on connections edit panel (71a5b5c)

Improvements

  • UI: Improved focus visibility for buttons (d2eb31a)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store

v0.5.8

02 Jul 17:36
Compare
Choose a tag to compare

0.5.8 (2022-07-02)

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Features

  • Context shortcut to disconnect from left bar (e97da37)
  • MySQL: Option to disable foreign key checks when empty a table (902c29f)

Bug Fixes

  • Connection string field doesn't appear switching to Postgre when editing a connection (6573fe6)
  • Double context menu on table settings rows (91d0735)
  • Editor gutter pin not working (cfd82c8)
  • exception on new scheduler tab (a45d76e)
  • Focus goes outside modals with tab key navigation (e42c424)
  • Result table cells/rows not loses focus clicking outside (0a3a482)
  • UI: Wrong tables scrollable height after switching tabs (8f01740)
  • Windows: white window buttons with dark theme (a80d227)
  • Windows: Windows 7 style window frame at startup (93ce619)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store

v0.5.7

19 Jun 16:51
Compare
Choose a tag to compare

0.5.7 (2022-06-19)

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Features

  • Dynamic app window title (0024269)
  • Hotkeys to navigate forward or backward between tabs (d3b9e08)
  • Hotkeys to navigate inside a table resultset (49abd1e)

Bug Fixes

  • Empty query tab schema select if no schema selected (31b7999)
  • Fields sorting in table setting tabs (77d9cac)
  • Inline field update not working with tables missing primary key (caf776b)
  • Main process not closed after window close on some conditions (23acf00)
  • Reload tab content on tab sort (d214c1f)
  • Selected foreign key value not visible in the insert row modal (cba2ce2)
  • Unable to add new table fields (ee623b0)

Improvements

  • Linux: title bar improvements (85cec05)
  • Windows: title bar improvements (5fa8bf3)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store

v0.5.6

02 Jun 10:10
Compare
Choose a tag to compare

0.5.6 (2022-06-02)

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Bug Fixes

  • Empty query tab schema select if no schema selected (31b7999)
  • Inline field update not working with tables missing primary key (caf776b)
  • SQLite: unable to insert rows with TEXT fields (a7d5e19)
  • UI: Select closes clicking on scrollbar (8870304)

Improvements

  • Improved precision of MariaDB or MySQL auto detection (26aad51)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store

v0.5.5

24 May 13:19
Compare
Choose a tag to compare

0.5.5 (2022-05-24)

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Features

  • Advanced keyboard friendly select component with support for options live search.
  • translation: Russian translation.

Bug Fixes

  • PostgreSQL: Idle timeout disabled (a082514).
  • Query tab content disappears reordering or closing other tabs, closes #261 (c5baf2b).
  • SSH tunnel connection error with private key, closes #260 (c826888).

Improvements

  • UI: Max height for query text area increased (5d5f1da)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store

0.5.4

10 May 16:33
Compare
Choose a tag to compare

0.5.4 (2022-05-10)

If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.

Bug Fixes

  • App blocked by BIT fields with no default, closes #256 (e62f280)
  • File upload input not working (58611bf)
  • SSH tunnel not working (6d61518)
  • Unable to insert auto-generated datetime fields (ff27244)

Improvements

  • UI: Left alignment for numbers in result tables, closes #249 (e02565c)

Download

Get it from the Snap Store Get it from AUR Get it from Microsoft Store