Skip to content

Conversation

@graycreate
Copy link
Member

Summary

This PR bumps the app version from 1.1.1 to 1.1.2 with the following updates:

  • 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

Changes

  • Updated MARKETING_VERSION in V2er/Config/Version.xcconfig from 1.1.1 to 1.1.2
  • Added v1.1.2 changelog entry to CHANGELOG.md

Release Process

Once merged, the CI pipeline will:

  1. Auto-increment build number to 32
  2. Extract changelog for TestFlight release notes
  3. Build and upload to TestFlight

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings October 10, 2025 13:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR bumps the app version from 1.1.1 to 1.1.2 and documents the release changes for proper CI pipeline integration.

  • Updated marketing version in configuration file
  • Added comprehensive changelog entry with build number alignment

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
V2er/Config/Version.xcconfig Updates MARKETING_VERSION from 1.1.1 to 1.1.2
CHANGELOG.md Adds v1.1.2 changelog entry with features and improvements

MARKETING_VERSION = 1.1.2

// VERSION_CODE - Internal build number (e.g., 29, 30, 31...)
CURRENT_PROJECT_VERSION = 31
Copy link
Member Author

Choose a reason for hiding this comment

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

44

CHANGELOG.md Outdated

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

## v1.1.2 (Build 32)
Copy link
Member Author

@graycreate graycreate Oct 10, 2025

Choose a reason for hiding this comment

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

44

MARKETING_VERSION = 1.1.2

// VERSION_CODE - Internal build number (e.g., 29, 30, 31...)
CURRENT_PROJECT_VERSION = 31
Copy link
Member Author

Choose a reason for hiding this comment

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

44

@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 0%

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 <noreply@anthropic.com>
@github-actions github-actions bot added size/XS and removed size/XS labels Oct 10, 2025
@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 0%

Synchronized CURRENT_PROJECT_VERSION with CI build sequence to match changelog.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings October 10, 2025 13:51
@github-actions github-actions bot added size/S and removed size/XS labels Oct 10, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment on lines +6 to +9
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

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.
@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 0%

@graycreate graycreate merged commit dc80de8 into main Oct 10, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants