Skip to content

Commit 5a207d5

Browse files
graycreateclaude
andcommitted
chore: bump version to 1.1.4
Release v1.1.4 with online indicator enhancements: - Add green indicator dot to online user count - Implement smooth numeric animations for count changes - Smart delay when count updates for better UX 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 87e6bc4 commit 5a207d5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## v1.1.4 (Build XX)
6+
1. Feature: Add green indicator dot to online user count for better visual indication
7+
2. Feature: Implement smooth numeric animation for online count changes (iOS 16+)
8+
3. Improvement: Add smart 300ms delay before hiding refresh indicator when online count updates
9+
4. Improvement: Enhance user feedback by allowing time to see count changes
10+
511
## v1.1.3 (Build XX)
612
1. Feature: Display online user count in pull-to-refresh view with live server data
713
2. Feature: Add user balance display (gold/silver/bronze coins) to Me page

V2er/Config/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// VERSION_CODE: Build number (must always increase)
77

88
// VERSION_NAME - This is what users see (e.g., 1.1.2)
9-
MARKETING_VERSION = 1.1.3
9+
MARKETING_VERSION = 1.1.4
1010

1111
// VERSION_CODE - Internal build number (e.g., 29, 30, 31...)
1212
CURRENT_PROJECT_VERSION = 44

0 commit comments

Comments
 (0)