@@ -7,117 +7,27 @@ The format is based on
7
7
and this project adheres to
8
8
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
- ## [ Unreleased - nightly] - soon to be [ 3.13.0] - 2024-07-xx
11
-
12
- We are proud to announce DB4S 3.13.0 - a very large update over the previous 3.12.2 version released in 2021.
13
- It incorporates literally hundreds of enhancements and bug fixes.
14
- The list below highlights the major changes.
15
- See the [ commit history] ( https://github.com/sqlitebrowser/sqlitebrowser/commits/master/ ) for fine-grained details.
10
+ ## [ Unreleased]
16
11
17
12
### Added
18
- - ** General**
19
- - Update to SQLite version 3.46.0
20
- - Integration with [dbhub.io](https://dbhub.io)
21
- - macOS ARM version
22
- - Sign Windows builds with [ SignPath.io] ( https://SignPath.io )
23
-
24
- - ** Appearance and GUI Enhancements**
25
- - Add .NET DateTime.Ticks to date display format
26
- - Add a refresh button to the Database Structure tab
27
- - Add an extra tab for editing check constraints to the Edit Table dialog
28
- - Add an extra tab for editing foreign keys to the Edit Table dialog
29
- - Add auto completion for math functions
30
- - Add Ctrl+Enter as shortcut for executing query
31
- - Add new menu item to import from CSV data in the system clipboard
32
- - Add new menu item to show the row counts of all tables
33
- - Allow users to export or import user-settings file in a GUI environment
34
- - Add file, line number and function to Error Log
35
- - Add GUID display format
36
- - Add iif SQL function to the list of known functions in Execute SQL tab
37
- - Add new option to freeze columns in the Browse Data tab
38
- - Allow multiple TableBrowser tabs in the Browse Data tab
39
- - Bar charts now display labels in x axis when NULL values present
40
- - Scale large images in ImageViewer to fit the viewport by default
41
- - Enable HiDPI on all platforms by default
42
- - Change tabbed table browisng to use docks instead
43
- - Change mouse cursor to the pointing hand when Ctrl+Shift are pressed
44
- - Change to 'Preference' expression for consistent
45
- - Data Browser: avoid showing BLOBs containing unprintable characters as text
46
- - Data Browser: export query results as JSON
47
- - Edit Database Cell: fixed potential for data loss and better feedback
48
- - Edit Table: alternating row colors in tables for better readability
49
- - Edit Table: Change the key icons from header to tooltips
50
- - Fix indentation - always use 4 spaces
51
- - Plot Dock: use more precision for small numbers and less for big numbers
52
- - Plot: fix selecting points to select corresponding line in table
53
- - Plot: show x and y values on a tooltip when hovering over the plot
54
- - Table Browser: "Clear Filters" button to clear the global filter
55
- - Table Browser: give hint of table sorted or filtered state in the toolbar
56
- - Table Browser: Support extended selections
57
- - Add copy column name to table viewer
58
- - Allow multiple -t/--table parameters on the command line
59
- - Open recent files in read-only mode using a different shortcut
60
- - Allow selecting fixed format for big integer numbers
61
- - Allow the user to change MaxRecentFiles
62
- - Always load settings for Browse Data tabs
63
- - Always raise new Data Browser tabs to the foreground
64
-
65
- - ** SQL Processing**
66
- - parser: Add support for IS (NOT) DISTINCT FROM expressions
67
- - Execute SQL: add Ctrl+Shift+T for "Open SQL file(s)"
68
- - Fall back to asking SQLite when parsing a table schema has failed
69
- - Update schema after attaching/detaching a database in an Execute SQL tab
70
- - Also update schema when clicking the Refresh button in Browse Data tab
71
- - Improvements for working in the SQL Execution area using keyboard
72
- - When modifying a view use DROP VIEW IF EXISTS instead of just DROP VIEW
73
- - Add basic support for new RETURNING keyword
74
- - Change WHERE clauses of queries to use column names instead of indexes
75
- - DB Schema: drag & drop SELECT queries
76
- - Export query results as JSON
77
- - Export SQL: fix quoting of BLOB values and non-printable strings
78
- - Export SQL: option to keep original CREATE statements
79
- - Improve support for BLOB columns as primary key
80
- - Use LIMIT + OFFSET when generating SELECT statements instead
81
-
82
-
83
- - ** Files**
84
- - Import: Add import-csv option to command line to import CSV files
85
- - Move recent files items to new submenu and add clear recent file function
86
- - CLI: Reuse `--table` as table name for a CSV Import
87
- - CSV Export: binary BLOB to base64
88
- - CSV Import: fix importing into existing table
89
- - CSV Import: give option to use system locale conventions
90
- - Import: allow CSV separator and quote to be passed from command line
91
- - Import: announce support for CSV files in Desktop file
92
- - Import: do not remove characters from CSV header fields
93
- - Import: don't assume an empty file is a text file
94
- - Import: support importing the single file argument as a CSV file
95
13
96
- - ** Configuration**
97
- - New setting for configuring brace matching background
98
- - New setting for having close button on tabs (default) or not
99
- - New settings for changing the selection appearance in editors
100
- - Add the ability to support custom config files
14
+ - _ none_
101
15
102
16
### Changed
103
-
104
- There have been too many changes since the last full release to list separately.
105
- Important changes are listed in the ** Added** section above.
106
17
18
+ - _ none_
19
+
107
20
### Fixed
108
21
109
- There have been too many bug fixes since the last full release to list separately.
110
- Please check out 3.13.0 and let us know if your issue still exists
22
+ - _ none_
111
23
112
24
### Removed
113
25
114
26
- _ none_
115
27
116
- ### Translation
117
- - Add Dutch, Indonesian, Swedish translation
118
- - Update Arabic, Brazilian Portuguese, Chinese, French, German, Italian, Japanese, Korean, Polish, Spanish translation
28
+ ## [ 3.13.0] - 2024-07-23 UTC
119
29
120
- ## [ 3.12.2 ] - 2021-05-17
30
+ > https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0
121
31
122
32
Release version of DB4S - DB Browser for SQLite.
123
33
The basic features of the program are described in the
0 commit comments