From 48bae782532c56ebfc046f70c3f50debba30fd49 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 28 Mar 2025 16:11:32 +0800 Subject: [PATCH] release(mobile): release v0.1.3 --- apps/mobile/changelog/0.1.3.md | 21 +++++++++++++++++++++ apps/mobile/changelog/next.md | 14 -------------- apps/mobile/package.json | 2 +- 3 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 apps/mobile/changelog/0.1.3.md diff --git a/apps/mobile/changelog/0.1.3.md b/apps/mobile/changelog/0.1.3.md new file mode 100644 index 000000000..6e045e24c --- /dev/null +++ b/apps/mobile/changelog/0.1.3.md @@ -0,0 +1,21 @@ +# What's new in v0.1.3 + +## New Features + +- New global settings for AI summary and translation (#3294) +- AI translation support +- Introduce an invite code input field along with a helpful prompt (359093dcf140edcb612c5920183c62184b05b395) + +## Improvements + +- Navigate back to the previous page with a simple swipe, eliminating the need to start from the far left (81fc94c9464dc881d9779dcec9e34513d5b7a69a) +- Streamline the app architecture and enhance overall navigation (359093dcf140edcb612c5920183c62184b05b395) +- Boost image sharing capabilities by adding URL support (1cd67cdac575f8ac8557c6552700f060f0f61d42) +- Ensure compatibility with older iOS versions for a smoother experience (62e83822bda01c772af2f35bda16130e37748e82) +- Update the MGC Icon to v1.36 (#3310) +- Adjust the email section margin in the edit-email screen for better layout (2558fe656d47afa7d6a28e980efacc40d2f0a752) + +## Bug Fixes + +- Fix the issue where the image preview could not be dismissed if an image load error occurred (626e54dd842938e60915910ab4739e690b5e5d8a) +- Resolve header title overflow problems (0bee60c02af70f2bef687afcd2ba27d4da365969) diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 0850cfe6c..17888d80b 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -2,20 +2,6 @@ ## New Features -- New global settings for AI summary and translation (#3294) -- AI translation support -- Introduce an invite code input field along with a helpful prompt (359093dcf140edcb612c5920183c62184b05b395) - ## Improvements -- Navigate back to the previous page with a simple swipe, eliminating the need to start from the far left (81fc94c9464dc881d9779dcec9e34513d5b7a69a) -- Streamline the app architecture and enhance overall navigation (359093dcf140edcb612c5920183c62184b05b395) -- Boost image sharing capabilities by adding URL support (1cd67cdac575f8ac8557c6552700f060f0f61d42) -- Ensure compatibility with older iOS versions for a smoother experience (62e83822bda01c772af2f35bda16130e37748e82) -- Update the MGC Icon to v1.36 (#3310) -- Adjust the email section margin in the edit-email screen for better layout (2558fe656d47afa7d6a28e980efacc40d2f0a752) - ## Bug Fixes - -- Fix the issue where the image preview could not be dismissed if an image load error occurred (626e54dd842938e60915910ab4739e690b5e5d8a) -- Resolve header title overflow problems (0bee60c02af70f2bef687afcd2ba27d4da365969) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index ddc16f10d..4e2bcfe4f 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@follow/mobile", - "version": "0.1.2", + "version": "0.1.3", "private": true, "main": "src/main.tsx", "scripts": {