From 9a9ab25c3cbb1188d67eaf421494f71082f8456e Mon Sep 17 00:00:00 2001 From: graycreate Date: Sat, 27 Dec 2025 12:50:48 +0800 Subject: [PATCH] chore: Release version 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update version to 1.2.2 - Update CHANGELOG.md with new features and bug fixes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 9 +++++++++ Version.xcconfig | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110b2c8..cfd0633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to V2er iOS app will be documented in this file. +## v1.2.2 (Build XX) +1. Feature: Add reply sorting by popularity for better content discovery +2. Feature: Redesigned feedback section with improved vertical layout +3. Fix: Check-in timer now resets at 8 AM instead of midnight for better daily routine alignment +4. Fix: Auto check-in now triggers correctly when returning to the app +5. Fix: Tapping a single item no longer opens all items in tag detail page +6. Fix: Improved text handling when replies contain inline images +7. Fix: Better markdown rendering for special characters + ## v1.2.1 (Build XX) 1. Feature: Add Imgur image upload support for easier image sharing 2. Feature: Auto check-in when app returns to foreground diff --git a/Version.xcconfig b/Version.xcconfig index 1b1dfa2..301ddd5 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -6,7 +6,7 @@ // VERSION_CODE: Build number (must always increase) // VERSION_NAME - This is what users see (e.g., 1.1.2) -MARKETING_VERSION = 1.2.1 +MARKETING_VERSION = 1.2.2 // VERSION_CODE - Internal build number (e.g., 29, 30, 31...) CURRENT_PROJECT_VERSION = 51