Skip to content

Commit eb61825

Browse files
committed
changelog
1 parent b0adc8e commit eb61825

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# SQLite Reader
22
[A web app where you can view your SQLite database](https://sqlitereader.com)
3+
4+
# Changelog
5+
## 18/03/2025
6+
- Added footer to site
7+
- Updated `sql.js` from 1.12 to 1.13
8+
9+
## 14/03/2025
10+
- Removed API/backend for parsing SQLite databases
11+
- Moved everything to local processing using `sql.js`
12+
- Added SQLite exports to the following languages
13+
- csv
14+
- json
15+
- sql
16+
- Updated `next.js` to resolve 1 security advisory

public/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
22
<url>
33
<loc>https://sqlitereader.com/</loc>
4-
<lastmod>2025-03-14T00:00:00.000Z</lastmod>
4+
<lastmod>2025-03-18T00:00:00.000Z</lastmod>
55
<changefreq>daily</changefreq>
66
<priority>1</priority>
77
</url>
88
<url>
99
<loc>https://sqlitereader.com/convert</loc>
10-
<lastmod>2025-03-14T00:00:00.000Z</lastmod>
10+
<lastmod>2025-03-18T00:00:00.000Z</lastmod>
1111
<changefreq>daily</changefreq>
1212
<priority>1</priority>
1313
</url>

0 commit comments

Comments
 (0)