Releases: Kitware/trame-annotations
v0.3.0
v0.2.0
v0.2.0 (2024-11-14)
Feature
-
feat(ImageDetection): additive blend mode for annotations (
873accc
) -
feat(ImageDetection): add line_width and line_opacity props (
ea6aaa3
)
Fix
-
fix(ImageDetection): fallback to line width default correctly (
cb3c237
) -
fix(ImageDetection): set bbox line width in display pixels
If an image was large, but displayed at a smaller size,
the bounding box line was very thin and hard to see. (fd74d92
)
Unknown
- Merge pull request #4 from Kitware/line-width
Box line width in display pixels (71f4d5a
)
v0.1.1
v0.1.1 (2024-11-01)
Fix
- fix(ImageDetection): increase annotation line width
Also, factor window DPI into line width. (c019056
)
Refactor
-
refactor(vue-components): dont allow any type (
e28ad57
) -
refactor(vue-components): flatten directory structure (
f1d999f
) -
refactor(ImageDetection): typecheck files and update npm dependencies (
39ac0a0
)
Unknown
- Merge pull request #3 from Kitware/mor-colors
Increase annotation line width (715aa58
)
v0.1.0
v0.1.0 (2024-10-31)
Chore
-
chore(vue-components): dev build watch and sourcemaps (
927456d
) -
chore(ci): setup node for pre-commit checks (
39f382c
) -
chore(pre-commit): add "npm run lint" check (
d22e1b4
)
Documentation
- docs(examples): add ImageDetection widget example (
d06938f
)
Feature
- feat(ImageDetection): outline for annotation instead of filled rectangle (
4d0ea1e
)
Style
- style(vue-components): style with default prettier (
937f318
)
Unknown
- Merge pull request #2 from Kitware/outline
feat(ImageDetection): outline for annotation instead of filled rectangle (e934f78
)
- Merge pull request #1 from Kitware/example
docs(examples): add ImageDetection widget example (ab53c71
)
v0.0.2
v0.0.1
v0.0.1 (2024-10-25)
Chore
-
chore(py): fix widget api (
53e15bc
) -
chore(build): add missing build script (
325c436
) -
chore(code): get initial code in (
9834180
)
Ci
-
ci: try to get semantic release to work (
12362b2
) -
ci: semantic release workflow (
897379e
) -
ci: remove windows for now (
ed5f78b
) -
ci: tests (
5503899
) -
ci: try to get things setup (
0dafb1d
)