Releases: ellie-commons/sequeler
Releases · ellie-commons/sequeler
Sequeler 0.9.0-1 Released
Sequeler 0.9.0 Released
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
- 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()withmeson.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.Develto follow convention in GNOME (#416) - Use correct icon for current profile (#418)
- Do not cleanup
/lib/debugfor 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
- Updated elementary runtime
- Updated screenshots
Odin release
- New release for elementary OS 6 Odin.
- Updated translations for Ukrainian, Russian, Indonesian, Chinese, Lithuanian, Portuguese, Turkish, and Arabic.
Create and Drop databases
- 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
- Reduced CPU usage by 2%.
- Update translations for Italian, Spanish, Catalan, French, Hindi, Russian, and Turkish.
Bug Fixes
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!
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!
- 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
- 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.