Skip to content

Commit 9f214f3

Browse files
chore(main): release 1.7.0 (#205)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb4c031 commit 9f214f3

4 files changed

Lines changed: 22 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.6.0"
2+
".": "1.7.0"
33
}

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/encryption4all/postguard-website/compare/v1.6.0...v1.7.0) (2026-05-16)
4+
5+
6+
### Features
7+
8+
* **addons:** self-refresh inside the container, drop sync workflow ([#211](https://github.com/encryption4all/postguard-website/issues/211)) ([3dbf9b7](https://github.com/encryption4all/postguard-website/commit/3dbf9b75c091f3b2d1c663b0ca979a32d0f99546))
9+
10+
11+
### Bug Fixes
12+
13+
* **addons:** consolidated install-doc, i18n & UI fixes ([#204](https://github.com/encryption4all/postguard-website/issues/204)) ([cd365ac](https://github.com/encryption4all/postguard-website/commit/cd365acb056edbbd2dae4b171c3c40b8d7b25818))
14+
* consolidated site UX & content fixes ([#202](https://github.com/encryption4all/postguard-website/issues/202)) ([df3ed53](https://github.com/encryption4all/postguard-website/commit/df3ed53044d558b17a354dcb802f9d18e40947b1))
15+
* **decrypt,addons:** dark-mode email body + mobile decrypt overhaul ([#212](https://github.com/encryption4all/postguard-website/issues/212)) ([e970f91](https://github.com/encryption4all/postguard-website/commit/e970f91f00b65c5723808784497a8f5c57b0f76b))
16+
* **decrypt:** consolidated /decrypt page UX fixes ([#203](https://github.com/encryption4all/postguard-website/issues/203)) ([358d000](https://github.com/encryption4all/postguard-website/commit/358d0004660ee6db847047f023e131cf674819e9))
17+
* **filesharing:** inline cancel button, fit responsive QR to parent ([#222](https://github.com/encryption4all/postguard-website/issues/222)) ([92e61c5](https://github.com/encryption4all/postguard-website/commit/92e61c5da52e42af09a99ded302714ddee4608de))
18+
* format script glob only matched directories ([#219](https://github.com/encryption4all/postguard-website/issues/219)) ([d5f0df1](https://github.com/encryption4all/postguard-website/commit/d5f0df1116f8e97e3a368169e884dca124eb1a9f)), closes [#216](https://github.com/encryption4all/postguard-website/issues/216)
19+
* misc website fixes — decrypt UX, dark-mode, QR popup width ([#213](https://github.com/encryption4all/postguard-website/issues/213)) ([2db2dcf](https://github.com/encryption4all/postguard-website/commit/2db2dcf868b9aaaf65f216350151b0751b56cd4e))
20+
321
## [1.6.0](https://github.com/encryption4all/postguard-website/compare/v1.5.0...v1.6.0) (2026-05-07)
422

523

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.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)