|
16 | 16 |
|
17 | 17 | ### Pending Release |
18 | 18 |
|
| 19 | +### v13.52.0 - 2026-07-18 |
| 20 | + |
| 21 | +- :tada: Add `GET /api/type/2525e` endpoint exposing the MIL-STD-2525E Symbol Sets & Symbols via the `milstandard-e` package |
| 22 | +- :tada: Add `GET /api/type/2525e/:sidc` endpoint returning metadata (name, remarks, symbolset) for a given numeric SIDC |
| 23 | +- :tada: Add a 2525B/2525E standard toggle to the Feature Type editor - 2525E symbols are selected by numeric SIDC & rendered via `milsymbol` |
| 24 | +- :tada: 2525E symbols are browsed as a drill-down tree (Symbol Set => Entity => Entity Type => Entity Subtype) with breadcrumb navigation - typing a filter switches to a flat search across all Symbol Sets |
| 25 | +- :rocket: `GET /api/type/2525e` is hierarchy-aware - a `parent` Entity Code query param lists children & items carry `children` counts and a leaf `title` |
| 26 | +- :rocket: Hide the 2525B tab in the Feature Type editor once a Feature carries a 2525E type |
| 27 | +- :tada: Treat 2525D/2525E numeric SIDCs on the Feature `type` property as first-class - `node-cot@14.47` maps them to a basic CoT type + `__milicon` detail at the CoT boundary |
| 28 | +- :tada: Surface the `milicon` SIDC of augmented CoTs as the Feature `type` in the Profile WebSocket feed & the Web Map |
| 29 | +- :tada: Render SIDC-typed Features as military symbols on the map & show Unit Information for them (replaces the previous numeric `milsym` rendering path) |
| 30 | +- :tada: Default point creation (Draw Point, Coordinate Entry, Default Point Type setting) to 2525E Land Unit SIDCs where possible - `u-d-p` Custom Points & Spotted Map Items retain their traditional CoT types |
| 31 | +- :rocket: Augment CoTs flowing through TAK Connections with a 2525D `__milicon` detail derived from their CoT type |
| 32 | +- :bug: Fix the Feature Type editor panel rendering with its top cut off under the type label - an autofocused filter input scrolled the collapsed slidedown content |
| 33 | +- :bug: Keep the Feature Type editor open when a type is selected - it was remounting (and collapsing) on every type change as it was keyed on the type property |
| 34 | +- :arrow_up: Update `@tak-ps/node-cot` to `^14.47.0` |
| 35 | +- :arrow_up: Update `@tak-ps/vue-tabler` to `^5.1.0` - the Feature Type editor slidedown now only collapses explicitly; other `clickAnywhereExpand` slidedowns opt into `clickAnywhereCollapse` to retain their previous toggle behavior |
| 36 | + |
| 37 | +### v13.51.0 - 2026-07-18 |
| 38 | + |
| 39 | +- :tada: Implement the Video Wall - a full-page grid of a user's saved video streams with drag & drop re-ordering, dynamic resizing & removal |
| 40 | +- :tada: Add a "Push to Video Wall" button to the Floating Video Pane which saves the stream to the wall & opens (or notifies) the Video Wall tab |
| 41 | +- :tada: Persist Video Wall placement in the `profile_videos` table via a new `position` column & `PATCH /api/profile/video/:id` endpoint |
| 42 | +- :tada: `POST /api/profile/video` now accepts a raw stream `url` - resolving it to an existing Video Lease or creating a user-owned proxy lease |
| 43 | +- :rocket: Extract a unified `VideoPlayer` component (hls.js) shared by the Floating Video Pane & the Video Wall |
| 44 | +- :white_check_mark: Add tests covering Profile Video creation from leases & URLs, placement updates & deletion |
| 45 | + |
| 46 | +### v13.50.0 - 2026-07-17 |
| 47 | + |
| 48 | +- :bug: Delete Connection Features related to a layer if the layer is deleted - Closes: https://github.com/dfpc-coe/CloudTAK/issues/1594 |
| 49 | +- :bug: Increase event worker memory to handle PDF imports reliably |
| 50 | +- :bug: Surface OOM errors in shell calls more reliably |
| 51 | +- :bug: Fix other instances of DELETE endpoints throwing 5xx errors due to database relations |
| 52 | + |
19 | 53 | ### v13.49.0 - 2026-07-16 |
20 | 54 |
|
21 | 55 | - :rocket: Switch to using Filter Logs endpoint which allows displaying logs across log streams |
|
0 commit comments