Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Sep 17, 2024
1 parent b19e60d commit a1b9eca
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,76 @@
## 0.6.4

- Upgrades `androidx.health:health-services-client` to `1.1.0-alpha03`
- Default `WorkoutReading` timestamp is now `DateTime.timestamp()` instead of `DateTime.now()`

## 0.6.3

- Upgrades permission_handler to version 11.0.0

## 0.6.2

- Adds namespace to `build.gradle` for Gradle 8

## 0.6.1

- Small documentation update [#5](https://github.com/Rexios80/flutter_workout/pull/5)

## 0.6.0

- BREAKING: `ExerciseType` has been updated to match the native Android values
- Updated Health Services. All data types now work on the Galaxy Watch4 and Pixel Watch.

## 0.5.1

- Fixes Android build issue

## 0.5.0

- BREAKING CHANGE: Updated Android compileSdkVersion to 33 for `permission_handler`
- Updated dependencies

## 0.4.1

- Fixed proguard issue

## 0.4.0

- Support for new Health Services APIs

## 0.3.0

- Updated Tizen code

## 0.2.1

- Reverted gradle update for plugin

## 0.2.0

- Updated linting rules
- Updated gradle and target sdk
- Improved package structure

## 0.1.0

- Heart rate and calories works on Android. Others might work but don't show up in the emulator.

## 0.0.5

- Run a foreground service on Android (untested)

## 0.0.4

- Converted to Health Services for Wear OS (untested)

## 0.0.3

- Changed com.example to dev.rexios

## 0.0.2

- Added documentation

## 0.0.1
- Initial release

- Initial release
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: workout
description: Run a workout session on Wear OS and Tizen. Get data such as heart rate in real time.
version: 0.6.3
version: 0.6.4
homepage: https://github.com/Rexios80/flutter_workout

environment:
Expand Down

0 comments on commit a1b9eca

Please sign in to comment.