Skip to content

Commit be8d9ce

Browse files
authored
Merge pull request #8740 from Couchers-org/na/spring-blog-post
Spring Release Blog Post
2 parents cca3201 + e27a04d commit be8d9ce

13 files changed

Lines changed: 272 additions & 8 deletions

app/backend/templates/v2/activeness_probe.mjml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<mj-section padding="0px">
2020
<mj-column>
2121
<mj-text>Since you logged in last, we've had some really exciting new updates.</mj-text>
22-
<mj-text>In our latest release (v1.2), we launched dark mode, profile photo galleries (you can now upload multiple photos!), a communities search feature, and the ability to duplicate events. We also opened our official merch shop where you can get Couchers.org hats, hoodies, stickers, and more! Plus, we're getting close to releasing a mobile app for iOS and Android — you can sign up to be a Beta tester! Read about all the updates here:</mj-text>
22+
<mj-text> In our latest release (v1.3), launched our mobile app on iOS and Android, improved the dashboard, overhauled messaged and added event features! Read about all the updates here:</mj-text>
2323
</mj-column>
2424
</mj-section>
2525
<mj-section padding="0px">
2626
<mj-column>
27-
<mj-button background-color="#00a398" color="white" border-radius="5px" href="https://couchers.org/blog/2026/02/05/couchers-v1.2-release">
27+
<mj-button background-color="#00a398" color="white" border-radius="5px" href="https://couchers.org/blog/2026/05/25/couchers-spring-release">
2828
<b>Read more on our blog</b>
2929
</mj-button>
3030
</mj-column>

app/backend/templates/v2/activeness_probe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ These check-ins help surfers find active hosts more easily and keep response tim
99

1010
Since you logged in last, we've had some really exciting new updates.
1111

12-
In our latest release (v1.2), we launched dark mode, profile photo galleries (you can now upload multiple photos!), a communities search feature, and the ability to duplicate events. We also opened our official merch shop where you can get Couchers.org hats, hoodies, stickers, and more! Plus, we're getting close to releasing a mobile app for iOS and Android — you can sign up to be a Beta tester! Read about all the updates here:
12+
In our latest release (v1.3), launched our mobile app on iOS and Android, improved the dashboard, overhauled messaged and added event features! Read about all the updates here:
1313

14-
https://couchers.org/blog/2026/02/05/couchers-v1.2-release
14+
https://couchers.org/blog/2026/05/25/couchers-spring-release
1515

1616

1717
Best,

app/backend/templates/v2/generated_html/activeness_probe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
</tr>
260260
<tr>
261261
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
262-
<div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#333333;">In our latest release (v1.2), we launched dark mode, profile photo galleries (you can now upload multiple photos!), a communities search feature, and the ability to duplicate events. We also opened our official merch shop where you can get Couchers.org hats, hoodies, stickers, and more! Plus, we're getting close to releasing a mobile app for iOS and Android — you can sign up to be a Beta tester! Read about all the updates here:</div>
262+
<div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#333333;">In our latest release (v1.3), launched our mobile app on iOS and Android, improved the dashboard, overhauled messaged and added event features! Read about all the updates here:</div>
263263
</td>
264264
</tr>
265265
</tbody>
@@ -287,7 +287,7 @@
287287
<tbody>
288288
<tr>
289289
<td align="center" bgcolor="#00a398" role="presentation" style="border:none;border-radius:5px;cursor:auto;mso-padding-alt:10px 25px;background:#00a398;" valign="middle">
290-
<a href="https://couchers.org/blog/2026/02/05/couchers-v1.2-release" style="display: inline-block; background: #00a398; color: white; font-family: Ubuntu, Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 120%; margin: 0; text-decoration: none; text-transform: none; padding: 10px 25px; mso-padding-alt: 0px; border-radius: 5px;" target="_blank">
290+
<a href="https://couchers.org/blog/2026/05/25/couchers-spring-release" style="display: inline-block; background: #00a398; color: white; font-family: Ubuntu, Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 120%; margin: 0; text-decoration: none; text-transform: none; padding: 10px 25px; mso-padding-alt: 0px; border-radius: 5px;" target="_blank">
291291
<b>Read more on our blog</b>
292292
</a>
293293
</td>

app/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2
1+
v1.3

app/web/dashboardNews.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"2026-05-25": {
3+
"title": "Couchers 1.3 Spring Release: What's new in v1.3?",
4+
"link": "/blog/2026/05/25/couchers-spring-release"
5+
},
26
"2026-05-15": {
37
"title": "Couchers.org mobile app out on iOS and Android!",
48
"link": "/blog/2026/05/15/mobile-app-release"

app/web/features/dashboard/Dashboard.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ export default function Dashboard() {
4242

4343
<PageTitle>{t("dashboard:welcome")}</PageTitle>
4444

45+
<Alert severity="info" sx={{ marginBottom: theme.spacing(2) }}>
46+
<Typography variant="body1">
47+
New blog post:{" "}
48+
<StyledLink href={dashboardNews["2026-05-25"].link}>
49+
{dashboardNews["2026-05-25"].title}
50+
</StyledLink>
51+
</Typography>
52+
</Alert>
53+
4554
<Alert severity="info" sx={{ marginBottom: theme.spacing(2) }}>
4655
<Typography variant="body1">
4756
New blog post:{" "}

0 commit comments

Comments
 (0)