summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
index c890b69..fe7a977 100644
--- a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
+++ b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
@@ -1,3 +1,28 @@
+[3.0.3]
+ * [ADDED]: Added visual validation indicators to DbDialog, so user is informed why the "Ok" button is disabled at the moment.
+ * [ADDED]: Russian translation.
+ * [ADDED]: French translation.
+ * [ADDED]: #2770 Added SQLite 3 version used by application in the Environment tab of the About dialog.
+ * [CHANGE]: Language translations located in a separate directory have now higher precedense, than translations compiled in, so it's possible to test updated translations "on the fly".
+ * [BUGFIX]: Fixed support for "function(DISTINCT args)" in Enterprise formatter.
+ * [BUGFIX]: #2753 Fixed parsing TEMP and IF NOT EXISTS in CREATE TABLE statement.
+ * [BUGFIX]: #2755 Fixed error checking for recurrent expression with LIKE/GLOB operator in it.
+ * [BUGFIX]: Switched error message from simple method error to smart method error in QueryExecutor to avoid misleading messages.
+ * [BUGFIX]: #2760 Fixed marking "unique" in index dialog when opening existing unique index.
+ * [BUGFIX]: #2757 Fixed int64 rounding problem.
+ * [BUGFIX]: #2767 Fixed NOT NULL dialog in column dialog, so it doesn't convert to UNIQUE.
+ * [BUGFIX]: #2763 Fixed possibility of adding 2 same databases to the list.
+ * [BUGFIX]: Fixed copying values from Environment tab of the About dialog.
+ * [BUGFIX]: #2774 Fixed handling triggers (when modifying table) in foreign tables, triggers referencing table in its subqueries, etc.
+ * [BUGFIX]: Fixed executing SELECT in SQLite2 for columns that need wrapping.
+ * [BUGFIX]: Fixed editing data for tables transparently attached in the SQL query.
+ * [BUGFIX]: Fixed Shortcut titles translation in configuration dialog.
+ * [BUGFIX]: Fixed aggregate functions, so initial and final codes are executed, not only the per-step code.
+ * [BUGFIX]: #2781 Portable configuration directory can now be either in the running directory, or in applications directory. It's auto-detected.
+ * [BUGFIX]: Optimized loading huge data sets into data grid. It's faster and the progress bar acts more smoothly.
+ * [BUGFIX]: Shortcut for closing current window is now displayed in the context menu for taskbar.
+ * [BUGFIX]: "Skip first line" option in CSV import renamed to "First line represents CSV columns". Maybe this time it won't confused anyone.
+
[3.0.2]
* [ADDED]: Full support for the interface translations.
* [ADDED]: Polish translation.