# Platform Release Notes

## Version 1.2.0 (2025.03.24)

Features & Functionality:

* highly enhanced frame annotator for efficient labelling and training of a shooting AI model based on camera-perspective (venue)
* adjust confidence thresholds when importing shots
* XML export now includes shot location, range and shooter movement

UI/UX

* calibration can now be done by entering/adjusting numerical values, as well as clicking on frame
* placement of activation button for video details side panel

Bugs & Fixes:

* video not displaying if loading same video from file system twice in a row
* newly trained models were not starting during video processing (inference) workflow

***

## Version 1.1.3 (2025.03.01)

Bugs & Fixes:

* video name not being updated and displayed when activity name is changed by user

***

## Version 1.1.2 (2025.02.27)

Features & Functionality:

* filter by shot result (make/miss)

***

## Version 1.1.1 (2024.06.06)

Bugs & Fixes:

* tweaks to re-enable access to game-xp page

***

## Version 1.1.0 (2024.01.11)

Features & Functionality:

* can now upload and process videos longer than 10 minutes
* can upload videos with resolution greater than 480p (they will then be automatically transcoded before processing)

Bugs & Fixes:

* shot chart linked to wrong video timepoint when filters applied
* inaccurate processing time approximation when multiple videos queued for processing
* issues with importing shots from more than one video (without page refresh)
* issue with tracking shooter in some cases

***

## Version 1.0.0 (2024.01.03) 🚀

The first release of the app contains the following major features:

* upload & process videos (using ShootXP AI)
* import shots from processed videos
* create players and add to groups
* shot editing (inc. manually adding shots, shooter movement paths and 'quick tagging' to ID shooters)
* shot analytics (inc. filtering by players, groups and time periods)
* activity information (inc. notes, activity type & constraints used)
* view badges and assign to players
* badge locker (for players to view on devices)
* export shot data to XML (Sportscode format)
* train ShootXP AI models
* "install" as a Web App on computer or device


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shootxp.com/platform-release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
