Skip to content

Commit 08f7d24

Browse files
authored
Merge pull request #158 from hypercerts-org/changeset-release/main
2 parents b23f3a2 + 4469498 commit 08f7d24

4 files changed

Lines changed: 23 additions & 19 deletions

File tree

.changeset/clean-exit-on-expired-signin.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/par-heartbeat-keeps-slow-signins-alive.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.6.2
4+
5+
### Who should read this release
6+
7+
- **End users:**
8+
- [Sign-in pages no longer strand users on a "session expired" dead end, and Resend no longer offers codes that won't work.](#v0.6.2-sign-in-pages-no-longer-strand-users-on-a-session-expired)
9+
- [Slow sign-ins are less likely to time out before you finish entering your code.](#v0.6.2-slow-sign-ins-are-less-likely-to-time-out-before-you-finish)
10+
11+
### Patch Changes
12+
13+
- <a id="v0.6.2-sign-in-pages-no-longer-strand-users-on-a-session-expired"></a> [#154](https://github.com/hypercerts-org/ePDS/pull/154) [`2e4d327`](https://github.com/hypercerts-org/ePDS/commit/2e4d327f01e6983ac8946cb7dff1e998edae8e34) Thanks [@aspiers](https://github.com/aspiers)! - Sign-in pages no longer strand users on a "session expired" dead end, and Resend no longer offers codes that won't work.
14+
15+
**Affects:** End users
16+
17+
**End users:** if your sign-in times out (you closed the tab and came back, or your wait was longer than the page can keep alive in the background), you are now taken back to the app you were signing in to so it can offer you a retry. The page also no longer offers Resend in the rare case where the new code wouldn't work — instead it tells you the sign-in has timed out and gives you a Start over button. No more typing a fresh code that fails. If for some reason the automatic return is not possible, the page shows a "Return to sign in" button so you can get back to the app yourself in one click.
18+
19+
- <a id="v0.6.2-slow-sign-ins-are-less-likely-to-time-out-before-you-finish"></a> [#154](https://github.com/hypercerts-org/ePDS/pull/154) [`b1fc940`](https://github.com/hypercerts-org/ePDS/commit/b1fc9400e55b661cfbd992d6f72261936ec1df5c) Thanks [@aspiers](https://github.com/aspiers)! - Slow sign-ins are less likely to time out before you finish entering your code.
20+
21+
**Affects:** End users
22+
23+
**End users:** if you take a few minutes to find your sign-in code in your inbox before entering it, you will no longer be bounced to a "session expired" page when you submit it. Closing the tab or walking away for a long stretch can still expire the flow, in which case the existing error pages still apply — but reading email at human speed should not.
24+
325
## 0.6.1
426

527
### Who should read this release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ePDS",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"private": true,
55
"description": "ePDS — extended Personal Data Server for AT Protocol with passwordless OTP authentication",
66
"license": "MIT",

0 commit comments

Comments
 (0)