Skip to content

Commit 600ca9a

Browse files
committed
Merge branch 'release-v0.10.0b1' into v0.10.x
2 parents 3bc1403 + 69e85ae commit 600ca9a

File tree

174 files changed

+9065
-6222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+9065
-6222
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change log
22

3+
## Version 0.10.0b1 (2025/05/24)
4+
5+
**This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.**
6+
If you find bugs, please report them.
7+
8+
### Features and enhancements
9+
10+
* [#194](https://github.com/SamR1/FitTrackee/issues/194) - Rewrite workout file processing and new features
11+
* [#87](https://github.com/SamR1/FitTrackee/issues/87) - Prevent gpx parse error with zip import
12+
* [#89](https://github.com/SamR1/FitTrackee/issues/89) - Asynchrone archives upload
13+
* [#122](https://github.com/SamR1/FitTrackee/issues/122) - Allow to upload Fit file
14+
* [#143](https://github.com/SamR1/FitTrackee/issues/143) - KML/KMZ support
15+
* [#529](https://github.com/SamR1/FitTrackee/issues/529) - Support import TCX file
16+
* [#642](https://github.com/SamR1/FitTrackee/issues/642) - Support Heartrate and cadence
17+
* [PR#801](https://github.com/SamR1/FitTrackee/pull/801) - Display file source in workout data
18+
19+
20+
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://docs.fittrackee.org/en/installation.html#upgrade))
21+
22+
323
## Version 0.9.11 (2025/05/18)
424

525
### Translations

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.11
1+
0.10.0b1

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
env_file:
3030
- .env
3131
# Image from Docker Hub
32-
image: fittrackee/fittrackee:v0.9.11
32+
image: fittrackee/fittrackee:v0.10.0b1
3333
# Uncomment following line to build image instead of using pre-built image
3434
# build: .
3535
volumes:
@@ -63,7 +63,7 @@ services:
6363
# env_file:
6464
# - .env
6565
## Image from Docker Hub
66-
# image: fittrackee/fittrackee:v0.9.11
66+
# image: fittrackee/fittrackee:v0.10.0b1
6767
## Uncomment following line to build image instead of using pre-built image
6868
## build: .
6969
# volumes:

docs/en/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 28cda39c24fec175af8e264eb26a6500
3+
config: 66e84610b78de5be6fd6d2944f68d69b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
5.04 KB
Loading
399 Bytes
Loading
Loading
372 Bytes
Loading
295 Bytes
Loading

docs/en/_images/dashboard.png

-149 Bytes
Loading

0 commit comments

Comments
 (0)