From 9618f0ebbf4b88045247c01ce8c8f58203508ebf Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 12 May 2015 16:19:40 -0400 Subject: Imported Upstream version 3.0.6 --- SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt') diff --git a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt index 384fd8a..a94955a 100644 --- a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt +++ b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt @@ -1,3 +1,30 @@ +[3.0.6] + * [ADDED]: #2740 Option to configure whether bottom dock area (with status field) should extend to left border, or should it leave space for database list. + * [ADDED]: #2819 Introduced "compact layout" as an option (enabled by default) to minimize all margins on the interface. + * [ADDED]: CSS console for SQLiteStudio (under F11 key) to allow customizing all aspects UI look and feel at a low level. + * [ADDED]: #2805 The 'Save SQL' action in SQL editor now uses the same file if repeated, unless user picks 'select file to save' from drop-down menu. + * [ADDED]: #2801 Added option to select where to position the new inserted row - above/below selected row, or at the end of data view. + * [CHANGE]: Database list is by default from top to bottom, making the status field placed next to the database list, instead of being below it. + * [BUGFIX]: Fixed 'rows affected' counter when using transactions and executing everything at once. + * [BUGFIX]: Fixed importing from CSV with empty (NULL) values in last column of last data row. + * [BUGFIX]: #2853 Allow '$' character as a part of an identifier. + * [BUGFIX]: #2846 Fixed crash when executing query on a database after just removed other database from the list. + * [BUGFIX]: #2856 Fixed not working updates manual checking if automatic checking was disabled. + * [BUGFIX]: #2863 Fixed config dialog to honor DbTree presentation options (sorting, labels) immediately, no manual refreshing required. + * [BUGFIX]: #2862 Fixed loading SQL scripts into editor when using Chinese language. + * [BUGFIX]: #2855 Automatic updates are now enabled only for portable build and are disabled by default for other builds. + * [BUGFIX]: #2867 Fixed support for "ISNULL" in query execution. + * [BUGFIX]: Fixed synchronization bug in DbSqlite2 plugin causing random crashes. + * [BUGFIX]: Views are recreated after table modification only if they really need to be updated according to the table change. + * [BUGFIX]: Fixed querying selects with numerous subselects with '*' operators for result columns. + * [BUGFIX]: #2868 Global configuration directory is not created (even empty) when using portable configuration. + * [BUGFIX]: #2866 Fixed Search dialog in SQL editor to honor changes of the searched value during the single session of searching. + * [BUGFIX]: Fixed importing from data source that provides columns with special characters - they are no longer splitted to column name and datatype. + * [BUGFIX]: Fixed problem with keyboard focus for syntax completer under Gnome 3. + * [BUGFIX]: #2872 'Enter' key in table name of import dialog now triggers 'Next' action, not clearing the table name. + * [BUGFIX]: #2864 & #2791 Fixed synchronouse execution in QueryExecutor, which also fixes the misterious bug in export dialog, causing empty files being exported. + * [BUGFIX]: Fixed encoding detection and connection testing for SQLite2. + [3.0.5] * [ADDED]: #2831 Ported 'Erase table data' feature (in table's context menu) from version 2.1.5. * [CHANGE]: Data view has now a 'cover' with progress bar when commiting more changes at once. This eliminates weird GUI freeze when commiting lots of new/deleted rows. -- cgit v1.2.3