From ca8bc5bcc57f766086f255976ed0e58260f3d7f2 Mon Sep 17 00:00:00 2001 From: Gray Zhang Date: Fri, 10 Oct 2025 21:30:03 +0800 Subject: [PATCH 1/3] chore: bump version to 1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated version from 1.1.1 to 1.1.2 with the following changes: - Feature: Update app icon with single high-resolution asset for better display quality - Feature: Add feedback link to TestFlight release notes for easier user communication - Improvement: Set up GitHub Copilot instructions for enhanced development workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 5 +++++ V2er/Config/Version.xcconfig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6085f..af6ad76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to V2er iOS app will be documented in this file. +## v1.1.2 (Build 32) +1. Feature: Update app icon with single high-resolution asset for better display quality +2. Feature: Add feedback link to TestFlight release notes for easier user communication +3. Improvement: Set up GitHub Copilot instructions for enhanced development workflow + ## v1.1.1 (Build 31) 1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering 2. Fix: Prevent crash when clicking Ignore/Report buttons without being logged in diff --git a/V2er/Config/Version.xcconfig b/V2er/Config/Version.xcconfig index 03cd2dd..803eb43 100644 --- a/V2er/Config/Version.xcconfig +++ b/V2er/Config/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.1.1 +MARKETING_VERSION = 1.1.2 // VERSION_CODE - Internal build number (e.g., 29, 30, 31...) CURRENT_PROJECT_VERSION = 31 \ No newline at end of file From c3b062002338f5b48294b51ef4237dad0ce303be Mon Sep 17 00:00:00 2001 From: Gray Zhang Date: Fri, 10 Oct 2025 21:40:07 +0800 Subject: [PATCH 2/3] chore: update changelog with corrected build numbers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated build numbers in changelog to reflect actual CI build sequence: - v1.1.2: Build 44 (was 32) - v1.1.1: Build 43 (was 31) - Added feed filter feature to v1.1.2 changelog - Removed Copilot instructions entry (already in v1.1.1) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6ad76..ac4f627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ All notable changes to V2er iOS app will be documented in this file. -## v1.1.2 (Build 32) +## v1.1.2 (Build 44) +1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering 1. Feature: Update app icon with single high-resolution asset for better display quality 2. Feature: Add feedback link to TestFlight release notes for easier user communication -3. Improvement: Set up GitHub Copilot instructions for enhanced development workflow -## v1.1.1 (Build 31) +## v1.1.1 (Build 43) 1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering 2. Fix: Prevent crash when clicking Ignore/Report buttons without being logged in 3. Fix: Improve TestFlight beta distribution configuration From 643d18c2012d455b5cef46aeaaef1b5ef77e7747 Mon Sep 17 00:00:00 2001 From: Gray Zhang Date: Fri, 10 Oct 2025 21:51:35 +0800 Subject: [PATCH 3/3] chore: update build number to 44 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synchronized CURRENT_PROJECT_VERSION with CI build sequence to match changelog. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- V2er/Config/Version.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V2er/Config/Version.xcconfig b/V2er/Config/Version.xcconfig index 803eb43..400f158 100644 --- a/V2er/Config/Version.xcconfig +++ b/V2er/Config/Version.xcconfig @@ -9,4 +9,4 @@ MARKETING_VERSION = 1.1.2 // VERSION_CODE - Internal build number (e.g., 29, 30, 31...) -CURRENT_PROJECT_VERSION = 31 \ No newline at end of file +CURRENT_PROJECT_VERSION = 44