Skip to content

Releases: antares-sql/antares

v0.7.3

09 Feb 14:04
Compare
Choose a tag to compare

0.7.3 (2023-02-09)

Antares is an application under development, and any feedback or bug reports from you are very important 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.

Features

  • SQLite: Added support to INTEGER UNSIGNED (e7e4913)

Bug Fixes

  • Longtext edit modal opens when it shouldn't, fixes #524 (6decba3)
  • Select of table field type stuck when editing an unknown type (e8447e5)
  • SQLite: Error with integer timestamp fields (2b5e1e7)
  • SQLite: Triggers disappear after editing related table, fixes #523 (d934ae1)

Download

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

v0.7.2

23 Jan 09:08
Compare
Choose a tag to compare

0.7.2 (2023-01-22)

Antares is an application under development, and any feedback or bug reports from you are very important 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.

Features

  • Add copy shortcut and default copy type setting (9aca894)
  • Connection info icons in footer (ff4bc6c)

Bug Fixes

  • Allow comments in queies, fixes #519 (c7ab3b7)
  • SQLite: Exception saving tables without INT fields length (0e80e82)
  • SSH connection closed after idle time, fixes #425 (6fa430a)

Download

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

v0.7.1

23 Dec 09:37
Compare
Choose a tag to compare

0.7.1 (2022-12-23)

We wish all users and their families the best possible holidays and hope for a peaceful 2023.
Sincere thanks to everyone for your appreciation and support in this project ❤️.

Antares is an application under development, and any feedback or bug reports from you are very important 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.

Features

  • Copy rows as html table, so we can paste it to spreadsheet (c32f463)
  • Option to disable selected query execution, closes #477 (1bd26ce)

Bug Fixes

  • UI: Connection default icon not change after client change (a6bdf69)
  • UI: Context submenu outside view when near the edge, fixes #506 (c08946e)
  • i18n: Add missing keys for french translation (fd129a2)
  • MySQL: Not every connection gets read-only option (843c15e)
  • UI: White background dragging connections inside folder on Linux (dd971d7)
  • UI: White background dragging connections or tabs on Linux, fixes #486 (669d7e8)

Download

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

v0.7.0

30 Nov 14:38
Compare
Choose a tag to compare

0.7.0 (2022-11-30)

Dear Users,
so many of you have asked for improvements to the sidebar to allow you to organize your connections more intuitively, and we have decided to accommodate you.
This update introduces the ability to organize connections into folders, change connection icons, folder color, and more.

Antares is an application under development, and any feedback or bug reports from you are very important 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.

Features

  • UI: Connections customization: icons and label (212b2bd)
  • UI: Folders implementation (ece6c64)
  • UI: Folders customization: colors and name (72accb7)
  • UI: Footer color based on folder color (4fe9dfc)
  • UI: New sidebar tooltips (6728964)

Download

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

v0.6.0

18 Nov 17:12
Compare
Choose a tag to compare

0.6.0 (2022-11-18)

Dear Antares users, with this update we have introduced support for Firebird SQL!
We know that there are more widely used databases but we have decided to give priority to open-source ones whenever possible.

Antares is an application under development, and any feedback or bug reports from you are very important 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.

Features

  • Firebird SQL: connections pool (76df631)
  • Firebird SQL: display table content and query results (95bb41e)
  • Firebird SQL: manual commit mode (27566c1)
  • Firebird SQL: procedure add/edit/delete support (ae312ef)
  • Firebird SQL: support to blob fields (0827a04)
  • Firebird SQL: support to indexes and foreign keys (2c8509f)
  • Firebird SQL: table add/edit/delete support (1b5cc31)
  • Firebird SQL: trigger add/edit/delete support (8e422e3)
  • Firebird SQL: view add/edit/delete support (7d1967a)

Bug Fixes

  • Incomplete list of collations, fixes #478 (1c1403f)
  • Loss of precision updating BIGINT values, fixes #467 (d190a2d)

Download

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

v0.5.19

22 Oct 13:27
Compare
Choose a tag to compare

0.5.19 (2022-10-22)

Antares is an application under development, and any feedback or bug reports from you are very important 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.

Features

  • Context menu option to fill cell with random values (0a2124f)

Bug Fixes

  • Error joining tables with different schema (88408da)
  • SQLite: Save boolean as integer to improve compativility, fixes #463 (d52b7af)
  • Unable to edit text fields if value is NULL, fixes #466 (8621ca5)

Download

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

v0.5.18

14 Oct 13:41
Compare
Choose a tag to compare

0.5.18 (2022-10-14)

Antares is an application under development, and any feedback or bug reports from you are very important 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.

Features

  • PostgreSQL: UUID random generation option on UUID fields, closes #424 (a521274)

Bug Fixes

  • Auto-scroll on sidebar not working, fixes #447 (dd9c089)
  • Trackpad horizontal scroll on tabs not working properly (ba5a1b6)

Download

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

v0.5.17

22 Sep 08:00
Compare
Choose a tag to compare

0.5.17 (2022-09-22)

Antares is an application under development, and any feedback or bug reports from you are very important 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.

Features

Bug Fixes

  • "Run or reload" shortcut triggers on all connections open (01f607c)
  • Cant run procedures with parameters from leftbar (efe134a)
  • Editor font size doesn't change on new tabs, fixes #442 (84168d1)
  • Empty definer when editing a view, fixes #437 (498a9b4)
  • MacOS: empty options on macos menubar (a142d3c)

Download

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

v0.5.16

26 Aug 17:26
Compare
Choose a tag to compare

0.5.16 (2022-08-26)

Antares is an application under development, and any feedback or bug reports from you are very important 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.

Bug Fixes

  • CTRL+Right/Left not working on text editor, closes #427 (ffc645b)
  • Issue updating datetime cells with null value, closes #423 (ebc325a)
  • UI: Wrong position of fields resizable area (c90ab0e)
  • Unable to set null or delete rows without primary key (39326eb)

Download

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

v0.5.15

17 Aug 15:17
Compare
Choose a tag to compare

0.5.15 (2022-08-17)

Dear Antares users,
with this update we introduced a couple of features hoping to offer a small productivity boost.
The first, and more noticeable change is the name of connections on left bar. This change serves to respond to requests for more distinguishable connections and a first glance.
The second feature lies on setting window under the "Shortcuts" tab. From now on you can see, add, edit or delete all application shortcuts.

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 add new shortcuts (d044a02)
  • Ability to edit shortcuts (8eb127e)
  • Added more events in shortcuts setting (5043faf)
  • Delete shortcuts and restore defaults (c22413f)
  • List of available shortcuts in settings window (44bb75b)
  • UI: Connection name on left bar, closes #382 #414 (4887753)

Improvements

  • translation: Updated Italian translation (c05be83)
  • translation: Updated Português (Brasil) translation (7c186d2)

Download

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