bump to version 0.7.26
This commit is contained in:
@ -1,5 +1,40 @@
|
||||
# Change log
|
||||
|
||||
## Version 0.7.26 (2023/11/19)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
* [#224](https://github.com/SamR1/FitTrackee/issues/224) - Missing elevation results in incorrect ascent/descent total
|
||||
|
||||
|
||||
### Translations
|
||||
|
||||
* [PR#444](https://github.com/SamR1/FitTrackee/pull/444) - Translations update (Norwegian Bokmål)
|
||||
|
||||
|
||||
### Misc
|
||||
|
||||
In addition to dependencies update:
|
||||
|
||||
* [PR#449](https://github.com/SamR1/FitTrackee/pull/449) - Update vue, tooling and chart library
|
||||
* [PR#450](https://github.com/SamR1/FitTrackee/pull/450) - Update gpxpy to 1.6.1
|
||||
|
||||
|
||||
Translation status:
|
||||
- Dutch: 100%
|
||||
- English: 100%
|
||||
- French: 100%
|
||||
- Galician: 100%
|
||||
- German: 100%
|
||||
- Italian: 85%
|
||||
- Norwegian Bokmål: 61%
|
||||
- Polish: 100%
|
||||
- Spanish: 100%
|
||||
|
||||
Thanks to the contributors:
|
||||
- @comradekingu
|
||||
|
||||
|
||||
## Version 0.7.25 (2023/10/08)
|
||||
|
||||
### Bugs Fixed
|
||||
|
@ -247,9 +247,7 @@ deployment method.
|
||||
|
||||
.. envvar:: VITE_APP_API_URL
|
||||
|
||||
.. versionchanged:: 0.x.x ⚠️ replaces ``VUE_APP_API_URL``
|
||||
|
||||
**FitTrackee** API URL, only needed in dev environment.
|
||||
.. versionchanged:: 0.7.26 ⚠️ replaces ``VUE_APP_API_URL``
|
||||
|
||||
|
||||
|
||||
@ -520,13 +518,13 @@ Production environment
|
||||
.. warning::
|
||||
| Note that FitTrackee is under heavy development, some features may be unstable.
|
||||
|
||||
- Download the last release (for now, it is the release v0.7.25):
|
||||
- Download the last release (for now, it is the release v0.7.26):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
|
||||
$ tar -xzf v0.7.25.tar.gz
|
||||
$ mv FitTrackee-0.7.25 FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
|
||||
$ tar -xzf v0.7.26.tar.gz
|
||||
$ mv FitTrackee-0.7.26 FitTrackee
|
||||
$ cd FitTrackee
|
||||
|
||||
- Create **.env** from example and update it
|
||||
@ -650,13 +648,13 @@ Prod environment
|
||||
|
||||
- Change to the directory where FitTrackee directory is located
|
||||
|
||||
- Download the last release (for now, it is the release v0.7.25) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.7.26) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
|
||||
$ tar -xzf v0.7.25.tar.gz
|
||||
$ cp -R FitTrackee-0.7.25/* FitTrackee/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
|
||||
$ tar -xzf v0.7.26.tar.gz
|
||||
$ cp -R FitTrackee-0.7.26/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
@ -896,7 +894,7 @@ Open http://localhost:3000
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ make docker-lint-client # run lint on javascript files
|
||||
$ make docker-lint-client # run type check and lint on javascript files
|
||||
$ make docker-test-client # run unit tests on Client
|
||||
$ make docker-lint-python # run type check and lint on python files
|
||||
$ make docker-test-python # run unit tests on API
|
||||
|
Reference in New Issue
Block a user