Skip to content

Commit 80952c5

Browse files
committed
1 parent 8725d08 commit 80952c5

File tree

3 files changed

+11
-100
lines changed

3 files changed

+11
-100
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ body:
3737
label: DB4S Version
3838
description: What version of DB Browser for SQLite are you running?
3939
options:
40-
- 3.13.0-rc1
40+
- 3.13.0
4141
- 3.12.2
4242
- 3.12.1
4343
- 3.12.0

CHANGELOG.md

Lines changed: 7 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -7,117 +7,27 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

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]
1611

1712
### 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
9513

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_
10115

10216
### 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.
10617

18+
- _none_
19+
10720
### Fixed
10821

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_
11123

11224
### Removed
11325

11426
- _none_
11527

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
11929

120-
## [3.12.2] - 2021-05-17
30+
> https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0
12131
12232
Release version of DB4S - DB Browser for SQLite.
12333
The basic features of the program are described in the

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
- [Snap packages](#snap-packages)
3939
- [Snap Nightlies](#snap-nightlies)
4040
- [Snap Stable](#snap-stable)
41-
- [Nix Package](#nix-packages)
42-
- [Flox](#flox)
41+
- [Nix Packages](#nix-packages)
42+
- [Flox](#flox)
4343
- [Compiling](#compiling)
4444
- [X (Known as Twitter)](#x-known-as-twitter)
4545
- [Website](#website)
@@ -309,6 +309,7 @@ Follow us on X: https://x.com/sqlitebrowser
309309

310310
## Releases
311311

312+
* [Version 3.13.0 released](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0) - 2024-07-23
312313
* [Version 3.12.2 released](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.2) - 2021-05-18
313314
* [Version 3.12.1 released](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.1) - 2020-11-09
314315
* [Version 3.12.0 released](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.0) - 2020-06-16

0 commit comments

Comments
 (0)