Skip to content

Commit

Permalink
Release 1.0.1 (#3)
Browse files Browse the repository at this point in the history
* Update CI

* Recalculate duration when changing reps

* Allow scrolling in workout runner

* Add screenshots

* Fancy readme

* feat: update icon

* feat: save files in external dir

* test: add basic unit tests (#1)

* test: add unit test for workout

* chore: run unit tests in CI

* chore: run CI on all branches and pull requests

* chore: don't show warning when building APK

* chore: add name to CI test step

* docs: fastlane metadata

* chore: release pipeline

* chore: fix release pipeline

* chore: fix release pipeline name

* chore: sign CI APKs

* chore: fix CI workflow

* chore: change build tools version for signing

* chore: add hash to gradle version

* docs: update full_description.txt

* docs: fix screenshots in README

* chore: increase version to 1.0.1
  • Loading branch information
blockbasti authored Jan 21, 2021
1 parent 5f80428 commit f6fe57d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionSha256Sum=0080de8491f0918e4f529a6db6820fa0b9e818ee2386117f4394f95feb1d5583
15 changes: 7 additions & 8 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<b>A simple timer for your workouts, built with Flutter!</b>
A simple timer for your workouts, built with Flutter!

<ul>
<li>Create complex workouts</<li>
<li>Define your own exercises with custom durations</li>
<li>Add exercises to custom sets</li>
<li>Modern Material Design built with Flutter</li>
<li>Free and Open-Source</li>
</ul>
* Create complex workouts
* Define your own exercises with custom durations
* Add exercises to custom sets
* Text-to-Speech announcements
* Modern Material Design built with Flutter
* Free and Open-Source

Github: https://github.com/blockbasti/just_another_workout_timer
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Just Another Workout Timer

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.0+1
version: 1.0.1+1

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit f6fe57d

Please sign in to comment.