Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: ellie-commons/sequeler

Sequeler 0.9.0-1 Released

25 Dec 14:40
7677c1b

Choose a tag to compare

This release fixes a packaging issue with Flatpak. No changes to the app itself since v0.9.0.

  • Flatpak: jemalloc: Use .tar.gz instead of .tar.bz2 that requires bzip2 (#432)

Sequeler 0.9.0 Released

25 Dec 13:05
9963fb4

Choose a tag to compare

Improvements

  • Fix translations are not loaded in Flatpak (#393)
  • Modernize the UI to fall in line with modern desktop environments (#403)
  • Update Flatpak platform runtime and modules
    • Update elementary Flatpak Platform to 8.2 (#402)
    • Update GNOME Flatpak Platform to 49 (#406)
    • Update elementary BaseApp to circe-25.08 (#406)
    • Update libaio to 0.3.113 and use HTTPS (#391)
    • Update jemalloc to 5.3.0 (#413)
    • Update fmt to 12.1.0 (#413)
    • Update libssh2 to 1.11.1 (#413)
    • Update libfixposix to 0.5.1 (#413)
    • Update postgresql to 18.1 (#413)
    • Update mariadb to 12.2.1 (#413)
  • Update translations

Fixed Issues

  • Feature to sort tables alphabetically (#340)
  • Build error in HeaderBar.vala: The name 'AccelLabel' does not exist in the context of 'Granite' (#346)
  • Can't use ed25519 to connect through SSH (#370)
  • RFE: port to gtksourceview-4 (#371)
  • gnome40 EOL (#374)
  • Authentication by public key failed when using Flatpak (#401)
  • Development build uses the normal icon instead of the development one (#417)

Under-the-hood Changes

  • Update libgda-5.0 to add some missed api (#343)
  • Fix Flatpak build (#396)
  • Fix deprecated top-level developer_name in AppData XML (#387)
  • Improve Metadata
    • Improve Metainfo (#397)
    • appdata: Use fixed version screenshots (#408)
    • Modernize .desktop file (#410)
    • Modernize .metainfo file (#411)
  • Re-RDNN to io.github.ellie_commons.sequeler (#405)
  • libgda: Add a patch to explicit parameters in function declaration to fix build error with GNOME platform 49 (#406)
  • libgda: Disable libgdaui that we don't use to fix build stucks with GNOME platform 49 (#406)
  • meson: Replace deprecated meson.source_root() with meson.project_source_root() (#412)
  • mariadb: Disable SBOM to fix no license for 3rd party dependency https_github.com_wolfssl_wolfssl. build error (#413)
  • Use Flatpak External Data Checker so that modules we depend on are never left behind (#414)
  • Migrate Flatpak manifest from JSON to YAML for easier maintenance (#415)
  • Re-RDNN development build to io.github.ellie_commons.sequeler.Devel to follow convention in GNOME (#416)
  • Use correct icon for current profile (#418)
  • Do not cleanup /lib/debug for Flatpak builds (#420)
  • Add option to disable installing the sized app icon to fix build error for Flathub builds (#422)
  • Move schemas to data dir to follow convention in elementary (#429)
  • meson: Use gnome module instead of own python script (#428)
  • Remove libsecret-1.vapi in favor of upstream one (#427)

Full Changelog: v0.8.2...v0.9.0

Odin release

11 Aug 03:44

Choose a tag to compare

  • Updated elementary runtime
  • Updated screenshots

Odin release

16 May 04:24
0b9333e

Choose a tag to compare

  • New release for elementary OS 6 Odin.
  • Updated translations for Ukrainian, Russian, Indonesian, Chinese, Lithuanian, Portuguese, Turkish, and Arabic.

Create and Drop databases

26 Jun 06:16

Choose a tag to compare

  • Create, Edit, and Delete databases.
  • New context menu to copy and edit tables.
  • Support unencrypted connections.
  • Fix copy column data.
  • Updated translations for Ukranian, Russian, French, and German.

Performance improvements

13 May 00:57

Choose a tag to compare

  • Reduced CPU usage by 2%.
  • Update translations for Italian, Spanish, Catalan, French, Hindi, Russian, and Turkish.

Bug Fixes

12 Apr 05:34

Choose a tag to compare

0.7.8 changelog

  • Fixed usage attempt of wrong Vala method.

0.7.7 changelog

  • Fix nasty GSettings bug causing the app to crash.
  • Implement Gda Placeholder statement.
  • Improve Query Tab iconography.

0.7.6 changelog

  • Fix ORDER BY in PostgreSQL Relationship view.
  • Improve MySQL structure view.
  • Drop Granite.Settings in favour of GLib.Settings.
  • Implement Granite.Notebook on the Query tab.
  • Show query error messages inline.

Because 0.7.6 never happened!

12 Apr 04:44

Choose a tag to compare

0.7.7 changelog

  • Fix nasty GSettings bug causing the app to crash.
  • Implement Gda Placeholder statement.
  • Improve Query Tab iconography.

0.7.6 changelog

  • Fix ORDER BY in PostgreSQL Relationship view.
  • Improve MySQL structure view.
  • Drop Granite.Settings in favour of GLib.Settings.
  • Implement Granite.Notebook on the Query tab.
  • Show query error messages inline.

Query Tab Bonanza!

10 Apr 03:04
2d5623d

Choose a tag to compare

  • Fix ORDER BY in PostgreSQL Relationship view.
  • Improve MySQL structure view.
  • Drop Granite.Settings in favor of GLib.Settings.
  • Implement Granite.Notebook on the Query tab.
  • Show query error messages inline.

New features and improvements

05 Apr 00:13

Choose a tag to compare

  • You can now duplicate connections.
  • Sorting columns now works as expected by actually running the ORDER BY query.
  • Quickly jump to a specific result page with the handy dandy pagination popover.
  • Show Comment Column inside table structure view.