Skip to content

Commit

Permalink
Chore: Bump version to 1.0.4b8
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Oct 3, 2023
1 parent f13948f commit fa92088
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Most recent version

## iOS 1.0.3b7
## iOS 1.0.4b8

```
- Feat: Edit buttons in header for league and series
- Feat: When setting lanes for a game, prompts to copy to all other games
- Fix: Game details on iOS 17 no longer glitch and block screen
- Fix: Score is properly saved when locking game
- Fix: Gear no longer reorders in game editor when picking a ball
- Fix: Refactored how pin swiping works to reduce mistaps
- Feat: Show series and game statistics from GameDetails
- Feat: Render statistics in charts per game for series
- Fix: Pins left of deck stat now only calculated for frames with at least 1 roll
- Fix: Next button in GamesEditor is larger
- Fix: League # of games is dynamic by default
- Fix: Strikes are now calculated properly when followed by incomplete frames
```

## Android v3.2.0
Expand All @@ -23,6 +23,17 @@ This update also comes with some quality of life fixes:

# Legacy versions

## iOS 1.0.3b7

```
- Feat: Edit buttons in header for league and series
- Feat: When setting lanes for a game, prompts to copy to all other games
- Fix: Game details on iOS 17 no longer glitch and block screen
- Fix: Score is properly saved when locking game
- Fix: Gear no longer reorders in game editor when picking a ball
- Fix: Refactored how pin swiping works to reduce mistaps
```

## iOS 1.0.2b6

```
Expand Down
4 changes: 2 additions & 2 deletions ios/ApproachIOS/XCConfigs/Base/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CURRENT_PROJECT_VERSION = 7
MARKETING_VERSION = 1.0.3
CURRENT_PROJECT_VERSION = 8
MARKETING_VERSION = 1.0.4

0 comments on commit fa92088

Please sign in to comment.