Skip to content

Releases: antares-sql/antares

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

0.5.3

08 May 11:13
Compare
Choose a tag to compare

0.5.3 (2022-05-08)

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

  • Default open schema if only one present (0fa22fb)

Bug Fixes

  • LIKE operator in table filter not properly working, closes #242 (eb1afed)
  • MySQL: Creating temporary tables on export to overcome view dependency errors (e4c5d9b)
  • MySQL: support to ANSI_QUOTES mode not working, closes #243 (9fcc7d1)
  • Prevents query tabs targets previous schema if not in explorebar, closes #236 (5e4abd3)
  • SQLite: Tables with sqlite in name not visible, closes #239 (690cdcb)
  • Unable to set an empty string as field default (bfdb463)

Download

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

0.5.2

10 Apr 10:48
Compare
Choose a tag to compare

0.5.2 (2022-04-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.

Features

  • PostgreSQL: sql dump exporter
  • PostgreSQL: sql dump importer
  • core: Option to allow untrusted SSL connections
  • French translation updated

Bug Fixes

  • SSH tunnel not properly working

Download

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

0.5.1

25 Mar 09:57
Compare
Choose a tag to compare

0.5.1 (2022-03-25)

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

  • Export database as zip sql file (8f3efab)
  • UI: Option to disable blur effects, closes #209 (e9079ad)

Bug Fixes

  • Numeric scale displayed on non decimal fields (db628f7)
  • UI: Connection buttons out of screen on small displays, closes #213 (f12e6a9)

Download

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

0.5.0

12 Mar 16:30
Compare
Choose a tag to compare

0.5.0 (2022-03-12)

We are happy to release this update which brings a long awaited feature: import and export (currently only on MySQL)!
A big thank you goes to Giulio Ganci, without his hard work we would not have this feature yet.
Another thanks goes to Topollo who introduced connection string support on PostgreSQL.

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

  • MySQL: Export schema to sql dump file
  • MySQL: Import from sql dump files
  • PostgreSQL: Support for local and server connection strings (6305752)

Bug Fixes

  • Wrong schema and table size on explore bar (4479a96)
  • Wrong soft sort algorithm for numeric fields, closes #199 (763be85)

Download

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

0.4.4

27 Feb 14:32
Compare
Choose a tag to compare

0.4.4 (2022-02-27)

Antares is against all kinds of war and is close to the Ukrainian people and to all the peoples who are victims of the war.
We believe in freedom, diplomacy and peaceful dialogue between peoples.

Features

  • MySQL: Manual commit mode (4ed2f9a)
  • PostgreSQL: Manual commit mode (d81e091)
  • SQLite: Manual commit mode (7dcd444)
  • Reminder for uncommitted changes closing a tab (5bfff64)

Bug Fixes

  • BigInt support, closes #197 (b703955)
  • MySQL: Default value not displayed for DECIMAL fields (fa3f3e1)
  • Zero-padded bit fields beyond length (265f28b)

Download

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

0.4.3

30 Jan 17:05
Compare
Choose a tag to compare

0.4.3 (2022-01-30)

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

  • Cell copy returns "undefined" in some conditions, closes #170 (8fb1f08)
  • Indexes and foreign keys not cleared after deletion of related field, closes #182 (9f033fb)
  • PostgreSQL: Schema different than public not automatically selected, closes #172 (46b45c8)
  • Scale on numeric fields that doesn't support it (0cfd793)
  • Windows: Temporary fix to Windows 7 style frame on app startup, closes #169 (1356011)

Improvements

  • Support of scale in field's length setting (eef7c1d)

Download

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

0.4.2

10 Jan 08:19
Compare
Choose a tag to compare

0.4.2 (2022-01-10)

Features

  • MySQL: Ability to cancel queries (a59f77f)
  • PostgreSQL: Ability to cancel queries (0c00291)
  • Save window state (8f9385d)
  • UI: Textarea autofocus selecting a query tab, closes #166 (b4545b1)

Bug Fixes

  • SQLite: Exception with some fields (e7a1858)

Improvements

  • Hash for foreign key default names (48c3e6a)
  • MySQL: Support to ANSI_QUOTES sql_mode, closes #158 (d9a3eab)

Download

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

0.4.1

11 Dec 11:14
Compare
Choose a tag to compare

0.4.1 (2021-12-11)

If you notice some issues consider to report them, helping us to build a more solid Antares.
To stay tuned for latest news, ask questions or tell your opinion follow on Twitter @AntaresSQL.

Features

  • Language format detection for text fields (a5fdcc1)

Bug Fixes

  • Cell disappear on edit in one column tables (aaa5549)
  • False positive with Windows Defender (992a033)
  • MySQL: Wrong datetime fields default in table filler in some cases (8da0224)
  • MySQL: Wrong value for fields "on update" in some conditions (359e14a)
  • Select all rows with ctrl+a when editing a cell (35cb7e1)
  • SQLite: Update rows with a text primary key (d7f1aa9)

Improvements

  • UI: Avoid columns size change when editing cells or scrolling results (813aa32)
  • UI: Disable save button in table creation when no fields are added (e8af2d2)

Download

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

0.4.0

24 Nov 17:38
Compare
Choose a tag to compare

0.4.0 (2021-11-24)

Dear users, with this update we finally implemented support to another database: SQLite!

If you notice some issues consider to report them, helping us to build a more solid Antares.
To stay tuned for latest news, ask questions or tell your opinion follow on Twitter @AntaresSQL.

Features

  • MySQL: Read-only mode (4437d44)
  • PostgreSQL: Read-only mode (5d48fe0)
  • SQLite: Cell update in data tabs (604b371)
  • SQLite: Connection add/edit masks (c54438d)
  • SQLite: Keys support (fd321be)
  • SQLite: Read-only mode (3fc227d)
  • SQLite: Table data visualization (f2fcc98)
  • SQLite: Tables management (3efeb45)
  • SQLite: Triggers management (f40e9c5)
  • SQLite: Views management (7671c58)

Bug Fixes

  • UI: Notifications timeout anomalies (cc99491)

Improvements

  • Update italian traslation (9fe3680)

Download

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