Skip to content

Commit

Permalink
v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
josealb committed Mar 28, 2019
1 parent 53ec495 commit 080d737
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,18 @@

### Features and improvements
* Enable JWT authentication to support desktop uploader
## 0.5.0 (2019-03-27)

## 0.5.0 (2019-03-28)

### Features and improvements
* Added command to send Blackvue videos directly to Mapillary
* EXIF parsing improvements
* Improve handling of video capture time
* Added command to upload Blackvue DR900S videos directly to Mapillary
* Added download of images selected by image key
* Allow GPX files without altitude data
* More robust support of irregular time formats in EXIF
* Add argument to skip subfolders to all commands
* More robust support for filenames including irregular characters on different platforms
* Improve error information display

### Bug fixes

* Fixed bug where orientation was ignored if it was 0
* Fixed bug where orientation was ignored if it was 0
2 changes: 1 addition & 1 deletion mapillary_tools/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
process_and_upload
]

VERSION = "0.4.2"
VERSION = "0.5.0"


def add_general_arguments(parser, command):
Expand Down
2 changes: 1 addition & 1 deletion mapillary_tools/process_import_meta_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def finalize_import_properties_process(image,
add_meta_tag(mapillary_description,
"strings",
"mapillary_tools_version",
"0.4.2")
"0.5.0")

if custom_meta_data:
parse_and_add_custom_meta_tags(mapillary_description,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

setup(name='mapillary_tools',
version='0.4.2',
version='0.5.0',
description='Mapillary Image/Video Import Pipeline',
url='https://github.com/mapillary/mapillary_tools',
author='Mapillary',
Expand Down

0 comments on commit 080d737

Please sign in to comment.