From 06771b1a184b0e976d7673fde473474eebe41fb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 14:28:18 +0000 Subject: [PATCH] chore(main): release 1.0.0-b --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ desktop/package-lock.json | 4 ++-- desktop/package.json | 2 +- desktop/runtime-manifest.json | 4 ++-- desktop/src-tauri/Cargo.lock | 2 +- desktop/src-tauri/Cargo.toml | 2 +- desktop/src-tauri/tauri.conf.json | 2 +- plugins/vidxp/.codex-plugin/plugin.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 11 files changed, 33 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..892d3c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "1.0.0-b" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e3c1e..e92b9c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/desktop/package-lock.json b/desktop/package-lock.json index de9ef36..95e1d11 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "vidxp-desktop", - "version": "0.4.0", + "version": "1.0.0-b", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vidxp-desktop", - "version": "0.4.0", + "version": "1.0.0-b", "dependencies": { "@mantine/core": "9.5.0", "@tabler/icons-react": "3.46.0", diff --git a/desktop/package.json b/desktop/package.json index f6a3004..11c3d74 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "vidxp-desktop", "private": true, - "version": "0.4.0", + "version": "1.0.0-b", "type": "module", "scripts": { "dev": "vite", diff --git a/desktop/runtime-manifest.json b/desktop/runtime-manifest.json index 1937d5b..6f62a20 100644 --- a/desktop/runtime-manifest.json +++ b/desktop/runtime-manifest.json @@ -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", diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index 7157c50..0107cbb 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -4869,7 +4869,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vidxp-desktop" -version = "0.4.0" +version = "1.0.0-b" dependencies = [ "atomic-write-file", "flate2", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index e954e2b..55c7833 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -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" diff --git a/desktop/src-tauri/tauri.conf.json b/desktop/src-tauri/tauri.conf.json index 94f7fd7..4d86a13 100644 --- a/desktop/src-tauri/tauri.conf.json +++ b/desktop/src-tauri/tauri.conf.json @@ -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", diff --git a/plugins/vidxp/.codex-plugin/plugin.json b/plugins/vidxp/.codex-plugin/plugin.json index facf598..182c020 100644 --- a/plugins/vidxp/.codex-plugin/plugin.json +++ b/plugins/vidxp/.codex-plugin/plugin.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index 9ee8911..261f105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, diff --git a/uv.lock b/uv.lock index 159418d..9a8ca87 100644 --- a/uv.lock +++ b/uv.lock @@ -4561,7 +4561,7 @@ wheels = [ [[package]] name = "vidxp" -version = "0.4.0" +version = "1.0.0-b" source = { editable = "." } dependencies = [ { name = "dbos" },