v3.13.0 Release · sqlitebrowser/sqlitebrowser · Discussion #3689
Caution
An issue has been reported where the app fails to launch on macOS Catalina (10.15.x).
We will be tracking and resolving the issue. For more information, see issue #3691
We are very excited to release a new stable version after almost three years. 🚀
It's been a while since we've released a new stable version, so there are a lot of changes, see the release notes below for more details.
You can download this release from one of the following links:
- https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0
- https://download.sqlitebrowser.org/
Also, to ensure a stable release, in-app update notifications will be enabled in about a week.
Notifying well-known package managers of new releases is a work in progress.
| Package Manager | Status | Related |
|---|---|---|
| APT | To Do | - |
| Chocolatey | To Do | - |
| flathub | Done | flathub/org.sqlitebrowser.sqlitebrowser#20 |
| Homebrew | Done | Homebrew/homebrew-cask#180359 |
| portableApps.com | To Do | - |
| Scoop | To Do | - |
| Snap | To Do | - |
| Winget | To Do | Delayed due to technical issues |
Release Notes
Table of Contents
- Table of Contents
- Highlights on user-visible changes
- SQLite update and improved support
- New Built-in Extension: sqlean (#3517, 0561d3f, be10d1a)
- Docked Data Browsers (1e1e87e, c96c393, 28ae7417, c40fb07b, c33b8be8)
- Other improvements in Data Browser
- Database Cell Editor
- Better support for HiDPI and new scalable icons #2485
- Dark and light style
- Import and export
- File menu
- Display formats
- New and improved keyboard shortcuts
- Clipboard
- Improvements in project files
- Undo operation #3428
- Edit Table dialog
- Execute SQL
- Plot
- Preferences
- Console messages
- Translations #3452
- And many other minor improvements and bug fixes
- Merged pull requests
- New Contributors
- SHA256SUM
- Highlights on user-visible changes
Highlights on user-visible changes
SQLite update and improved support
- SQLite version updated to 3.46.0 in Windows binary distributions.
- SQLCipher updated to versions:
- Support for the
STRICTtables (da28fdc, 42b7a37) - Support for the
RETURNING(6f6113c, Fix Returning support #2854) - Support for the new math functions (4e79093, Add auto completion for math functions #2631)
- Support for IS (NOT) DISTINCT FROM expressions (5c57622)
- Attach database by URI (9356d00)
New Built-in Extension: sqlean (#3517, 0561d3f, be10d1a)
sqlean: All the Missing SQLite Functions
This new built-in extension bring together several commonly known SQLite extensions neatly packaged into one domain module.
Check out their repository for further information: https://www.github.com/nalgeon/sqlean
Also, this inclusion of this awesome extension was made possible by the generosity of the original author, @nalgeon
We'd like to take this opportunity to thank him.
Docked Data Browsers (1e1e87e, c96c393, 28ae741, c40fb07, c33b8be)

Press the new button at the left of the toolbar in the "Browse Data" to get a new tab where you can browse a second table.
By default, the tab title follows the table name, but it can also be renamed to set a permanent name, using the contextual menu of the tab title.

You can drag this new tab by the title bar, or use the buttons at the right to detach this dock and make it an independent window.

Or you can drag the docked window inside the original Data Browser to drop it using different layouts.
This will allow you to compare two tables or different sections of the same tables side by side.

Moreover, when opening a related record by pressing Ctrl+Shift+Click on a foreign key cell, the other table will be opened now in a new tab.

Specifying multiple tables using the -t/--table parameter on the command line now opens all of them in different tabs. (ab682a3)
Other improvements in Data Browser
The table shows a visual hint for keys in its column header: primary keys are underscored, foreign keys are in italics (b6c5024).

Sort order indicators have been swapped to be in line with the majority of applications (03ce140).
Columns can be frozen when scrolling horizontally (a15f81b)

Database Cell Editor
A new "Evaluation" mode can be selected in the Database Cell Editor (9a70af7)

Any input in this mode will be interpreted as an SQLite expression,
and the result of the evaluation will be inserted in the corresponding cell when pressing "Apply".

Note another minor improvement in the Cell Editor: it now shows the current row and column number being edited.
A new prompt is shown for saving any modified data when abandoning the cell editor (8f5c17e)

The image mode now has zoom controls and can be adjusted with the mouse wheel (d3c69ad, d62ccb1, 8bc9d33, f749f38, 23a597b)

Better support for HiDPI and new scalable icons #2485
DB Browser for SQLite has now better display in High DPI monitors, including the use of scalable icons from the Paste SVG icon set by Michael Burckley under a Creative Commons Attribution Share Alike 4.0 license. This will allow better display in High DPI monitors.

Dark and light style
The dark style has been updated and a new light style has been added (2a830e5)


Import and export
CSV data can be imported now from the clipboard. (9d87b96)

CSV files can also be imported from the command line, passing necessary arguments to drive the correct import. If just a CSV file is passed as single argument in the command line, the data is imported into an in-memory database. This can work as a quick glance of CSV data, alternative to what you can do with inferior data management tools, a.k.a. your favorite spreadsheet 😄 (cfa4dee, 09aaacc, f75a358, 36c5b1b, 6bdacf6).
There's a new option to use system locale conventions for interpreting numbers in the CSV file (f9314b6).

Data in Browser and Execute SQL can now be exported as JSON (a5cc259, e225dc1)

File menu
Added new "Save Database As..." action for saving in-memory databases and saving database files to another
file name. (c8cd858)

Recent Files are now accessible in a new menu, can be cleared (ec6ff6a), and the maximum number of entries can be changed in Preferences (#2373)
Display formats
- New display formats: binary GUID to text (e51aa2e); SpatiaLite to SVG (SpatiaLite to SVG display format #2767)
- Columns where a display format is in place have a different background and foreground, which can be customized in preferences (9a3ebd1)
New and improved keyboard shortcuts
| Shortcut | Action | Related |
|---|---|---|
| Ctrl+Shift+F | Focus the filter line | d1e82ed |
| Ctrl+Alt+F | Focus the global filter | d1e82ed |
| Alt+Number | Removed for Unicode character entry; Main tabs and menu items accessed using Alt+(underscored letter) |
2637072, be041e5 |
| Ctrl+Shift+T | Open SQL file(s) | 128babb |
| Ctrl+Shift+Number | Open file from Recent Files in read-only mode | 1105863 |
| Ctrl+Enter | Execute query | af84e89 |
| Ctrl+Shift+W and Ctrl+Shift+F4 | Close project operation | aaa628b |
| Ctrl+Alt+W | Close the current database without closing the project | 576bbe7 |
| Ctrl+Tab and Ctrl+Shift+Tab | Navigate between SQL tabs | 4bc10a5, 4e8623b |
| Ctrl+PgDown | Focus the table results | 4bc10a5, 4e8623b |
| Ctrl+PgUp | Focus the SQL editor | 4bc10a5, 4e8623b |
Clipboard
- Binary data pasted in the Data Browser is now inserted as BLOB and not as text (9475f31).
- Column name can be copied from the contextual menu of the column header (Add copy column name to table viewer #3051)
- Support of extended selections (non-contiguous cell selections using Control+Click) (c5199f5)
- Cut operation in Data Browser (09320c2)
Improvements in project files
Project files are now more portable (can be moved to other disk locations along with the database) and are more consistent regarding what is saved in the project.
- Store a relative filename if the path to project and to DB is the same (2390b9e)
- Open SQL files are now linked when saving the project file, instead of being embedded in the project file itself. (3a4d7d8). An icon in the SQL tabs will differentiate these linked files from internal SQL buffers, which are still being embedded in the project file (Show a useful icon in SQL tabs #2153) (81b9b5a)
- Until this version, once a project file was saved, there was no way to return to the original "project-less" state. Now, there is a new action to close the project file and return to initial state (aaa628b)
Undo operation #3428
Besides our long-lived "Revert Changes" button, which does a full revert to the last saved state of the database, we have now an "Undo" operation, which reverts only the last edition performed in the cells or the last execution in "Execute SQL" tab. The modifications can be undone one by one until the last saved state is reached. The undone steps cannot be redone.

Edit Table dialog
- New tabs for editing check constraints and foreign keys (54d82ea, 53b5493)
- Other GUI improvements (de28943)
Execute SQL
SELECTqueries can be easily built by selecting, dragging and dropping tables or fields from the DB Schema dock to the SQL Execute tab (8bb16d1)- An asterisk next to the filename is used as indication of a tab which has been modified and it is still not saved. (4948e16)
- Speed up execution (99ee8fa, 21c7f76, a4a1969, 73efa11, 89587a7)
Plot
- Show x and y values on a tooltip when hovering over the plot (ce176be)
- Improved display of numbers in axes (974954f, 7d04102)
Preferences
- New option to avoid prompts about saving modified SQL tabs in project User can disable 'Save Project' dialog #2420
- New options to export or import user-settings file from Preferences dialog (Allow users to export or import user-settings file in a GUI environment #2394) or from the command line (Add the ability to support custom config files #2390)

- New option to load built-in extensions automatically or not. feat: Add option to auto-load built-in extension #3541
Console messages
Console message are now visible under Windows inside the GUI #1069
Translations #3452
Thanks to the help of many contributors, we have the following translations complete in this new version (in chronological order of the contribution):
- Chinese (Taiwan) Update zh_TW translation, cc #3452 #3484
- French Future release 3.13 is ready for translation! #3452
- German Update German translation #3461
- Indonesian Update Indonesian translation #3455
- Italian [CHG] Updated italian translation for 3.13 release #3453
- Japanese Japanese translation for v3.13 #3464
- Korean translation: Update Korean translation for v3.13 release #3458
- Polish Update Polish translation #3519
- Romanian Romanian Translation 1.13.x #3601
- Russian Fixed typos in RU translation #3476
- Spanish Complete second half of the Spanish translation for v3.13 #3460 Complete first half of the Spanish translation for v3.13 #3457
For more information, see the following two links:
- Future release 3.13 is ready for translation! #3452
- https://github.com/sqlitebrowser/sqlitebrowser/commits/v3.13.x/src/translations
And many other minor improvements and bug fixes
Merged pull requests
- Install the AppStream file to the canonical location by @pinotree in Install the AppStream file to the canonical location #2195
- Fix logo issues by @revolter in Fix logo issues #2184
- Correct CMake Warning Messages - QCustomPlot, QHexEdit by @scottfurry in Correct CMake Warning Messages - QCustomPlot, QHexEdit #2205
- Fixed Look and feel for snap packages using Env Variables by @deepsidhu1313 in Fixed Look and feel for snap packages using Env Variables #2217
- Consistent naming of DB Browser for SQLite by @horst-p-w-neubauer in Consistent naming of DB Browser for SQLite #2224
- Changed grade level of snap package by @deepsidhu1313 in Changed grade level of snap package #2227
- update German translation by @horst-p-w-neubauer in update German translation #2226
- open a set of SQL-Files by @horst-p-w-neubauer in open a set of SQL-Files #2211
- Open SQL tabs for modifying views and triggers by @mgrojo in Open SQL tabs for modifying views and triggers #2174
- Show a useful icon in SQL tabs by @mgrojo in Show a useful icon in SQL tabs #2153
- Fix zh translation by @mercury233 in Fix zh translation #2231
- Avoid unchanged translation of keyboard shortcuts to work around problems by @mgrojo in Avoid unchanged translation of keyboard shortcuts to work around problems #2235
- Rearrange preferences database by @horst-p-w-neubauer in Rearrange preferences database #2240
- Application icon cleanup by @scottfurry in Application icon cleanup #2270
- Update to Windows Icon Generation script by @scottfurry in Update to Windows Icon Generation script #2275
- Updates the Brazilian Portuguese files for 3.12.0 by @bernardosulzbach in Updates the Brazilian Portuguese files for 3.12.0 #2278
- Qt Function Obsolescence by @scottfurry in Qt Function Obsolescence #2287
- Update Korean translation for ProxyDialog context by @lucydodo in Update Korean translation for ProxyDialog context #2329
- Update Korean translation by @lucydodo in Update Korean translation #2332
- Update BUILDING.md for macOS (Fix --with-functions option not work on macOS Homebrew #2338) by @lucydodo in Update BUILDING.md for macOS (Fix #2338) #2339
- Fix cmake build on macOS by @sikmir in Fix cmake build on macOS #2341
- Move recent files item to new context menu and add clear recent file function by @lucydodo in Move recent files item to new context menu and add clear recent file function #2347
- Older versions of Mac OS are not currently supported. by @robilic in Older versions of Mac OS are not currently supported. #2361
- Spelling - sqlb_fr.ts by @vuod in Spelling - sqlb_fr.ts #2366
- Rename Mac OS X to macOS in code and documents by @lucydodo in Rename Mac OS X to macOS in code and documents #2367
- Avoid attaching the plot when the signal is notifying the row count by @mgrojo in Avoid attaching the plot when the signal is notifying the row count #2368
- Allow the user can change MaxRecentFiles by @lucydodo in Allow the user can change MaxRecentFiles #2373
- detach additional database connection by @horst-p-w-neubauer in detach additional database connection #2241
- src/translations/sqlb_fr.ts: fix typo in translation by @hydrargyrum in src/translations/sqlb_fr.ts: fix typo in translation #2380
- Remove the Default property of the fetching dialog by @mgrojo in Remove the Default property of the fetching dialog #2386
- Add the ability to support custom config files by @lucydodo in Add the ability to support custom config files #2390
- Allow users to export or import user-settings file in a GUI environment by @lucydodo in Allow users to export or import user-settings file in a GUI environment #2394
- Update Arabic translation by @SafaAlfulaij in Update Arabic translation #2406
- Add note about -DFORCE_INTERNAL_QSCINTILLA=ON to Ubuntu and Debian in… by @xxsl in Add note about -DFORCE_INTERNAL_QSCINTILLA=ON to Ubuntu and Debian in… #2414
- User can disable 'Save Project' dialog by @lucydodo in User can disable 'Save Project' dialog #2420
- Initial Dutch (nl) translation for v3.12.1 by @Codifier in Initial Dutch (nl) translation for v3.12.1 #2424
- Update sqlb_de.ts by @c-boeckler in Update sqlb_de.ts #2428
- Install SVG logo as hicolor scalable icon by @pinotree in Install SVG logo as hicolor scalable icon #2431
- Fix to 'Window Layout' options work properly by @lucydodo in Fix to 'Window Layout' options work properly #2435
- Update Arch installation instructions by @esemeniuc in Update Arch installation instructions #2461
- Enable HiDPI on Windows by @sandman7920 in Enable HiDPI on Windows #2469
- Update Chinese (Simplified) translations by @yfdyh000 in Update Chinese (Simplified) translations #2454
- Update README.md by @mab in Update README.md #2532
- Add note for CentOS 8 by @Himura2la in Add note for CentOS 8 #2534
- Add QScrollArea in RemoteDock.ui by @cpina in Add QScrollArea in RemoteDock.ui #2514
- Fixed wrongly spelled words by @freddii in Fixed wrongly spelled words #2539
- Fix issue: save MainWindow geometry, windowState, etc. on exit by @cpina in Fix issue: save MainWindow geometry, windowState, etc. on exit #2536
- Some fixes to the French translation by @vlakoff in Some fixes to the French translation #2552
- Fixed C++14 requirement in BUILDING.md by @ismaelresp in Fixed C++14 requirement in BUILDING.md #2585
- src: rename sqlb::Query::setColumNames by @tniessen in src: rename sqlb::Query::setColumNames #2606
- Update appdata to pass validation by @Qwertie- in Update appdata to pass validation #2605
- Add auto completion for math functions by @neozest in Add auto completion for math functions #2631
- Fix typo in AboutDialog in italian translation by @pgp in Fix typo in AboutDialog in italian translation #2663
- update plotwindow's selection in tablebrowser by @anandsanto in update plotwindow's selection in tablebrowser #2644
- Update Korean Translation file by @neozest in Update Korean Translation file #2624
- Fix typo in italian translation by @pgp in Fix typo in italian translation #2736
- HiDPI on all platforms by @sandman7920 in HiDPI on all platforms #2485
- Workaround for WindowsVista style (qwindowsvistastyle plugin) by @sandman7920 in Workaround for WindowsVista style (qwindowsvistastyle plugin) #2741
- Fix [BUG-3.12.99-210209]Sort columns broken :( #2583: quote identifiers, not expressions by @oldlaptop in Fix #2583: quote identifiers, not expressions #2750
- Refresh all new table browser tabs by @oldlaptop in Refresh all new table browser tabs #2751
- Permit dollar signs ($) after the first char in unquoted IDs by @oldlaptop in Permit dollar signs ($) after the first char in unquoted IDs #2748
- SpatiaLite to SVG display format by @sandman7920 in SpatiaLite to SVG display format #2767
- Update sqlitebrowser.desktop to work with Plank by @tudo75 in Update sqlitebrowser.desktop to work with Plank #2778
- Fixes, consistency improvements, and link conversion to HTTPS by @Gitoffthelawn in Fixes, consistency improvements, and link conversion to HTTPS #2911
- Upgraded snap builds to use core20 by @deepsidhu1313 in Upgraded snap builds to use core20 #2922
- Add gtk-common-themes to snap by @puigru in Add gtk-common-themes to snap #2942
- Add qt5-image-formats-plugins as a snap staging dependency by @puigru in Add qt5-image-formats-plugins as a snap staging dependency #2943
- Improve detection of system qcustomplot/qhexedit by @manisandro in Improve detection of system qcustomplot/qhexedit #2952
- Added version 3.12.2 by @Mailaender in Added version 3.12.2 #3034
- Updated the packages to build on Ubuntu / Debian by @wernerm in Updated the packages to build on Ubuntu / Debian #3063
- Update Polish translation by @wojnilowicz in Update Polish translation #2997
- Fix resource compilation for mingw by @Biswa96 in Fix resource compilation for mingw #3001
- typo fix by @atriwidada in typo fix #3067
- fix typo in extension-functions.c by @eltociear in fix typo in extension-functions.c #3071
- Add copy column name to table viewer by @ImTheTom in Add copy column name to table viewer #3051
- Refactor CMakeLists, targetify everything by @longnguyen2004 in Refactor CMakeLists, targetify everything #3068
- Fix Windows build after PR Refactor CMakeLists, targetify everything #3068 by @mgrojo in Fix Windows build after PR #3068 #3168
- update line number width while zooming by @hikmet517 in update line number width while zooming #3162
- cmake: Follow unix-like install directories in mingw by @Biswa96 in cmake: Follow unix-like install directories in mingw #3000
- Create winget.yml by @vedantmgoyal9 in Create winget.yml #3169
- [Fix] Can't parse db name in .env file by @Sitlos in [Fix] Can't parse db name in .env file #3083
- Badges for Snap builds and Updated Ubuntu section by @deepsidhu1313 in Badges for Snap builds and Updated Ubuntu section #3194
- fix: extensions loading in macos build script by @eatyourbaby in fix: extensions loading in macos build script #3203
- add Indonesian translation by @atriwidada in add Indonesian translation #3233
- Translation by @christopher-chandler in Translation #3239
- docs: Add CHANGELOG.md file by @richb-hanover in docs: Add CHANGELOG.md file #3335
- settings: Specify a default databrowser font by @Coderlane in settings: Specify a default databrowser font #3348
- Fix link to Arch Linux package by @Dialga in Fix link to Arch Linux package #3384
- Add CodeQL workflow by @jorgectf in Add CodeQL workflow #3388
- Silence SQLITE_HAS_CODEC Redefinition Warnings by @scottfurry in Silence SQLITE_HAS_CODEC Redefinition Warnings #3393
- Use GNUInstallDirs to determine install paths by @h3xx in Use GNUInstallDirs to determine install paths #3402
- BUILD_VERSION de-duplication by @scottfurry in BUILD_VERSION de-duplication #3405
- CMake Policy Update by @scottfurry in CMake Policy Update #3411
- Update zh_TW translataion by @PeterDaveHello in Update zh_TW translataion #3414
- Fixing Issue "Only display the icon" is not working after restart #3312 by @scottfurry in Fixing Issue #3312 #3424
- Redirect users to ask questions in the Discussions forum by @mgrojo in Redirect users to ask questions in the Discussions forum #3442
- QTableView int32_t overflow workaround by @sandman7920 in QTableView int32_t overflow workaround #2801
- Adds more Windows install options by @tesar-tech in Adds more Windows install options #3008
- Data Browser: Implement undo of cell changes using non-unique savepoints by @mgrojo in Data Browser: Implement undo of cell changes using non-unique savepoints #3428
- [CHG] Updated italian translation for 3.13 release by @GortiZ6 in [CHG] Updated italian translation for 3.13 release #3453
- Update Indonesian translation by @atriwidada in Update Indonesian translation #3455
- translation: Update Korean translation for v3.13 release by @lucydodo in translation: Update Korean translation for v3.13 release #3458
- Update German translation by @FriedrichFroebel in Update German translation #3461
- Update Indonesian translation by @atriwidada in Update Indonesian translation #3462
- Complete second half of the Spanish translation for v3.13 by @lulol in Complete second half of the Spanish translation for v3.13 #3460
- Complete first half of the Spanish translation for v3.13 by @mgrojo in Complete first half of the Spanish translation for v3.13 #3457
- Japanese translation for v3.13 by @hrwatahiki in Japanese translation for v3.13 #3464
- build(deps): bump vedantmgoyal2009/winget-releaser from 1 to 2 by @dependabot in build(deps): bump vedantmgoyal2009/winget-releaser from 1 to 2 #3469
- build(deps): bump vapier/coverity-scan-action from 0 to 1 by @dependabot in build(deps): bump vapier/coverity-scan-action from 0 to 1 #3470
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in build(deps): bump actions/checkout from 2 to 4 #3471
- Fixed typos in RU translation by @dragokas in Fixed typos in RU translation #3476
- docs: Refactor README.md by @lucydodo in docs: Refactor README.md #3478
- Update zh_TW translation, cc Future release 3.13 is ready for translation! #3452 by @PeterDaveHello in Update zh_TW translation, cc #3452 #3484
- Typo fix by @atriwidada in Typo fix #3454
- Typos/inconsistencies in strings affecting translations by @mgrojo in Typos/inconsistencies in strings affecting translations #3456
- docs: Refactor BUILDING.md by @lucydodo in docs: Refactor BUILDING.md #3485
- Disable the fileio extension in our Windows nightly builds by @justinclift in Disable the fileio extension in our Windows nightly builds #3488
- build(deps): bump awalsh128/cache-apt-pkgs-action from 1.3.0 to 1.3.1 by @dependabot in build(deps): bump awalsh128/cache-apt-pkgs-action from 1.3.0 to 1.3.1 #3492
- extension(macOS): Include 'nalgeon/sqlean' extension to the app bundle by @lucydodo in extension(macOS): Include 'nalgeon/sqlean' extension to the app bundle #3517
- Update Polish translation by @wojnilowicz in Update Polish translation #3519
- chore: Remove obsolete build scripts by @lucydodo in chore: Remove obsolete build scripts #3518
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in build(deps): bump github/codeql-action from 2 to 3 #3526
- build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in build(deps): bump actions/download-artifact from 3 to 4 #3528
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in build(deps): bump actions/upload-artifact from 3 to 4 #3527
- German translation by stheel83 by @Stheel83 in German translation by stheel83 #3534
- build(deps): bump geekyeggo/delete-artifact from 2 to 4 by @dependabot in build(deps): bump geekyeggo/delete-artifact from 2 to 4 #3538
- Add Webkit / Chromium epoch format function by @Nirusu in Add Webkit / Chromium epoch format function #3549
- Update Chinese (Simplified) translations by @yfdyh000 in Update Chinese (Simplified) translations #3564
- build(deps): bump awalsh128/cache-apt-pkgs-action from 1.3.1 to 1.4.1 by @dependabot in build(deps): bump awalsh128/cache-apt-pkgs-action from 1.3.1 to 1.4.1 #3568
- Update sqlb_de.ts by @Mr-Update in Update sqlb_de.ts #3540
- Update sqlb_en_GB.ts by @Mr-Update in Update sqlb_en_GB.ts #3574
- Update sqlb_de.ts by @Mr-Update in Update sqlb_de.ts #3580
- build(deps): bump awalsh128/cache-apt-pkgs-action from 1.4.1 to 1.4.2 by @dependabot in build(deps): bump awalsh128/cache-apt-pkgs-action from 1.4.1 to 1.4.2 #3581
- build(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in build(deps): bump softprops/action-gh-release from 1 to 2 #3585
- Fix incorrect loading of
.envby @mgrojo in Fix incorrect loading of.env#3594 - build(deps): bump dev-drprasad/delete-tag-and-release from 1.0 to 1.1 by @dependabot in build(deps): bump dev-drprasad/delete-tag-and-release from 1.0 to 1.1 #3605
- Add scoop install for windows by @Kraego in Add scoop install for windows #3621
- Romanian Translation 1.13.x by @HarrisonNewman in Romanian Translation 1.13.x #3601
- Correcting typos and inconsistent capitalizations in French translation by @Ailothaen in Correcting typos and inconsistent capitalizations in French translation #3638
- Correcting typos and inconsistent capitalizations in French translation (2nd pass) by @Ailothaen in Correcting typos and inconsistent capitalizations in French translation (2nd pass) #3639
- Fix AppStream valdidator errors and warnings by @Mailaender in Fix AppStream valdidator errors and warnings #3641
- Improve tooltip for the "WITHOUT ROWID" checkbox by @vlakoff in Improve tooltip for the "WITHOUT ROWID" checkbox #3590
- feat: Add option to auto-load built-in extension by @lucydodo in feat: Add option to auto-load built-in extension #3541
- Update German translation for latest v3.13.x changes by @FriedrichFroebel in Update German translation for latest v3.13.x changes #3657
New Contributors
- @sikmir made their first contribution in Fix cmake build on macOS #2341
- @robilic made their first contribution in Older versions of Mac OS are not currently supported. #2361
- @vuod made their first contribution in Spelling - sqlb_fr.ts #2366
- @hydrargyrum made their first contribution in src/translations/sqlb_fr.ts: fix typo in translation #2380
- @xxsl made their first contribution in Add note about -DFORCE_INTERNAL_QSCINTILLA=ON to Ubuntu and Debian in… #2414
- @c-boeckler made their first contribution in Update sqlb_de.ts #2428
- @esemeniuc made their first contribution in Update Arch installation instructions #2461
- @sandman7920 made their first contribution in Enable HiDPI on Windows #2469
- @yfdyh000 made their first contribution in Update Chinese (Simplified) translations #2454
- @mab made their first contribution in Update README.md #2532
- @Himura2la made their first contribution in Add note for CentOS 8 #2534
- @cpina made their first contribution in Add QScrollArea in RemoteDock.ui #2514
- @freddii made their first contribution in Fixed wrongly spelled words #2539
- @vlakoff made their first contribution in Some fixes to the French translation #2552
- @ismaelresp made their first contribution in Fixed C++14 requirement in BUILDING.md #2585
- @tniessen made their first contribution in src: rename sqlb::Query::setColumNames #2606
- @Qwertie- made their first contribution in Update appdata to pass validation #2605
- @neozest made their first contribution in Add auto completion for math functions #2631
- @pgp made their first contribution in Fix typo in AboutDialog in italian translation #2663
- @oldlaptop made their first contribution in Fix #2583: quote identifiers, not expressions #2750
- @tudo75 made their first contribution in Update sqlitebrowser.desktop to work with Plank #2778
- @Gitoffthelawn made their first contribution in Fixes, consistency improvements, and link conversion to HTTPS #2911
- @puigru made their first contribution in Add gtk-common-themes to snap #2942
- @Mailaender made their first contribution in Added version 3.12.2 #3034
- @wernerm made their first contribution in Updated the packages to build on Ubuntu / Debian #3063
- @Biswa96 made their first contribution in Fix resource compilation for mingw #3001
- @eltociear made their first contribution in fix typo in extension-functions.c #3071
- @ImTheTom made their first contribution in Add copy column name to table viewer #3051
- @longnguyen2004 made their first contribution in Refactor CMakeLists, targetify everything #3068
- @hikmet517 made their first contribution in update line number width while zooming #3162
- @vedantmgoyal9 made their first contribution in Create winget.yml #3169
- @Sitlos made their first contribution in [Fix] Can't parse db name in .env file #3083
- @eatyourbaby made their first contribution in fix: extensions loading in macos build script #3203
- @christopher-chandler made their first contribution in Translation #3239
- @Coderlane made their first contribution in settings: Specify a default databrowser font #3348
- @Dialga made their first contribution in Fix link to Arch Linux package #3384
- @jorgectf made their first contribution in Add CodeQL workflow #3388
- @h3xx made their first contribution in Use GNUInstallDirs to determine install paths #3402
- @tesar-tech made their first contribution in Adds more Windows install options #3008
- @dependabot made their first contribution in build(deps): bump vedantmgoyal2009/winget-releaser from 1 to 2 #3469
- @dragokas made their first contribution in Fixed typos in RU translation #3476
- @Stheel83 made their first contribution in German translation by stheel83 #3534
- @Nirusu made their first contribution in Add Webkit / Chromium epoch format function #3549
- @Mr-Update made their first contribution in Update sqlb_de.ts #3540
- @Kraego made their first contribution in Add scoop install for windows #3621
- @HarrisonNewman made their first contribution in Romanian Translation 1.13.x #3601
- @Ailothaen made their first contribution in Correcting typos and inconsistent capitalizations in French translation #3638
SHA256SUM
81af0e90257b96d4ddac32b93801c160e18ec450c2727d507f80ba3c585279f3 DB.Browser.for.SQLite-v3.13.0-win32.msi
12c688c67acde2e76ff5d5a6c1dada854015f57c6b06c5378231fc357ddea47b DB.Browser.for.SQLite-v3.13.0-win32.zip
4fd5a308481fa8ff3008bcbd069da03944698f1397b509f22a43bfda93dfccd3 DB.Browser.for.SQLite-v3.13.0-win64.msi
69465171d0eaca2a3d68ec5a5048f62ee192d136412a6f6747538d4535c18bbe DB.Browser.for.SQLite-v3.13.0-win64.zip
58f4e35c7e8344fe1cf8f2431463b40be761c2120381257afbede2ff39fa21bc DB.Browser.for.SQLite-v3.13.0-x86.64.AppImage
dfa72811ab9faa522586a31bf680db1604442e35a2725f0aed77d5f66388724b DB.Browser.for.SQLite-v3.13.0.dmg