aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-02-22 14:06:38 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-02-22 14:06:38 -0500
commit6d42c08a54f15ddfdd8ee73643e3ddf8907bccc2 (patch)
tree0a6554677b6a7fea5c81134c0804f0acdb00e632 /SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
parenta0cf2bb71de2b70a2b293c4ce907ecaaf24275bf (diff)
parent306d6d3ca9c9ad774d19135681a7f9805f77035f (diff)
Merge tag 'upstream/3.0.3'
Upstream version 3.0.3 # gpg: Signature made Sun 22 Feb 2015 02:06:37 PM EST using RSA key ID EBE9BD91 # gpg: Good signature from "Unit 193 <unit193@gmail.com>" # gpg: aka "Unit 193 <unit193@ninthfloor.org>" # gpg: aka "Unit 193 <unit193@ubuntu.com>" # gpg: aka "Unit 193 <unit193@ninthfloor.com>"
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.