Skip to content

Commit 8a8652f

Browse files
committed
Add initial blog post for the v3.13.0 release
1 parent 38abe33 commit 8a8652f

File tree

15 files changed

+489
-32
lines changed

15 files changed

+489
-32
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Version 3.13.0 released
3+
author: SeongTae Jeong
4+
date: '2024-08-24'
5+
slug: version-3-13-0-released
6+
categories:
7+
- db4s
8+
tags:
9+
- 3.13.x
10+
---
11+
12+
> **Caution**:
13+
> An issue has been reported where the app fails to launch on macOS Catalina (10.15.x).
14+
> We will be tracking and resolving the issue. For more information, see issue [#3691](https://github.com/sqlitebrowser/sqlitebrowser/issues/3691).
15+
> Note that this issue is now fixed in [nightly builds](https://nightlies.sqlitebrowser.org/latest/), and a new stable release is planned that includes this change.
16+
17+
We are very excited to release a new stable version after almost three years. 🚀
18+
It's been a while since we've released a new stable version, so there are a lot of changes, see the [release notes](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0) for more details.
19+
20+
## Downloads
21+
22+
* [DB.Browser.for.SQLite-v3.13.0-win32.msi](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win32.msi) - Standard (MSI) installer for Win32
23+
* [DB.Browser.for.SQLite-v3.13.0-win32.zip](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win32.zip) - .zip (no installer) for Win32
24+
* [DB.Browser.for.SQLite-v3.13.0-win64.msi](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win64.msi) - Standard (MSI) installer for Win64
25+
* [DB.Browser.for.SQLite-v3.13.0-win64.zip](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win64.zip) - .zip (no installer) for Win64
26+
* [DB.Browser.for.SQLite-v3.13.0.dmg](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0.dmg) - For macOS Universal (both Apple Silicon and Intel)
27+
* [DB.Browser.for.SQLite-v3.13.0-x86.64.AppImage](https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-x86.64.AppImage) - AppImage for Linux
28+
29+
## SHA256SUMS
30+
* DB.Browser.for.SQLite-v3.13.0-win32.msi
31+
* 81af0e90257b96d4ddac32b93801c160e18ec450c2727d507f80ba3c585279f3
32+
* DB.Browser.for.SQLite-v3.13.0-win32.zip
33+
* 12c688c67acde2e76ff5d5a6c1dada854015f57c6b06c5378231fc357ddea47b
34+
* DB.Browser.for.SQLite-v3.13.0-win64.msi
35+
* 4fd5a308481fa8ff3008bcbd069da03944698f1397b509f22a43bfda93dfccd3
36+
* DB.Browser.for.SQLite-v3.13.0-win64.zip
37+
* 69465171d0eaca2a3d68ec5a5048f62ee192d136412a6f6747538d4535c18bbe
38+
* DB.Browser.for.SQLite-v3.13.0.dmg
39+
* 58f4e35c7e8344fe1cf8f2431463b40be761c2120381257afbede2ff39fa21bc
40+
* DB.Browser.for.SQLite-v3.13.0.dmg
41+
* dfa72811ab9faa522586a31bf680db1604442e35a2725f0aed77d5f66388724b
42+

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-0-released/" class="archive-item-link">Version 3.13.0 released</a>
72+
<span class="archive-item-date">
73+
2024-08-24
74+
</span>
75+
</article>
76+
7077
<article class="archive-item">
7178
<a href="/blog/signing-windows/" class="archive-item-link">Signing Windows Builds</a>
7279
<span class="archive-item-date">

docs/blog/index.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@
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>Sat, 20 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Sat, 24 Aug 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.0 released</title>
12+
<link>/blog/version-3-13-0-released/</link>
13+
<pubDate>Sat, 24 Aug 2024 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/version-3-13-0-released/</guid>
16+
<description>Caution:
17+
An issue has been reported where the app fails to launch on macOS Catalina (10.15.x).
18+
We will be tracking and resolving the issue. For more information, see issue #3691.
19+
Note that this issue is now fixed in nightly builds, and a new stable release is planned that includes this change.
20+
We are very excited to release a new stable version after almost three years. 🚀
21+
It&amp;rsquo;s been a while since we&amp;rsquo;ve released a new stable version, so there are a lot of changes, see the release notes for more details.</description>
22+
</item>
23+
1024
<item>
1125
<title>Signing Windows Builds</title>
1226
<link>/blog/signing-windows/</link>
Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="generator" content="Hugo 0.111.3">
7+
8+
9+
<title>Version 3.13.0 released - DB Browser for SQLite</title>
10+
<meta property="og:title" content="Version 3.13.0 released - DB Browser for SQLite">
11+
12+
13+
<link href='/favicon.ico' rel='icon' type='image/x-icon'/>
14+
15+
16+
17+
18+
19+
20+
21+
22+
<link href="https://sqlitebrowser.org/index.xml" rel="alternate" type="application/rss+xml" title="DB Browser for SQLite" />
23+
24+
25+
26+
<link rel="stylesheet" href="/css/fonts.css" media="all">
27+
28+
<link rel="stylesheet" href="/css/main.css" media="all">
29+
30+
31+
32+
33+
34+
</head>
35+
<body>
36+
<div class="wrapper">
37+
<header class="header">
38+
<nav class="nav">
39+
<a href="/" class="nav-logo">
40+
<img src="/images/sqlitebrowser.svg"
41+
width="50"
42+
height="50"
43+
alt="DB Browser for SQLite logo">
44+
</a>
45+
<ul class="nav-links">
46+
<li><a href="/about/">About</a></li>
47+
<li><a href="/dl/"><b>Download</b></a></li>
48+
<li><a href="/blog/">Blog</a></li>
49+
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/wiki">Docs</a></li>
50+
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser">GitHub</a></li>
51+
<li><a href="https://gitter.im/sqlitebrowser/sqlitebrowser">Gitter</a></li>
52+
<li><a href="/stats/">Stats</a></li>
53+
<li><a href="https://www.patreon.com/db4s">Patreon</a></li>
54+
<li><a href="https://dbhub.io">DBHub.io</a></li>
55+
</ul>
56+
</nav>
57+
58+
</header>
59+
60+
61+
<main class="content" role="main">
62+
63+
<article class="article">
64+
65+
<span class="article-duration">1 min read</span>
66+
67+
68+
<h1 class="article-title">Version 3.13.0 released</h1>
69+
70+
71+
<span class="article-date">2024-08-24</span>
72+
73+
74+
<div class="article-content">
75+
<blockquote>
76+
<p><strong>Caution</strong>:<br>
77+
An issue has been reported where the app fails to launch on macOS Catalina (10.15.x).<br>
78+
We will be tracking and resolving the issue. For more information, see issue <a href="https://github.com/sqlitebrowser/sqlitebrowser/issues/3691">#3691</a>.<br>
79+
Note that this issue is now fixed in <a href="https://nightlies.sqlitebrowser.org/latest/">nightly builds</a>, and a new stable release is planned that includes this change.</p>
80+
</blockquote>
81+
<p>We are very excited to release a new stable version after almost three years. 🚀<br>
82+
It&rsquo;s been a while since we&rsquo;ve released a new stable version, so there are a lot of changes, see the <a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0">release notes</a> for more details.</p>
83+
<h2 id="downloads">Downloads</h2>
84+
<ul>
85+
<li><a href="https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win32.msi">DB.Browser.for.SQLite-v3.13.0-win32.msi</a> - Standard (MSI) installer for Win32</li>
86+
<li><a href="https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win32.zip">DB.Browser.for.SQLite-v3.13.0-win32.zip</a> - .zip (no installer) for Win32</li>
87+
<li><a href="https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win64.msi">DB.Browser.for.SQLite-v3.13.0-win64.msi</a> - Standard (MSI) installer for Win64</li>
88+
<li><a href="https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-win64.zip">DB.Browser.for.SQLite-v3.13.0-win64.zip</a> - .zip (no installer) for Win64</li>
89+
<li><a href="https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0.dmg">DB.Browser.for.SQLite-v3.13.0.dmg</a> - For macOS Universal (both Apple Silicon and Intel)</li>
90+
<li><a href="https://download.sqlitebrowser.org/DB.Browser.for.SQLite-v3.13.0-x86.64.AppImage">DB.Browser.for.SQLite-v3.13.0-x86.64.AppImage</a> - AppImage for Linux</li>
91+
</ul>
92+
<h2 id="sha256sums">SHA256SUMS</h2>
93+
<ul>
94+
<li>DB.Browser.for.SQLite-v3.13.0-win32.msi
95+
<ul>
96+
<li>81af0e90257b96d4ddac32b93801c160e18ec450c2727d507f80ba3c585279f3</li>
97+
</ul>
98+
</li>
99+
<li>DB.Browser.for.SQLite-v3.13.0-win32.zip
100+
<ul>
101+
<li>12c688c67acde2e76ff5d5a6c1dada854015f57c6b06c5378231fc357ddea47b</li>
102+
</ul>
103+
</li>
104+
<li>DB.Browser.for.SQLite-v3.13.0-win64.msi
105+
<ul>
106+
<li>4fd5a308481fa8ff3008bcbd069da03944698f1397b509f22a43bfda93dfccd3</li>
107+
</ul>
108+
</li>
109+
<li>DB.Browser.for.SQLite-v3.13.0-win64.zip
110+
<ul>
111+
<li>69465171d0eaca2a3d68ec5a5048f62ee192d136412a6f6747538d4535c18bbe</li>
112+
</ul>
113+
</li>
114+
<li>DB.Browser.for.SQLite-v3.13.0.dmg
115+
<ul>
116+
<li>58f4e35c7e8344fe1cf8f2431463b40be761c2120381257afbede2ff39fa21bc</li>
117+
</ul>
118+
</li>
119+
<li>DB.Browser.for.SQLite-v3.13.0.dmg
120+
<ul>
121+
<li>dfa72811ab9faa522586a31bf680db1604442e35a2725f0aed77d5f66388724b</li>
122+
</ul>
123+
</li>
124+
</ul>
125+
126+
</div>
127+
</article>
128+
129+
130+
131+
132+
</main>
133+
134+
<footer class="footer">
135+
<ul class="footer-links">
136+
<li>
137+
<a href="https://sqlitebrowser.org/index.xml" type="application/rss+xml" target="_blank">RSS feed</a>
138+
</li>
139+
<li>
140+
<a href="https://twitter.com/sqlitebrowser" target="_blank">Twitter</a>
141+
</li>
142+
<li>
143+
<a href="/privacy-policy">Privacy policy</a>
144+
</li>
145+
</ul>
146+
<br />
147+
</footer>
148+
</div>
149+
150+
151+
152+
153+
154+
<script>
155+
(function(f, a, t, h, o, m){
156+
a[h]=a[h]||function(){
157+
(a[h].q=a[h].q||[]).push(arguments)
158+
};
159+
o=f.createElement('script'),
160+
m=f.getElementsByTagName('script')[0];
161+
o.async=1; o.src=t; o.id='fathom-script';
162+
m.parentNode.insertBefore(o,m)
163+
})(document, window, '//stats.sqlitebrowser.org/tracker.js', 'fathom');
164+
fathom('set', 'siteId', 'DWUMT');
165+
fathom('trackPageview');
166+
</script>
167+
168+
169+
170+
171+
<script src="https://utteranc.es/client.js"
172+
repo="sqlitebrowser/website"
173+
issue-term="pathname"
174+
label="utterances"
175+
theme="github-light"
176+
crossorigin="anonymous"
177+
async>
178+
</script>
179+
180+
181+
</body>
182+
</html>
183+

docs/categories/db4s/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565

6666

6767

68+
<h2 class="archive-title">2024</h2>
69+
70+
<article class="archive-item">
71+
<a href="/blog/version-3-13-0-released/" class="archive-item-link">Version 3.13.0 released</a>
72+
<span class="archive-item-date">
73+
2024-08-24
74+
</span>
75+
</article>
76+
77+
6878
<h2 class="archive-title">2022</h2>
6979

7080
<article class="archive-item">

docs/categories/db4s/index.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@
66
<description>Recent content in db4s on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Mon, 24 Oct 2022 00:00:00 +0000</lastBuildDate><atom:link href="/categories/db4s/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Sat, 24 Aug 2024 00:00:00 +0000</lastBuildDate><atom:link href="/categories/db4s/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Version 3.13.0 released</title>
12+
<link>/blog/version-3-13-0-released/</link>
13+
<pubDate>Sat, 24 Aug 2024 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/version-3-13-0-released/</guid>
16+
<description>Caution:
17+
An issue has been reported where the app fails to launch on macOS Catalina (10.15.x).
18+
We will be tracking and resolving the issue. For more information, see issue #3691.
19+
Note that this issue is now fixed in nightly builds, and a new stable release is planned that includes this change.
20+
We are very excited to release a new stable version after almost three years. 🚀
21+
It&amp;rsquo;s been a while since we&amp;rsquo;ve released a new stable version, so there are a lot of changes, see the release notes for more details.</description>
22+
</item>
23+
1024
<item>
1125
<title>Apple Silicon (M1/M2/etc) macOS package available</title>
1226
<link>/blog/apple-silicon-macos-package-available/</link>

docs/categories/index.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,23 @@
6868
<h2 class="archive-title">2024</h2>
6969

7070
<article class="archive-item">
71-
<a href="/categories/dbhub.io/" class="archive-item-link">dbhub.io</a>
71+
<a href="/categories/db4s/" class="archive-item-link">db4s</a>
7272
<span class="archive-item-date">
73-
2024-04-20
73+
2024-08-24
7474
</span>
7575
</article>
7676

7777
<article class="archive-item">
78-
<a href="/categories/privacy/" class="archive-item-link">privacy</a>
78+
<a href="/categories/dbhub.io/" class="archive-item-link">dbhub.io</a>
7979
<span class="archive-item-date">
80-
2024-01-26
80+
2024-04-20
8181
</span>
8282
</article>
8383

84-
85-
<h2 class="archive-title">2022</h2>
86-
8784
<article class="archive-item">
88-
<a href="/categories/db4s/" class="archive-item-link">db4s</a>
85+
<a href="/categories/privacy/" class="archive-item-link">privacy</a>
8986
<span class="archive-item-date">
90-
2022-10-24
87+
2024-01-26
9188
</span>
9289
</article>
9390

docs/categories/index.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
<description>Recent content in Categories on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Sat, 20 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Sat, 24 Aug 2024 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>db4s</title>
12+
<link>/categories/db4s/</link>
13+
<pubDate>Sat, 24 Aug 2024 00:00:00 +0000</pubDate>
14+
15+
<guid>/categories/db4s/</guid>
16+
<description></description>
17+
</item>
18+
1019
<item>
1120
<title>dbhub.io</title>
1221
<link>/categories/dbhub.io/</link>
@@ -25,15 +34,6 @@
2534
<description></description>
2635
</item>
2736

28-
<item>
29-
<title>db4s</title>
30-
<link>/categories/db4s/</link>
31-
<pubDate>Mon, 24 Oct 2022 00:00:00 +0000</pubDate>
32-
33-
<guid>/categories/db4s/</guid>
34-
<description></description>
35-
</item>
36-
3737
<item>
3838
<title>dbhub</title>
3939
<link>/categories/dbhub/</link>

docs/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ <h2 id="windows-code-signing-policy">Windows Code-Signing Policy</h2>
119119

120120
<h2 class="archive-title">2024</h2>
121121

122+
<article class="archive-item">
123+
<a href="/blog/version-3-13-0-released/" class="archive-item-link">Version 3.13.0 released</a>
124+
<span class="archive-item-date">
125+
2024-08-24
126+
</span>
127+
</article>
128+
122129
<article class="archive-item">
123130
<a href="/blog/signing-windows/" class="archive-item-link">Signing Windows Builds</a>
124131
<span class="archive-item-date">

0 commit comments

Comments
 (0)