Changelog for
sequeler-0.6.7-1.4.x86_64.rpm :
* Thu Jan 17 2019 Alexei Podvalsky
- Update to 0.6.7:
* CRITICAL: Fixes missing GSettings Schema, restore lost connections.
* Other small bug fixes and improvements.
* WARNING: This release packs many updates and something could break. Please, backup your connections.
* Connect via SSH to a remote Database.
* Major code refactor to handle UI updates via async methods.
* Use Stack container to show a loading Spinner during fetch or data processing methods.
* Major performance improvements to the table search and dropdown schema switcher.
* Bug fixes and other improvements.- Build with grenite >= 5.2.1
* Sun Dec 16 2018 Alexei Podvalsky - Update to 0.6.5:
* New fancy Icon.
* Use GtkNativeDialog.
* Bug fixes and Improvements.
* Open SQLite files directly in Sequeler.
* Right click to copy data inside a column.
* Bug fixes and Improvements.
* Mon Oct 22 2018 Alexei Podvalsky - Update to 0.6.3:
* UI fix for logout button.
* View shortcuts on preferences dropdown.
* Performance Improvements.
* Italian translation.
* Mon Sep 17 2018 Alexei Podvalsky - Update to 0.6.2:
* Export results from Query Tab.
* Export in CSV or Plain Text format.
* Sort Columns order everywhere.
* Brazilian translation.
* Sat Sep 08 2018 Alexei Podvalsky - Update to 0.6.1:
* Paginate results in the Content tab.
* Query messages UI improvements.
* Relations table bug fixes.
* Mon Aug 27 2018 avvissuAATTyandex.by- Update to 0.6.0:
* Ability to handle multiple SQL queries.
* Execute the currently highlighted query.
* Improved Library Popover UI.
* Use native GTK+ CSS attributes for better Light/Dark mode.
* Random UI improvements.
* Wed Aug 01 2018 avvissuAATTyandex.by- Update to 0.5.9:
* Urgent! Fixed broken Tabs for translated version.
* Better Dark/Light mode switch in header bar.
* Add Russian translation.
* Updated Welcome screen with New Window command.
* Code cleanup.
* Tue Jul 10 2018 avvissuAATTyandex.by- Update to 0.5.7:
* Missing filter name on SQLite File Dialog.- Switch to metainfo from appdata
* Fri Jun 29 2018 avvissuAATTyandex.by- Update to 0.5.6:
* Search table names in sidebar.
* Fixes issue in connecting directly on a non saved connection.
* Updated Lithuanian translation.
* Italian translation.
* Tue Jun 12 2018 avvissuAATTyandex.by- Update to 0.5.5:
* Safely store passwords in LibSecret.
* Auto upgrade on startup to remove passwords from GSettings.
* Fixes issues with identical table names from other database in the same connection.
* Alphabetically ordered tables.
* Improvements in showing MySql/MariaDB Table Structure.
* Many more bugs for you to discover.- Switch to meson- Build with libsecret-1- Add HiDPI icons- Remove obsolete macros- Spec file cleanup
* Fri Mar 02 2018 avvissuAATTyandex.by- Update to 0.5.4:
* Merge pull request #91 from ajashton/system-mono-font
* set query monospace font from org.gnome.desktop.interface monospace-font-name
* Version bump
* Updated screenshot for welcome screen
* Import previously exported files
* Prevent crash when quickly connect and disconnect between different databases
* Add import connections on Welcome screen
* Export saved connections
* Fancy new icons
* Updated screenshots
* Fri Feb 23 2018 avvissuAATTyandex.by- Update to 0.5.2:
* Temporarely hide export button
* Avoid updating connection on select change if PostgreSQL
* Handle \"SHOW\" query statements Fixes #53, Fixes #56
* Properly handle non select query response
* Avoid updating table name if name was not changed
* Cleaner code for alternated colour rows
* We got Gtk.TreeView with alternate colour rows!!!
* Add manual reload button for content, structure, and relations
* Menu setup to export results
* Fix save window size and location on destroy
* Removed old files, updated copyright year
* Show Content and Relationship contraints in different tabs. Avoid reloading the same data, code cleanup, overall awesomness!!!
* Show table schema structure on list view select
* Small cleanup for the treebuilder, nothing much to do becuase of the widget stupid bugs. Initial setup for dynamic table schema view
* Clear query text on logout
* Handle non select queries
* Handle select queries, print errors and avoid crashes if issues in handling data, return tot results in info bar
* Basic structure for query tab, created action to run query
* Better stack panel organization
* Fixed comma shortcut for settings panel opening
* Set default stack for open database view
* Clear sidebar on connection closed. Initial refactor of the main database view, content tabs, and query view
* Small clean up, deleted old unused files
* Update active connection on database dropdown select changed
* Update table name on double click. So good!
* Populate sidebar with table list
* Tue Jan 30 2018 avvissuAATTyandex.by- Update to 0.4.3:
* Version bump
* Avoid overriding sqlite file path with encoded data, Fixes #72
* Version bump and debian changelog updated
* Handle error when set_value() failes, avoid crashes
* Merge branch \'master\' into dev
* Remove comments
* Set proper GType on ListStore generation
* Identifying data type in treebuilder
* Merge pull request #76 from cjfloss/master
* fix(TreeBuilder): add try-catch while getting the value
* Updated snapcraft.yml
* Avoid multiple query calls, needs refactor
* Sun Dec 24 2017 avvissuAATTyandex.by- Initial package