Skip to content

Commit 98d7676

Browse files
committed
Update CHANGELOG
1 parent 3ab3a41 commit 98d7676

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
### Pending Fixed
1414

15+
### v14.15.0 - 2025-11-18
16+
17+
- :tada: Add Mission Link Field
18+
1519
### v14.14.0 - 2025-11-17
1620

1721
- :tada: Add BiDirectional support for Spotted Map Items

lib/types/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ export const LinkAttributes = Type.Object({
4949
// Used in Routes
5050
callsign: Type.Optional(Type.String()),
5151

52+
// Custom CloudTAK Attribute to open a Mission when clicked - Should always be a GUID
53+
mission: Type.Optional(Type.String()),
54+
5255
// URL Style Links
5356
url: Type.Optional(Type.String()),
5457
mime: Type.Optional(Type.String()),

0 commit comments

Comments
 (0)