Skip to content

Releases: sqlitebrowser/sqlitebrowser

Database Browser 3.3.1 for SQLite

31 Aug 15:17
Compare
Choose a tag to compare

This release is purely for the project renaming. The code itself is the same as the v3.3.0 release.

SQLite Database Browser 3.3.0

25 Aug 00:56
@rp- rp-
Compare
Choose a tag to compare

Improvements

  • Several, several fixes in our SQL grammar parser allowing you to edit more databases using the UI tools.
  • Make adding new rows less confusing by showing automatically generated data by default values, triggers or the PK right after the new row is added. 6705e8c
  • Edit Table dialog: Add option for adding a unique constraint to columns. ff50a94
  • UI improvements: Show line numbers in the SQL log (5f4066c), avoid extreme column widths in the table view showing the results of a SQL statement (a3affde), add a new dock showing the DB schema (beae692)
  • Add a database schema pane (can be torn off), so the schema can be viewed while in the Execute SQL tab. beae692
  • Tag name correction in git repo. #53

Translations

  • Added a Russian translation. 87bda98
  • We have most of a German translation now.

Bug fixes

  • Fixed a few "crashes when loading database" bugs. #56 #63 #77
  • Fix import of CSV files containing multi-byte Unicode characters. d8bc658
  • Complete quoting for parameters of some CMake commands. #71
  • Some comments were corrected. #69
  • Compilation warning [-Wformat] fixes. #65
  • Outdated version number in src/app.plist file. #62

SQLite Database Browser 3.2.0

06 Jul 21:40
@rp- rp-
Compare
Choose a tag to compare

This version is a recommended upgrade from all previous releases. It has a large number of improvements and bug fixes. 😄

Of special note is the new Project files feature, for saving metadata about your SQLite Database files. Now when you change the onscreen size of columns or the sort order in the browse data tab, enter code in the SQL tab or the like, the new settings are kept between sessions. You don't need to restore them manually every time you load the database file. Just open the project file instead of the database file.

Improvements

  • Add keyboard shortcuts for saving changes and for executing a SQL statement #22 2136813 682561f
  • Add High DPI text rendering support for Mac OSX #21
  • Remember column widths on Browse Data tab? #20
  • Allow any character as field separator and quote character when importing/exporting CSV files #14 #23
  • Added entries for the Help menu #13
  • Also show temporary tables and views in the UI
  • Browse Data Tab: Remember column widths of the current table when changing to another
  • Initial code to allow translations of the UI into other languages (work in progress)
  • Fixes for building with Qt 5

Windows only

  • Updated the bundled version of SQLite to 3.8.5 #32

Bug Fixes

  • Fix bugs in the SQL grammar parser which broke the UI for some tables, especially when some column constraints were used #34 #40 #42
  • Enabling auto-increment toggle doesn't change definition field type to integer #24
  • Edit Cell Data Dialog: Improve handling of binary data #16

SQLite Database Browser 3.1.0

17 May 08:45
@rp- rp-
Compare
Choose a tag to compare

Changes:

  • New: Plotting, a quick and dirty way to draw graphs from your table data
  • SQlite 3.8.2 grammar fix
  • MacOSX: file assocations should be fixed
  • Updated icon
  • Bi-licensed under MPLv2 and GPLv3

SQLite Database Browser 3.0.3

07 May 07:23
Compare
Choose a tag to compare

SQLite Database Browser 3.0.3

Changes:

SQLite Database Browser 3.0.2

07 May 07:18
Compare
Choose a tag to compare

SQLite Database Browser 3.0.2

Changes:

  • Fix a memory leak
  • Allow space characters in table and index names, disallow ` chars
  • Update execute query table view when no results returned
  • Fix non tables/column names with non ascii characters

SQLite Database Browser 3.0.1

07 May 07:13
Compare
Choose a tag to compare

Fixed & new in 3.0.1:

  • Key names in table/column names
  • Copy/paste of single cell
  • Version check for win32 builds

SQLite Database Browser 3.0

07 May 07:08
Compare
Choose a tag to compare
sqlb-3.0

lets get final v.3

SQLite Database Browser 3.0rc1

07 May 07:02
Compare
Choose a tag to compare
Pre-release

Final release candidate with windows installer