Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "1.0.0-b"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## [1.0.0-b](https://github.com/grayhatdevelopers/vidxp/compare/v0.4.0...v1.0.0-b) (2026-09-01)


### ⚠ BREAKING CHANGES

* dialogue and videoprism are removed as capability names and package extras. Use speech and action, then rebuild existing indexes.

### Features

* align media capabilities and add grounded-query tooling ([#135](https://github.com/grayhatdevelopers/vidxp/issues/135)) ([10237cc](https://github.com/grayhatdevelopers/vidxp/commit/10237cc50c31255665bbead0b8d74a1082d6dcb0))
* **media:** add filename and readiness filters to shared listing ([#126](https://github.com/grayhatdevelopers/vidxp/issues/126)) ([bdfd309](https://github.com/grayhatdevelopers/vidxp/commit/bdfd30955d2c19b14cc2db4f45e753d1be3c558b))
* **premiere:** add installable media search for CEP and UXP ([#131](https://github.com/grayhatdevelopers/vidxp/issues/131)) ([ae2babd](https://github.com/grayhatdevelopers/vidxp/commit/ae2babd5f42f7a509d0be6017f626472f4e50241))
* **sound:** add FineLAP audio event search ([#130](https://github.com/grayhatdevelopers/vidxp/issues/130)) ([c8942c6](https://github.com/grayhatdevelopers/vidxp/commit/c8942c6fda009a50bb18ceac887039a329cdb5fb))


### Bug Fixes

* **benchmarks:** complete local setup and CI scope ([#140](https://github.com/grayhatdevelopers/vidxp/issues/140)) ([24b916a](https://github.com/grayhatdevelopers/vidxp/commit/24b916affcb67f16c7add911c94ad6eaf6d45a73))
* **desktop:** use a managed headless Ollama runtime ([#137](https://github.com/grayhatdevelopers/vidxp/issues/137)) ([438ae8a](https://github.com/grayhatdevelopers/vidxp/commit/438ae8aae512343bf81ea3cf25fb07efe0a44322))
* **release:** update uv lock version structurally ([#138](https://github.com/grayhatdevelopers/vidxp/issues/138)) ([1debd61](https://github.com/grayhatdevelopers/vidxp/commit/1debd6140c1417acde30c51241b9fb5815bfcbe0))

## [0.4.0](https://github.com/grayhatdevelopers/vidxp/compare/v0.3.0...v0.4.0) (2026-08-17)


Expand Down
4 changes: 2 additions & 2 deletions desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vidxp-desktop",
"private": true,
"version": "0.4.0",
"version": "1.0.0-b",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions desktop/runtime-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"schema_version": 1,
"desktop_version": "0.4.0",
"desktop_version": "1.0.0-b",
"package_name": "vidxp",
"package_version": "0.4.0",
"package_version": "1.0.0-b",
"dependency_index": "https://pypi.org/simple",
"python_version": "3.14.6",
"uv_version": "0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vidxp-desktop"
version = "0.4.0" # x-release-please-version
version = "1.0.0-b" # x-release-please-version
description = "The VidXP desktop launcher and local runtime supervisor"
edition = "2024"
rust-version = "1.97"
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "VidXP",
"version": "0.4.0",
"version": "1.0.0-b",
"identifier": "dev.grayhat.vidxp",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down
2 changes: 1 addition & 1 deletion plugins/vidxp/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vidxp",
"version": "0.4.0",
"version": "1.0.0-b",
"description": "Ingest, index, search, and inspect video evidence with VidXP.",
"author": {
"name": "Grayhat",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "vidxp"
version = "0.4.0"
version = "1.0.0-b"
authors = [
{ name = "Muhammad Haroon" },
{ name = "Talha Momin" },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.