bump version to 0.7.4

This commit is contained in:
Sam
2022-11-05 10:10:25 +01:00
parent e921d12b0c
commit 1e2d368f9e
67 changed files with 525 additions and 439 deletions

View File

@@ -1,5 +1,25 @@
# Change log
## Version 0.7.4 (2022/11/05)
### Bugs Fixed
* [#260](https://github.com/SamR1/FitTrackee/issues/260) - Files size is not checked in zip archive
* [#261](https://github.com/SamR1/FitTrackee/issues/261) - The API should return an error when the number of files in an archive exceeds the limit
Note: archive import still needs some improvements (see [#89](https://github.com/SamR1/FitTrackee/issues/89))
### Translations
* [b1536fc](https://github.com/SamR1/FitTrackee/pull/262/commits/b1536fc637649c4c32a88af6d96c131f05bc1742) - fix french translations in administration
### Documentation
* [#257](https://github.com/SamR1/FitTrackee/issues/257) - Add client_max_body_size note to example nginx config
Thanks to @jat255
## Version 0.7.3 (2022/11/01)
### Features and enhancements