Skip to content

Commit

Permalink
release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
acolomba committed Aug 8, 2021
1 parent 2cc733a commit 0ca4e7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.9 (2021-08-08)

* Properly removes outdated recordings with new event types and upload flags from May 2021 firmware. (#4)

## 1.8 (2021-05-24)

* Supports new event types produced by the May 2021 [BlackVue firmware update](https://blackvue.com/major-update-improved-blackvue-app-ui-dark-mode-live-event-upload-and-more/). (#3)
Expand Down
2 changes: 1 addition & 1 deletion blackvuesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

__version__ = "1.9a"
__version__ = "1.9"

import argparse
import datetime
Expand Down

0 comments on commit 0ca4e7a

Please sign in to comment.