Skip to content

Commit b27348c

Browse files
authored
Update for 3.13.1 release (#39)
1 parent 65402ba commit b27348c

19 files changed

Lines changed: 508 additions & 41 deletions

File tree

content/about.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,16 @@ In September 2014, the project was renamed to "DB Browser for SQLite", to
3636
avoid confusion with an existing application called "Database Browser".
3737

3838
Today, the primary maintainers of DB Browser for SQLite are
39-
@mgrojo, @chrisjlocke, and @lucydodo,
40-
with major contributions from @scottfurry.
39+
[@mgrojo](https://github.com/mgrojo), [@lucydodo](https://github.com/lucydodo),
40+
[@justinclift](https://github.com/justinclift), and
41+
[@chrisjlocke](https://github.com/chrisjlocke), with major contributions from
42+
[@scottfurry](https://github.com/scottfurry).
4143

4244

4345

4446
## Release History
4547

48+
* [Version 3.13.1 released](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1) - 2024-10-16
4649
* [Version 3.13.0 released](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0) - 2024-07-23
4750
* [Version 3.12.2 released](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.2) - 2021-05-18
4851
* [Version 3.12.1 released](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.1) - 2020-11-09
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
title: Version 3.13.1 released
3+
author:
4+
- SeongTae Jeong
5+
- Justin Clift
6+
date: '2024-10-16'
7+
slug: version-3-13-1-released
8+
categories:
9+
- db4s
10+
tags:
11+
- 3.13.x
12+
---
13+
14+
This is a new release with several improvements to the v3.13.0 release from three months ago. :rocket:
15+
16+
As a special mention, SQLean has a new `time` extension! Check out the following link for more information: https://github.com/nalgeon/sqlean/blob/main/docs/time.md
17+
18+
Thanks to everyone for being part of our Community!
19+
20+
Related Discussion: [#3775](https://github.com/sqlitebrowser/sqlitebrowser/discussions/3775)
21+
22+
# Downloads
23+
24+
* [DB.Browser.for.SQLite-v3.13.1-win32.msi](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-win32.msi) - Standard (MSI) installer for Win32
25+
* [DB.Browser.for.SQLite-v3.13.1-win32.zip](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-win32.zip) - .zip (no installer) for Win32
26+
* [DB.Browser.for.SQLite-v3.13.1-win64.msi](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-win64.msi) - Standard (MSI) installer for Win64
27+
* [DB.Browser.for.SQLite-v3.13.1-win64.zip](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-win64.zip) - .zip (no installer) for Win64
28+
* [DB.Browser.for.SQLite-v3.13.1.dmg](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1.dmg) - For macOS Universal (both Apple Silicon and Intel)
29+
* [DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage) - AppImage for Linux
30+
31+
# Changelog
32+
33+
### Added
34+
- Add links to the wiki as help for many dialogs ([7af1256](https://github.com/sqlitebrowser/sqlitebrowser/commit/7af12565e77a5d88a0530a019aedd210763027b7), [b5abc86](https://github.com/sqlitebrowser/sqlitebrowser/commit/b5abc868aef3cc5ca908eb0af61e182205aa2291))
35+
36+
### Changed
37+
- Change the default to install a shortcut to the Start menu when installing on Windows ([623bec6](https://github.com/sqlitebrowser/sqlitebrowser/commit/623bec64ce6e86f5b020b0370eeda86369d10157))
38+
- Improve icon image for links in 'Help' menu ([#3693](https://github.com/sqlitebrowser/sqlitebrowser/issues/3693), [027c6a8](https://github.com/sqlitebrowser/sqlitebrowser/commit/027c6a8be8238102e1c4f483615dbd749251c2b6))
39+
- Pragma names and values can now be translated ([#3697](https://github.com/sqlitebrowser/sqlitebrowser/pull/3697), [bf62f3a](https://github.com/sqlitebrowser/sqlitebrowser/commit/bf62f3afc4ad820c34e1be212baa6a4c24694baf), [ad00ad4](https://github.com/sqlitebrowser/sqlitebrowser/commit/ad00ad43059a28cd1a8dc81ed8c210d77b098b70))
40+
- Remove trailing characters when copying a single cell ([#3735](https://github.com/sqlitebrowser/sqlitebrowser/issues/3735), [20f481a](https://github.com/sqlitebrowser/sqlitebrowser/commit/20f481a1887e92ab335901adbd41fdc70274f493))
41+
- Update AppImage binary to use the latest SQLCipher library ([#3744](https://github.com/sqlitebrowser/sqlitebrowser/issues/3744), [21ba2d0](https://github.com/sqlitebrowser/sqlitebrowser/commit/21ba2d0eee164bfcacde884d5119650ba77ca8d7))
42+
- When editing the DB cells, expanded queries with parameters are included in the SQL Log ([ac3209f](https://github.com/sqlitebrowser/sqlitebrowser/commit/ac3209f9e1e0b1386cebea9ab60c71d84632f5c1))
43+
44+
### Fixed
45+
- ExtendedTableWidget
46+
- Fix an issue that prevented autocomplete from working in some race conditions ([#2567](https://github.com/sqlitebrowser/sqlitebrowser/issues/2567), [#3706](https://github.com/sqlitebrowser/sqlitebrowser/issues/3706))
47+
- Use Tab to close autocomplete popup and move to next item ([3aff8c9](https://github.com/sqlitebrowser/sqlitebrowser/commit/3aff8c925e0761e9f4799150d9c45b76ed0b8b19))
48+
- Troubleshoot 'Copy as SQL' action on a cell results in string being copied ([#1952](https://github.com/sqlitebrowser/sqlitebrowser/issues/1952), [1ebe7bf](https://github.com/sqlitebrowser/sqlitebrowser/commit/1ebe7bf2505d91876da6f0bb29d597edc3834015))
49+
50+
- Global
51+
- Fix "Argument Missing" error in Korean translation ([#3635](https://github.com/sqlitebrowser/sqlitebrowser/issues/3635), [#3692](https://github.com/sqlitebrowser/sqlitebrowser/issues/3692), [cd518de](https://github.com/sqlitebrowser/sqlitebrowser/commit/cd518dee13e60d499d4c34b0b7b1ba1ddb52b26a))
52+
- Fix an issue that caused apps to crash on some older versions of macOS ([#3691](https://github.com/sqlitebrowser/sqlitebrowser/issues/3691))
53+
- Fix an issue when freezing after stopping a pragma ([#3742](https://github.com/sqlitebrowser/sqlitebrowser/pull/3742), [15a9620](https://github.com/sqlitebrowser/sqlitebrowser/commit/15a9620d11d96c62084e3702e867430bf0ec4542))
54+
- Fix an issue with outputting the wrong version on macOS
55+
- Troubleshooting poor HiDPI support on Windows ([#3684](https://github.com/sqlitebrowser/sqlitebrowser/issues/3684))
56+
- Troubleshoot SQL queries containing VACUUM that run incorrectly ([#3723](https://github.com/sqlitebrowser/sqlitebrowser/issues/3723), [51784aa](https://github.com/sqlitebrowser/sqlitebrowser/commit/51784aa6ce697ffdd9972744ab76cb6d873592ca))
57+
58+
- MainWindow
59+
- Fix an issue when selecting queries containing multi-byte strings ([#3731](https://github.com/sqlitebrowser/sqlitebrowser/issues/3731), [f89097c](https://github.com/sqlitebrowser/sqlitebrowser/commit/f89097c25b4984052c83d852dc161628b7f48f2b))
60+
61+
- TableBrowser
62+
- Fix a bug where the first row was not adjusted ([#3767](https://github.com/sqlitebrowser/sqlitebrowser/issues/3767), [ad690e7](https://github.com/sqlitebrowser/sqlitebrowser/commit/ad690e7c2958df5e96ccb1b73f5c1076d6ec4067))
63+
64+
- Other
65+
- Fix misleading links to Qt license information ([8361aa5](https://github.com/sqlitebrowser/sqlitebrowser/commit/8361aa58298354c5829583206458e8a11090b50e))
66+
- Replace 'http' with 'https' in the 'AboutDialog' and 'MainWindow' ([9832a52](https://github.com/sqlitebrowser/sqlitebrowser/commit/9832a52d95001397cc75e9780c0864672b6860c7))
67+
- Translation
68+
- German ([#3749](https://github.com/sqlitebrowser/sqlitebrowser/pull/3749), [8e38bf0](https://github.com/sqlitebrowser/sqlitebrowser/commit/8e38bf0b740cc560da563400e4d0a9bd1233a33c))
69+
- Indonesian ([#3756](https://github.com/sqlitebrowser/sqlitebrowser/pull/3756), [6100595](https://github.com/sqlitebrowser/sqlitebrowser/commit/6100595bc7cebfc89993f72277f7bc7bba8d2d87))
70+
- Japanese ([#3755](https://github.com/sqlitebrowser/sqlitebrowser/pull/3755), [e0f6aea](https://github.com/sqlitebrowser/sqlitebrowser/commit/e0f6aea00c1cf82922b7f3c7835ecfff0e7d91d5))
71+
- Korean ([7bbfcf9](https://github.com/sqlitebrowser/sqlitebrowser/commit/7bbfcf97af7d4e482e47bb18f3181d3ce472acd8))
72+
- Simplified Chinese ([#3761](https://github.com/sqlitebrowser/sqlitebrowser/pull/3761), [9eb0a5a](https://github.com/sqlitebrowser/sqlitebrowser/commit/9eb0a5af1fd0d27fb7d2ec6f2dfa666c4be6bdbf))
73+
- Spanish ([ac33918](https://github.com/sqlitebrowser/sqlitebrowser/commit/ac3391868dad109743fc4115be31283c34fe1852))
74+
75+
76+
## Dependent library version information for each OS
77+
| **-** | [**Qt**](https://www.qt.io/) | [**SQLCipher**](https://www.zetetic.net/sqlcipher/) | [**SQLite**](https://sqlite.org/) | [**SQLean**](https://github.com/nalgeon/sqlean) |
78+
|:------------:|:--------------------------------------------------------------------:|:-------------------------------------------------------------------------:|:-------------------------------------------------------:|:---------------------------------------------------------------:|
79+
| **AppImage** | [5.15.13](https://www.qt.io/blog/commercial-lts-qt-5.15.13-released) | [4.5.6](https://www.zetetic.net/blog/2024/01/17/sqlcipher-4.5.6-release/) | [3.46.1](https://www.sqlite.org/releaselog/3_46_1.html) | Not applicable |
80+
| **macOS** | [5.15.13](https://www.qt.io/blog/commercial-lts-qt-5.15.13-released) | [4.6.1](https://www.zetetic.net/blog/2024/08/20/sqlcipher-4.6.1-release/) | Not applicable | [0.27.1](https://github.com/nalgeon/sqlean/releases/tag/0.27.1) |
81+
| **Windows** | [5.15.2](https://www.qt.io/blog/qt-5.15.2-released) | [4.6.1](https://www.zetetic.net/blog/2024/08/20/sqlcipher-4.6.1-release/) | [3.46.1](https://www.sqlite.org/releaselog/3_46_1.html) | [0.27.1](https://github.com/nalgeon/sqlean/releases/tag/0.27.1) |
82+
83+
## SHA256SUMS
84+
- DB.Browser.for.SQLite-v3.13.1-win32.msi
85+
- e0b9f86d3da4d8d800e144295487e43de306c1bd27f14dccfe41e904736f25f7
86+
- DB.Browser.for.SQLite-v3.13.1-win32.zip
87+
- 917ad2fa8d36e3bfa3fc85b11a34a8c18d189fbc2289f5a0d3bf41de8a288edc
88+
- DB.Browser.for.SQLite-v3.13.1-win64.msi
89+
- d023d54b3a5db10c7e896089bb3dbe6e7f4bc4eaa9bbecb34ca414be5970f688
90+
- DB.Browser.for.SQLite-v3.13.1-win64.zip
91+
- 22375e275ec42d96de1d3b8e9ea4ed86d2a3505c4d0ffcbd1af67aa4003e5e4d
92+
- DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage
93+
- d6563c5c211a73192da96e3bb11a3bf83a2f3164aa4db83482c0aecf8b751b77
94+
- DB.Browser.for.SQLite-v3.13.1.dmg
95+
- a641cfbfcc2ce609f07de44a35134dab53485ecc18e6d9afa297b514d74bd75e

content/dl.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ tags: []
1111

1212
## Windows
1313

14-
Our latest release (3.13.0) for Windows:
14+
Our latest release (3.13.1) for Windows:
1515

16-
* [DB Browser for SQLite - Standard installer for 32-bit Windows](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win32.msi)
17-
* [DB Browser for SQLite - .zip (no installer) for 32-bit Windows](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win32.zip)
18-
* [DB Browser for SQLite - Standard installer for 64-bit Windows](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win64.msi)
19-
* [DB Browser for SQLite - .zip (no installer) for 64-bit Windows](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win64.zip)
16+
* [DB Browser for SQLite - Standard installer for 32-bit Windows](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-win32.msi)
17+
* [DB Browser for SQLite - .zip (no installer) for 32-bit Windows](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-win32.zip)
18+
* [DB Browser for SQLite - Standard installer for 64-bit Windows](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-win64.msi)
19+
* [DB Browser for SQLite - .zip (no installer) for 64-bit Windows](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-win64.zip)
2020

2121
*Free code signing provided by [SignPath.io](https://signpath.io/), certificate by [SignPath Foundation](https://signpath.org/).*
2222

2323
### Windows PortableApp
2424

25-
There is a PortableApp available, but it's still the previous (3.12.2) release version. It should be updated to 3.13.0 over the next few days:
25+
There is a PortableApp available, but it's still the previous (3.12.2) release version. It should be updated to 3.13.1 over the next few days:
2626

2727
* [DB Browser for SQLite - PortableApp](https://download.sqlitebrowser.org/SQLiteDatabaseBrowserPortable_3.12.2_English.paf.exe)
2828

@@ -34,9 +34,9 @@ Nightly builds often fix bugs reported after the last release. :smile:
3434

3535
## macOS
3636

37-
Our latest release (3.13.0) for macOS:
37+
Our latest release (3.13.1) for macOS:
3838

39-
* [DB Browser for SQLite (Universal)](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0.dmg)
39+
* [DB Browser for SQLite (Universal)](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1.dmg)
4040

4141
### Homebrew
4242

@@ -56,7 +56,7 @@ Our latest release is available as an AppImage, Snap packages, and distribution
5656

5757
### AppImage
5858

59-
* [DB.Browser.for.SQLite-v3.13.0-x86.64.AppImage](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-x86.64.AppImage)
59+
* [DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.1-x86.64.AppImage)
6060

6161
Remember to change its permission bits to be executable before you run it. :smile:
6262

@@ -109,7 +109,7 @@ Install the package using:
109109

110110
#### Stable release
111111

112-
For Ubuntu and derivaties, [@deepsidhu1313](https://github.com/deepsidhu1313)
112+
For Ubuntu and derivatives, [@deepsidhu1313](https://github.com/deepsidhu1313)
113113
provides a PPA with the latest release here:
114114

115115
* https://launchpad.net/~linuxgndu/+archive/ubuntu/sqlitebrowser

docs/about/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,13 @@ <h1 class="article-title">About</h1>
9595
<p>In September 2014, the project was renamed to &ldquo;DB Browser for SQLite&rdquo;, to
9696
avoid confusion with an existing application called &ldquo;Database Browser&rdquo;.</p>
9797
<p>Today, the primary maintainers of DB Browser for SQLite are
98-
@mgrojo, @chrisjlocke, and @lucydodo,
99-
with major contributions from @scottfurry.</p>
98+
<a href="https://github.com/mgrojo">@mgrojo</a>, <a href="https://github.com/lucydodo">@lucydodo</a>,
99+
<a href="https://github.com/justinclift">@justinclift</a>, and
100+
<a href="https://github.com/chrisjlocke">@chrisjlocke</a>, with major contributions from
101+
<a href="https://github.com/scottfurry">@scottfurry</a>.</p>
100102
<h2 id="release-history">Release History</h2>
101103
<ul>
104+
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1">Version 3.13.1 released</a> - 2024-10-16</li>
102105
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0">Version 3.13.0 released</a> - 2024-07-23</li>
103106
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.2">Version 3.12.2 released</a> - 2021-05-18</li>
104107
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.1">Version 3.12.1 released</a> - 2020-11-09</li>

docs/blog/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@
6767

6868
<h2 class="archive-title">2024</h2>
6969

70+
<article class="archive-item">
71+
<a href="/blog/version-3-13-1-released/" class="archive-item-link">Version 3.13.1 released</a>
72+
<span class="archive-item-date">
73+
2024-10-16
74+
</span>
75+
</article>
76+
7077
<article class="archive-item">
7178
<a href="/blog/version-3-13-1-rc2-released/" class="archive-item-link">Version 3.13.1-rc2 released</a>
7279
<span class="archive-item-date">

docs/blog/index.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@
66
<description>Recent content in Blogs on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Mon, 30 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Wed, 16 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Version 3.13.1 released</title>
12+
<link>/blog/version-3-13-1-released/</link>
13+
<pubDate>Wed, 16 Oct 2024 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/version-3-13-1-released/</guid>
16+
<description>This is a new release with several improvements to the v3.13.0 release from three months ago. 🚀
17+
As a special mention, SQLean has a new time extension! Check out the following link for more information: https://github.com/nalgeon/sqlean/blob/main/docs/time.md
18+
Thanks to everyone for being part of our Community!
19+
Related Discussion: #3775
20+
Downloads DB.Browser.for.SQLite-v3.13.1-win32.msi - Standard (MSI) installer for Win32 DB.Browser.for.SQLite-v3.13.1-win32.zip - .zip (no installer) for Win32 DB.Browser.for.SQLite-v3.13.1-win64.msi - Standard (MSI) installer for Win64 DB.</description>
21+
</item>
22+
1023
<item>
1124
<title>Version 3.13.1-rc2 released</title>
1225
<link>/blog/version-3-13-1-rc2-released/</link>

0 commit comments

Comments
 (0)