Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 12, 2023
1 parent 2a9b03d commit ac7dfb6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



## v0.8.1 (2023-12-12)

### Chore

* chore: add macOS codesign identity/bundle ident ([`2a9b03d`](https://github.com/mbari-org/vars-gridview/commit/2a9b03d810888a45bfd1bf56efca80f15b8f105b))

### Fix

* fix: turn off touch events re: macOS QTBUG-103935

Set attribte WA_AcceptTouchEvents to false in GraphicsViews.
See QTBUG-103935 for details.

This resolves the "qt.pointer.dispath: Skipping QEventPoint" message
spam issue in the terminal. ([`3bfc0d7`](https://github.com/mbari-org/vars-gridview/commit/3bfc0d76b14e4eba4cbc3de0c7574193840c7bde))

* fix: run 'open -a' command when showing in S2

On macOS, call 'open -a' to open Sharktopoda 2
(or bring it to the forefront if it's already open)
when showing a localization. (#42) ([`5cf7307`](https://github.com/mbari-org/vars-gridview/commit/5cf7307cfa78989c5b12ef11c5001e027fde6dc5))

* fix: Fix parsing of native timestamp with tzoffset ([`2cf39f2`](https://github.com/mbari-org/vars-gridview/commit/2cf39f250d572b194258ba9d1529e86c995bf950))


## v0.8.0 (2023-12-05)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vars-gridview"
version = "0.8.0"
version = "0.8.1"
description = "VARS GridView is a tool for reviewing and correcting VARS localizations in bulk."
authors = [
"Kevin Barnard <[email protected]>",
Expand Down

0 comments on commit ac7dfb6

Please sign in to comment.