Skip to content

Commit 65402ba

Browse files
committed
Add blog post for v3.13.1-rc2
1 parent fd8b951 commit 65402ba

File tree

15 files changed

+242
-16
lines changed

15 files changed

+242
-16
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Version 3.13.1-rc2 released
3+
author: SeongTae Jeong
4+
date: '2024-09-30'
5+
slug: version-3-13-1-rc2-released
6+
categories:
7+
- db4s
8+
tags:
9+
- 3.13.x
10+
---
11+
12+
The second candidate version of DB Browser for SQLite v3.13.1 has been released.
13+
The binary and detailed release notes are available [here](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1-rc2).
14+
15+
We are also accepting translation contributions for the new version. If you're interested, please check out following issues: https://github.com/sqlitebrowser/sqlitebrowser/issues/3747

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-rc2-released/" class="archive-item-link">Version 3.13.1-rc2 released</a>
72+
<span class="archive-item-date">
73+
2024-09-30
74+
</span>
75+
</article>
76+
7077
<article class="archive-item">
7178
<a href="/blog/version-3-13-1-rc1-released/" class="archive-item-link">Version 3.13.1-rc1 released</a>
7279
<span class="archive-item-date">

docs/blog/index.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
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>Thu, 12 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 30 Sep 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-rc2 released</title>
12+
<link>/blog/version-3-13-1-rc2-released/</link>
13+
<pubDate>Mon, 30 Sep 2024 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/version-3-13-1-rc2-released/</guid>
16+
<description>The second candidate version of DB Browser for SQLite v3.13.1 has been released.
17+
The binary and detailed release notes are available here.
18+
We are also accepting translation contributions for the new version. If you&amp;rsquo;re interested, please check out following issues: https://github.com/sqlitebrowser/sqlitebrowser/issues/3747</description>
19+
</item>
20+
1021
<item>
1122
<title>Version 3.13.1-rc1 released</title>
1223
<link>/blog/version-3-13-1-rc1-released/</link>
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
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.1-rc2 released - DB Browser for SQLite</title>
10+
<meta property="og:title" content="Version 3.13.1-rc2 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.1-rc2 released</h1>
69+
70+
71+
<span class="article-date">2024-09-30</span>
72+
73+
74+
<div class="article-content">
75+
<p>The second candidate version of DB Browser for SQLite v3.13.1 has been released.<br>
76+
The binary and detailed release notes are available <a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1-rc2">here</a>.</p>
77+
<p>We are also accepting translation contributions for the new version. If you&rsquo;re interested, please check out following issues: <a href="https://github.com/sqlitebrowser/sqlitebrowser/issues/3747">https://github.com/sqlitebrowser/sqlitebrowser/issues/3747</a></p>
78+
79+
</div>
80+
</article>
81+
82+
83+
84+
85+
</main>
86+
87+
<footer class="footer">
88+
<ul class="footer-links">
89+
<li>
90+
<a href="https://sqlitebrowser.org/index.xml" type="application/rss+xml" target="_blank">RSS feed</a>
91+
</li>
92+
<li>
93+
<a href="https://twitter.com/sqlitebrowser" target="_blank">Twitter</a>
94+
</li>
95+
<li>
96+
<a href="/privacy-policy">Privacy policy</a>
97+
</li>
98+
</ul>
99+
<br />
100+
</footer>
101+
</div>
102+
103+
104+
105+
106+
107+
<script>
108+
(function(f, a, t, h, o, m){
109+
a[h]=a[h]||function(){
110+
(a[h].q=a[h].q||[]).push(arguments)
111+
};
112+
o=f.createElement('script'),
113+
m=f.getElementsByTagName('script')[0];
114+
o.async=1; o.src=t; o.id='fathom-script';
115+
m.parentNode.insertBefore(o,m)
116+
})(document, window, '//stats.sqlitebrowser.org/tracker.js', 'fathom');
117+
fathom('set', 'siteId', 'DWUMT');
118+
fathom('trackPageview');
119+
</script>
120+
121+
122+
123+
124+
<script src="https://utteranc.es/client.js"
125+
repo="sqlitebrowser/website"
126+
issue-term="pathname"
127+
label="utterances"
128+
theme="github-light"
129+
crossorigin="anonymous"
130+
async>
131+
</script>
132+
133+
134+
</body>
135+
</html>
136+

docs/categories/db4s/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-rc2-released/" class="archive-item-link">Version 3.13.1-rc2 released</a>
72+
<span class="archive-item-date">
73+
2024-09-30
74+
</span>
75+
</article>
76+
7077
<article class="archive-item">
7178
<a href="/blog/version-3-13-1-rc1-released/" class="archive-item-link">Version 3.13.1-rc1 released</a>
7279
<span class="archive-item-date">

docs/categories/db4s/index.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
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>Thu, 12 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/categories/db4s/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 30 Sep 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.1-rc2 released</title>
12+
<link>/blog/version-3-13-1-rc2-released/</link>
13+
<pubDate>Mon, 30 Sep 2024 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/version-3-13-1-rc2-released/</guid>
16+
<description>The second candidate version of DB Browser for SQLite v3.13.1 has been released.
17+
The binary and detailed release notes are available here.
18+
We are also accepting translation contributions for the new version. If you&amp;rsquo;re interested, please check out following issues: https://github.com/sqlitebrowser/sqlitebrowser/issues/3747</description>
19+
</item>
20+
1021
<item>
1122
<title>Version 3.13.1-rc1 released</title>
1223
<link>/blog/version-3-13-1-rc1-released/</link>

docs/categories/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2 class="archive-title">2024</h2>
7070
<article class="archive-item">
7171
<a href="/categories/db4s/" class="archive-item-link">db4s</a>
7272
<span class="archive-item-date">
73-
2024-09-12
73+
2024-09-30
7474
</span>
7575
</article>
7676

docs/categories/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
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>Thu, 12 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 30 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
1010
<item>
1111
<title>db4s</title>
1212
<link>/categories/db4s/</link>
13-
<pubDate>Thu, 12 Sep 2024 00:00:00 +0000</pubDate>
13+
<pubDate>Mon, 30 Sep 2024 00:00:00 +0000</pubDate>
1414

1515
<guid>/categories/db4s/</guid>
1616
<description></description>

docs/index.html

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

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

123+
<article class="archive-item">
124+
<a href="/blog/version-3-13-1-rc2-released/" class="archive-item-link">Version 3.13.1-rc2 released</a>
125+
<span class="archive-item-date">
126+
2024-09-30
127+
</span>
128+
</article>
129+
123130
<article class="archive-item">
124131
<a href="/blog/version-3-13-1-rc1-released/" class="archive-item-link">Version 3.13.1-rc1 released</a>
125132
<span class="archive-item-date">

docs/index.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
66
<description>Recent content on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Thu, 12 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 30 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Version 3.13.1-rc2 released</title>
12+
<link>/blog/version-3-13-1-rc2-released/</link>
13+
<pubDate>Mon, 30 Sep 2024 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/version-3-13-1-rc2-released/</guid>
16+
<description>The second candidate version of DB Browser for SQLite v3.13.1 has been released.
17+
The binary and detailed release notes are available here.
18+
We are also accepting translation contributions for the new version. If you&amp;rsquo;re interested, please check out following issues: https://github.com/sqlitebrowser/sqlitebrowser/issues/3747</description>
19+
</item>
20+
1021
<item>
1122
<title>Version 3.13.1-rc1 released</title>
1223
<link>/blog/version-3-13-1-rc1-released/</link>

docs/sitemap.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,25 @@
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
44
<url>
55
<loc>/tags/3.13.x/</loc>
6-
<lastmod>2024-09-12T00:00:00+00:00</lastmod>
6+
<lastmod>2024-09-30T00:00:00+00:00</lastmod>
77
</url><url>
88
<loc>/blog/</loc>
9-
<lastmod>2024-09-12T00:00:00+00:00</lastmod>
9+
<lastmod>2024-09-30T00:00:00+00:00</lastmod>
1010
</url><url>
1111
<loc>/categories/</loc>
12-
<lastmod>2024-09-12T00:00:00+00:00</lastmod>
12+
<lastmod>2024-09-30T00:00:00+00:00</lastmod>
1313
</url><url>
1414
<loc>/</loc>
15-
<lastmod>2024-09-12T00:00:00+00:00</lastmod>
15+
<lastmod>2024-09-30T00:00:00+00:00</lastmod>
1616
</url><url>
1717
<loc>/categories/db4s/</loc>
18-
<lastmod>2024-09-12T00:00:00+00:00</lastmod>
18+
<lastmod>2024-09-30T00:00:00+00:00</lastmod>
1919
</url><url>
2020
<loc>/tags/</loc>
21-
<lastmod>2024-09-12T00:00:00+00:00</lastmod>
21+
<lastmod>2024-09-30T00:00:00+00:00</lastmod>
22+
</url><url>
23+
<loc>/blog/version-3-13-1-rc2-released/</loc>
24+
<lastmod>2024-09-30T00:00:00+00:00</lastmod>
2225
</url><url>
2326
<loc>/blog/version-3-13-1-rc1-released/</loc>
2427
<lastmod>2024-09-12T00:00:00+00:00</lastmod>

docs/tags/3.13.x/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-rc2-released/" class="archive-item-link">Version 3.13.1-rc2 released</a>
72+
<span class="archive-item-date">
73+
2024-09-30
74+
</span>
75+
</article>
76+
7077
<article class="archive-item">
7178
<a href="/blog/version-3-13-1-rc1-released/" class="archive-item-link">Version 3.13.1-rc1 released</a>
7279
<span class="archive-item-date">

docs/tags/3.13.x/index.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
66
<description>Recent content in 3.13.x on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Thu, 12 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/tags/3.13.x/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 30 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/tags/3.13.x/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Version 3.13.1-rc2 released</title>
12+
<link>/blog/version-3-13-1-rc2-released/</link>
13+
<pubDate>Mon, 30 Sep 2024 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/version-3-13-1-rc2-released/</guid>
16+
<description>The second candidate version of DB Browser for SQLite v3.13.1 has been released.
17+
The binary and detailed release notes are available here.
18+
We are also accepting translation contributions for the new version. If you&amp;rsquo;re interested, please check out following issues: https://github.com/sqlitebrowser/sqlitebrowser/issues/3747</description>
19+
</item>
20+
1021
<item>
1122
<title>Version 3.13.1-rc1 released</title>
1223
<link>/blog/version-3-13-1-rc1-released/</link>

docs/tags/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2 class="archive-title">2024</h2>
7070
<article class="archive-item">
7171
<a href="/tags/3.13.x/" class="archive-item-link">3.13.x</a>
7272
<span class="archive-item-date">
73-
2024-09-12
73+
2024-09-30
7474
</span>
7575
</article>
7676

docs/tags/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<description>Recent content in Tags on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Thu, 12 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 30 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
1010
<item>
1111
<title>3.13.x</title>
1212
<link>/tags/3.13.x/</link>
13-
<pubDate>Thu, 12 Sep 2024 00:00:00 +0000</pubDate>
13+
<pubDate>Mon, 30 Sep 2024 00:00:00 +0000</pubDate>
1414

1515
<guid>/tags/3.13.x/</guid>
1616
<description></description>

0 commit comments

Comments
 (0)