Skip to content

Releases: little-brother/sqlite-gui

1.6.2

22 Aug 21:50
Compare
Choose a tag to compare
Up to 1.6.2

* Add a new tool for check foreign key
* Add Index wizzard
* Raise CSV import wizzard if a pasted text contains CSV data
* Double-click selection: hold Ctrl to get an entire quoted text
* Fix query formatter
* Fix issues #63, #73

1.6.1

14 Aug 15:33
Compare
Choose a tag to compare
Up to 1.6.1

* Improve resizing (issue #71)
* Improve BLOB exports
* Drag-n-drop files to editor (issue #73)
* Export table or query result to Excel
* Rough query formatter by Ctrl + T
* Fix CSV import (issue #72)
* Fix bugs

1.6.0

04 Aug 10:55
Compare
Choose a tag to compare
Up to 1.6.0

* Query shortcuts Alt+F1, Ctrl + 1, Ctrl + 2, ...
* Show help by Ctrl + Space
* Name for result tab (use -- before an query)
* Remove transform and math extensions
* Minor changes
* Fix minor bugs

1.5.9

24 Jul 23:54
Compare
Choose a tag to compare
Up to 1.5.9

* Import/Export JSON
* Built-in REST API web server
* fileio extension
* Fix bugs (issues #65, #67, #68, #69)
* Fix "Add table" dialog
* Minor changes

1.5.8

16 Jul 14:06
Compare
Choose a tag to compare
Up to 1.5.8

* Alt + F8/F9 to get plan/execute an query under cursor
* Save query result as a table
* Query results comparison
* ora-extension: levenshtein distance
* Add replacement to Find dialog
* Fix issues #63, #64

1.5.7

11 Jul 17:19
Compare
Choose a tag to compare
Up to 1.5.7

* Highlight all occurrences of selected word in editor
* Ctrl + Space allows to select one of column values in Data editor
* Export query result to CSV when row limit is exceeded (issue #58)
* Show a result row number in the statusbar (issue #59)
* Add vsv extension (issue #56)
* Popup menu in terminal output
* Fix minor bugs (issues #57, #61)

1.5.6

20 Jun 20:59
Compare
Choose a tag to compare
Up to 1.5.6

* Automatic check for updates
* Autocomplete column names (issue #52)
* Copy an query result as csv with header (issue #53)
* Up SQLite to 3.36.0
* Fix minor bugs (issues #50, #51)

1.5.5

07 Jun 09:50
Compare
Choose a tag to compare
Up to 1.5.5

+ Drag-n-drop tree items to an editor (with Ctrl to generate statement)
* Static colors for columns in Chart
* Fix issues: #47, #48
* Minor changes
* Fix minor bugs

1.5.4

30 May 20:20
Compare
Choose a tag to compare
Up to 1.5.4

* Add histogram and areas to charts
* Improve history/saved queries lists (issue #44)
* Fix issues: #37, #38, #41, #42, #43, #45

1.5.3

26 May 09:38
Compare
Choose a tag to compare
Up to 1.5.3

+ Ctrl + / in Editor to comment/uncomment block (issue #33)
+ Shift + F3 in Editor to change text case
+ Ctrl + A/Backspace/Del in small inputs (issue #35, #36)
+ .set and .get commands in terminal
* Fix an error line number (issue #31)
* Fix save to file behaviour (issue #32, #34)
* Improve charts (issue #11)
* Fix bugs