Releases: juanmcasillas/gopro2gpx
Releases · juanmcasillas/gopro2gpx
Test and args parsing improvements
What's Changed
- No outputfile argument by @ChristopheVeber in #57
- Increase version by @ChristopheVeber in #58
Full Changelog: 1.1.1...1.1.2
Gopro13 & CSV support
New features
- Added support for GoPro13 (fixing some missing tags, supporting the new "non-unicode" tags.
- Added support for export to CSV along the gpx and kml files.
What's Changed
- Update README.md by @ChristopheVeber in #52
- FIx unit tests by @ChristopheVeber in #55
- Update README.md by @ChristopheVeber in #56
New Contributors
- @ChristopheVeber made their first contribution in #52
Full Changelog: 1.1.0...1.1.1
New Year's Release
New Year's Release
Some people ask me about doing a release with all the changes includes, so here we go :-)
Thanks for your support and continuous suggestions and improvements.
Happy new year !
What's Changed
- Fix elevation in kml output by @tris in #1
- Python Package install script by @Simske in #4
- Adding 4 dummy keys to allow exporting of Hero 9 telemetry data to gpx. by @JRWu in #5
- Fixed deprecated array.array.fromstring() to frombytes() by @Simske in #7
- Adding gopro MAX lables, per: by @yonesher in #9
- Runnable with
python3 -m gopro2gpx
by @Simske in #11 - Fix entrypoint definition by @Simske in #15
- More precise timestamp, to fix timedata at least from Gopro8 by @JimmyS83 in #24
- Use JSON output from ffprobe by @alycda in #18
- missing commit for precise time by @JimmyS83 in #27
- add try/except by @realchrisolin in #29
- Use first GPSU record to determine GPX start time by @stakita in #31
- Add support for multiple input files by @stakita in #33
- Call
main
directly to avoid double invocation by @stakita in #32 - Refactor ffmpegtools to reduce dependency linkage by @stakita in #34
- Basic test harness by @stakita in #35
- Fix binary file generation by @stakita in #36
- Allow filtering generated GPS track by GPSP (dilution of precision) by @robfox92 in #43
- Add GPS9 support by @anime-song in #48
New Contributors
- @tris made their first contribution in #1
- @Simske made their first contribution in #4
- @JRWu made their first contribution in #5
- @yonesher made their first contribution in #9
- @JimmyS83 made their first contribution in #24
- @alycda made their first contribution in #18
- @realchrisolin made their first contribution in #29
- @stakita made their first contribution in #31
- @robfox92 made their first contribution in #43
- @anime-song made their first contribution in #48
Full Changelog: https://github.com/juanmcasillas/gopro2gpx/commits/1.1.0