|
| 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’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 | + |
0 commit comments