From 20c601ac18b67cc1abd8c36b605aa7fc8c3dbbd8 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Wed, 4 Jun 2025 15:00:46 +0200 Subject: [PATCH] Update release-body.js --- scripts/release-body.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-body.js b/scripts/release-body.js index ee6507dd..59c28611 100644 --- a/scripts/release-body.js +++ b/scripts/release-body.js @@ -17,7 +17,7 @@ let releaseChangelog = // format releaseChangelog = releaseChangelog.trim().replace(/\n\n+/g, '\n\n') -const releaseBody = `This version fixes a bug where the android app would launch in fullscreen mode. +const releaseBody = `This version adds minor features and fixes some bugs. - Web app: https://plebchan.app - Decentralized web app: https://plebchan.eth (only works on [Brave Browser](https://brave.com/) or via [IPFS Companion](https://docs.ipfs.tech/install/ipfs-companion/#prerequisites))