Skip to content

Commit

Permalink
bump version, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
time4tea committed Dec 19, 2023
1 parent f5c701a commit 990c294
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.117.0
current_version = 0.118.0

[bumpversion:file:setup.py]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ https://github.com/JuanIrache/gopro-telemetry
## Latest Changes

If you find any issues with new releases, please discuss in [GitHub Discussions](https://github.com/time4tea/gopro-dashboard-overlay/discussions)
- 0.118.0 [Enhancement] Local Map Tiles are now cached in memory, so hugely more performant (affects `--map-style local` only)
- 0.117.0 [Enhancements] Tentative support for Python 3.12. Thanks to [@JimmyS83](https://github.com/JimmyS83) for the suggestion. Also some small bugfixes for waiting for ffmpeg, and also hopefully removing error message about shared memory using `--double-buffer`
- 0.116.0 [Docker Changes Only] Support GPU in docker image. See [docs/docker.md](docs/docker.md) Thanks to [@danielgv93](https://github.com/danielgv93) for suggestion.
- 0.115.0 [Fix] Previous smoothing had some issues - hopefully sorted. Many thanks to [@neri14](https://github.com/neri14) for pointing this out. Fixed possible issue with ffmpeg exiting before writing MOOV - sometimes could result in unplayable MP4 files.
Expand Down
2 changes: 1 addition & 1 deletion gopro_overlay/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'gopro_overlay'
__description__ = 'Dashboards for GoPro'
__url__ = 'https://github.com/time4tea/gopro-dashboard-overlay'
__version__ = '0.117.0'
__version__ = '0.118.0'
__author__ = 'James Richardson'
__author_email__ = '[email protected]'
__license__ = 'GPLv3'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="gopro-overlay",
version="0.117.0",
version="0.118.0",
description="Overlay graphics dashboards onto GoPro footage, or create videos from GPX or FIT files",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 990c294

Please sign in to comment.