Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

All notable changes to V2er iOS app will be documented in this file.

## v1.1.1 (Build 31)
## 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

Comment on lines +6 to +9
Copy link

Copilot AI Oct 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate feature entry found. The feed filter menu feature is already documented in v1.1.1 (Build 43) at line 11. This should be removed from the v1.1.2 changelog as it represents an existing feature, not a new one.

Suggested change
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
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

Copilot uses AI. Check for mistakes.
## 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
Expand Down
4 changes: 2 additions & 2 deletions V2er/Config/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
CURRENT_PROJECT_VERSION = 44
Loading