Skip to content

Commit

Permalink
1.0.111 πŸš€
Browse files Browse the repository at this point in the history
- Fix spacing on edit entry page
- Remember if user picked body-weight or calories on graphs page
- Move awkward fields button to fab
- Remove all the spacing/labelling of food on entry
- Prevent curves leaving graph areas
  • Loading branch information
brandonp2412 committed Mar 5, 2025
1 parent ceb3cab commit b96fcc2
Show file tree
Hide file tree
Showing 28 changed files with 21 additions and 16 deletions.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1183.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fix spacing on edit entry page
- Remember if user picked body-weight or calories on graphs page
- Move awkward fields button to fab
- Remove all the spacing/labelling of food on entry
- Prevent curves leaving graph areas
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.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/7_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.
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.
10 changes: 5 additions & 5 deletions fastlane/metadata/en-AU/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Move up barcode button on entry
- Limit the default fields
- Add macros to quick-add
- Fix date editing for quick-add
- Fix monochrome launchers
- Fix spacing on edit entry page
- Remember if user picked body-weight or calories on graphs page
- Move awkward fields button to fab
- Remove all the spacing/labelling of food on entry
- Prevent curves leaving graph areas
10 changes: 5 additions & 5 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Move up barcode button on entry
- Limit the default fields
- Add macros to quick-add
- Fix date editing for quick-add
- Fix monochrome launchers
- Fix spacing on edit entry page
- Remember if user picked body-weight or calories on graphs page
- Move awkward fields button to fab
- Remove all the spacing/labelling of food on entry
- Prevent curves leaving graph areas
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fit_book
description: Track your calories - Completely offline!
publish_to: none
version: 1.0.110+117
version: 1.0.111+118
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
Expand Down Expand Up @@ -30,10 +30,10 @@ dependencies:
permission_handler: ^11.3.1
flutter_local_notifications: ^18.0.1
workmanager:
git:
url: https://github.com/fluttercommunity/flutter_workmanager.git
path: workmanager
ref: main
git:
url: https://github.com/fluttercommunity/flutter_workmanager.git
path: workmanager
ref: main
drift_dev: ^2.24.0
test: ^1.25.8
dev_dependencies:
Expand Down Expand Up @@ -72,7 +72,7 @@ msix_config:
display_name: FitBook - Calorie tracker
publisher_display_name: Frisbee Software
identity_name: FrisbeeSoftware.FitBook-Calorietracker
msix_version: 1.0.44.0
msix_version: 1.0.45.0
logo_path: assets/ic_launcher.png
trim_logo: false
publisher: CN=BB0811CB-EED5-441C-BE1B-D31F391F76DE
Expand Down

0 comments on commit b96fcc2

Please sign in to comment.