summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2014-12-30 00:06:52 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2014-12-30 00:06:52 -0500
commit724c012ada23ef480c61fe99e3c9784b91aeb1ca (patch)
treeb8a986b465b6fd2120e0451bb50ccf2033a0a76e /SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
parent89214766d8e3e7b8dd749a1fa18a5b9727f5010d (diff)
Imported Upstream version 3.0.1upstream/3.0.1
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
index 7042dcc..0baf02c 100644
--- a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
+++ b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
@@ -1,3 +1,9 @@
+[3.0.1]
+ * [ADDED]: When the data is being read into the Gird View, columns width gets automatically adjusted, so for small values they are shrinked and for bigger values they're enlarged, but never above the configured limit (a new option in config dialog).
+ * [ADDED]: Implemented support for immediate editing of rows just added to the WITHOUT ROWID tables (previously the manual refresh of data view was required).
+ * [BUGFIX]: Fixed support for expressions as DEFAULT value in table.
+ * [BUGFIX]: Fixed support under Windows for running portable distribution, while having different version of Qt installed in the system (added the qt.conf file).
+
[3.0.0]
* [ADDED]: Application has been rewritten from scratch in C++ and Qt (was previously written in Tcl/Tk). This means improvements in all areas, especially in application performance, good looking interface, more friendly interface and more stability.
* [ADDED]: Database list can now group databases in named groups (groups can be embedded in each other).