Skip to content

Commit

Permalink
1.0.81 🚀
Browse files Browse the repository at this point in the history
- Use thousands separators in diary entries
- Fix images not saving from entries
  • Loading branch information
brandonp2412 committed Aug 18, 2024
1 parent 3a577b9 commit cd3535b
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/883.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Use thousands separators in diary entries
- Fix images not saving from entries
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/6_en-US.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions fastlane/metadata/en-AU/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Add missing date picker for diary
- Update flutter to 3.24.0
- Use thousands separators in diary entries
- Fix images not saving from entries
4 changes: 2 additions & 2 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Add missing date picker for diary
- Update flutter to 3.24.0
- Use thousands separators in diary entries
- Fix images not saving from entries
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: fit_book
description: Track your calories - Completely offline!
publish_to: none
version: 1.0.80+87
version: 1.0.81+88
environment:
sdk: ">=3.3.3 <4.0.0"
sdk: '>=3.3.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
Expand Down Expand Up @@ -54,8 +54,8 @@ flutter_launcher_icons:
web:
generate: true
image_path: assets/ic_launcher.png
background_color: "#hexcode"
theme_color: "#hexcode"
background_color: '#hexcode'
theme_color: '#hexcode'
windows:
generate: true
image_path: assets/ic_launcher.png
Expand All @@ -68,7 +68,7 @@ msix_config:
display_name: FitBook - Calorie tracker
publisher_display_name: Frisbee Software
identity_name: FrisbeeSoftware.FitBook-Calorietracker
msix_version: 1.0.18.0
msix_version: 1.0.19.0
logo_path: assets/ic_launcher.png
trim_logo: false
publisher: CN=BB0811CB-EED5-441C-BE1B-D31F391F76DE
Expand Down

0 comments on commit cd3535b

Please sign in to comment.