Skip to content

Commit 316b76c

Browse files
chore(main): release 1.3.0 (#105)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e422bba commit 316b76c

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/encryption4all/postguard-website/compare/v1.2.0...v1.3.0) (2026-04-24)
4+
5+
6+
### Features
7+
8+
* client-side upload limit pre-check via localStorage ([#112](https://github.com/encryption4all/postguard-website/issues/112)) ([c8f05e4](https://github.com/encryption4all/postguard-website/commit/c8f05e4da3931b3619a68a985ae8afb92084e1db))
9+
* upgrade pg-js to 0.10.0, single optional chunk size env var ([#118](https://github.com/encryption4all/postguard-website/issues/118)) ([e422bba](https://github.com/encryption4all/postguard-website/commit/e422bbada4dfa4b60078f5b600e7e19725da934f))
10+
* upload limits — 5 GB cap, landing page section, and usage warnings ([#110](https://github.com/encryption4all/postguard-website/issues/110)) ([2f45930](https://github.com/encryption4all/postguard-website/commit/2f45930a682728197b8d9f0a4cbeba733f451f0b))
11+
12+
13+
### Bug Fixes
14+
15+
* add AI crawler rules to robots.txt and JSON-LD to key pages ([#106](https://github.com/encryption4all/postguard-website/issues/106)) ([cd0ce4c](https://github.com/encryption4all/postguard-website/commit/cd0ce4c561139199c40379b10f3fa0b16e150c1d))
16+
* address high and medium priority SEO audit findings ([#107](https://github.com/encryption4all/postguard-website/issues/107)) ([59a44a5](https://github.com/encryption4all/postguard-website/commit/59a44a587668827d1afd3f7b4f4c7b184e2ed0e0))
17+
* address SEO audit findings (prerender all pages, canonical, JSON-LD, llms.txt) ([#104](https://github.com/encryption4all/postguard-website/issues/104)) ([18e4ac3](https://github.com/encryption4all/postguard-website/commit/18e4ac3ea7ef981f2d08f1e4a83d1efecc218285))
18+
* align upload limits to round GB values (5 GB) ([#115](https://github.com/encryption4all/postguard-website/issues/115)) ([f9f5ebd](https://github.com/encryption4all/postguard-website/commit/f9f5ebd4973114c9201771aef7251fd496b5e763))
19+
* block indexing on non-production environments ([#109](https://github.com/encryption4all/postguard-website/issues/109)) ([4b11fbd](https://github.com/encryption4all/postguard-website/commit/4b11fbdf1ab5058ee382f425f1e2dd2ecd572619))
20+
* prevent footer from overlapping page content on mobile ([#113](https://github.com/encryption4all/postguard-website/issues/113)) ([b15fe96](https://github.com/encryption4all/postguard-website/commit/b15fe96edc7dc544d89d34b231cc3e0870f781a3))
21+
* schema overhaul, authors system, and robots.txt fixes ([#108](https://github.com/encryption4all/postguard-website/issues/108)) ([de0d329](https://github.com/encryption4all/postguard-website/commit/de0d329c602644301f0e358c3de3b47f05f2d266))
22+
* use GB instead of GiB throughout the UI and config ([#114](https://github.com/encryption4all/postguard-website/issues/114)) ([2fa524f](https://github.com/encryption4all/postguard-website/commit/2fa524fa63d91c69163bd3081ce1f5ffa36eb24d))
23+
324
## [1.2.0](https://github.com/encryption4all/postguard-website/compare/v1.1.2...v1.2.0) (2026-04-18)
425

526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postguard-website",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)