diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c666cd..a7c817ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.6.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.5.0...v1.6.0) (2021-03-11) + + +### Bug Fixes + +* disable TTS when no TTS engine is installed (fixes [#36](https://github.com/blockbasti/just_another_workout_timer/issues/36)) ([0841f71](https://github.com/blockbasti/just_another_workout_timer/commit/0841f7173b8617a60b7e0c7d5ffbdb684040be9f)) +* don't rebuild BuilderPage after text input (closes [#39](https://github.com/blockbasti/just_another_workout_timer/issues/39)) ([a1196a9](https://github.com/blockbasti/just_another_workout_timer/commit/a1196a98eaa2c19c2570a69dfe776460b1b405ae)) + + +### Features + +* allow changing exercise duration in 1 second steps (closes [#38](https://github.com/blockbasti/just_another_workout_timer/issues/38)) ([4665d0f](https://github.com/blockbasti/just_another_workout_timer/commit/4665d0f49c0a9f59b21185831ee40c109f0973be)) +* allow sorting workouts on home page (closes [#30](https://github.com/blockbasti/just_another_workout_timer/issues/30)) ([1f46c4a](https://github.com/blockbasti/just_another_workout_timer/commit/1f46c4ad138c74182b3d97ef50b63908014313b5)) +* remove exit check from builder when nothing has changed ([f04486d](https://github.com/blockbasti/just_another_workout_timer/commit/f04486dbc8baec4a8bca92ebf1a0621be48c0168)) +* remove exit check in unnecessary situations in workout_runner.dart ([a633a77](https://github.com/blockbasti/just_another_workout_timer/commit/a633a77b6df9c4246bedaf7fc9ef776fca437088)) + + + # [1.5.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.4.2...v1.5.0) (2021-03-07) diff --git a/fastlane/metadata/android/en-US/changelogs/20210311.txt b/fastlane/metadata/android/en-US/changelogs/20210311.txt new file mode 100644 index 00000000..98c54805 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20210311.txt @@ -0,0 +1 @@ +# [1.6.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.5.0...v1.6.0) (2021-03-11) ### Bug Fixes CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test disable TTS when no TTS engine is installed (fixes [#36](https://github.com/blockbasti/just_another_workout_timer/issues/36)) ([0841f71](https://github.com/blockbasti/just_another_workout_timer/commit/0841f7173b8617a60b7e0c7d5ffbdb684040be9f)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test don't rebuild BuilderPage after text input (closes [#39](https://github.com/blockbasti/just_another_workout_timer/issues/39)) ([a1196a9](https://github.com/blockbasti/just_another_workout_timer/commit/a1196a98eaa2c19c2570a69dfe776460b1b405ae)) ### Features CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test allow changing exercise duration in 1 second steps (closes [#38](https://github.com/blockbasti/just_another_workout_timer/issues/38)) ([4665d0f](https://github.com/blockbasti/just_another_workout_timer/commit/4665d0f49c0a9f59b21185831ee40c109f0973be)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test allow sorting workouts on home page (closes [#30](https://github.com/blockbasti/just_another_workout_timer/issues/30)) ([1f46c4a](https://github.com/blockbasti/just_another_workout_timer/commit/1f46c4ad138c74182b3d97ef50b63908014313b5)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test remove exit check from builder when nothing has changed ([f04486d](https://github.com/blockbasti/just_another_workout_timer/commit/f04486dbc8baec4a8bca92ebf1a0621be48c0168)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test remove exit check in unnecessary situations in workout_runner.dart ([a633a77](https://github.com/blockbasti/just_another_workout_timer/commit/a633a77b6df9c4246bedaf7fc9ef776fca437088)) diff --git a/pubspec.yaml b/pubspec.yaml index 6f72b7c4..1b08588c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.5.0+20210307 +version: 1.6.0+20210311 environment: sdk: ">=2.7.0 <3.0.0"