Releases: little-brother/sqlite-gui
Releases · little-brother/sqlite-gui
1.6.3
Up to 1.6.3 * Export/Import CSV via CLI/terminal * Minor improvements * Fix minor bugs
1.6.2
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
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
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
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
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
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
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
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
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