Skip to content

v2.1

Compare
Choose a tag to compare
@suurjaak suurjaak released this 28 Aug 19:08
· 259 commits to master since this release
  • add user-defined functions to value editor
  • add button panels to data and schema tabs
  • add NULL column icons to schema diagram
  • add column and key toggles to schema diagram
  • add option to hide data grid columns
  • add filter and hide column options in grid row context menu
  • add support for multiple item export into any supported output format
  • add command-line flag --config-file
  • add NULLS FIRST|LAST to SQLite grammar ORDER BY clause
  • add splitter to program main page
  • add file encoding detection in CSV import, improve CSV dialect detection
  • order database categories as table-view-index-trigger
  • use uniform icons for schema tree items
  • retain schema diagram custom layout on schema change
  • support index and trigger keywords in meta search
  • support importing structured data from YAML to database
  • support importing JSON files containing a single dict
  • support TIMESTAMP as date column type in search
  • omit comments from JSON export
  • underline matched texts in meta search results
  • include journal file sizes in database size
  • improve compatibility with GTK and Python 3.8+ on Linux.
  • update step, the vendored template library
  • fix loading user-specific configuration file
  • fix schema diagram not loading entity positions from last config
  • fix schema diagram adopting custom layout on clicking an entity
  • fix collecting related entities on getting all related SQL or exporting to another database
  • fix error on canceling a single grid export
  • fix error on toggling diagram foreign labels on
  • fix diagram in statistics HTML export using current view settings
  • fix operating on key columns of BLOB affinity in data grids
  • fix encoding errors in running disk usage analyzer
  • fix escaping special characters for regex in exported HTML search functions
  • fix complex alter ignoring related triggers (SQLite 3.25+ compatibility)
  • fix JSON/YAML import not using column names from data
  • fix spreadsheet import using same columns for all sheets

Windows binaries available at http://suurjaak.github.io/SQLitely/.