diff options
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt')
| -rw-r--r-- | SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt index a94955a..38c2289 100644 --- a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt +++ b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt @@ -1,3 +1,12 @@ +[3.0.7] + * [ADDED]: #2951 Implemented dropdown value picking for foreign key columns in grid view. + * [ADDED]: Context menu entry to go to row in referenced table by current foreign key cell value. + * [BUGFIX]: #2875 Fixed font misconfiguration after Qt update. + * [BUGFIX]: #2879 Fixed View updating after table modification, when view uses SELECT with table alias same as table name. + * [BUGFIX]: #2885 Fixed tokens parsing, causing random problems, such as incorrect formatting performed by the simple formatter. + * [BUGFIX]: Fixed preventing of setting null or empty value on query results that don't come directly from table. + * [BUGFIX]: Fixed duplicates while copying mupltiple lines from status field. + [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. |
