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-b.3"
".": "0.4.0"
}
2 changes: 1 addition & 1 deletion .release-please-manifest.stable.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# CHANGELOG

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


### Features

* add youtube video to readme ([#67](https://github.com/grayhatdevelopers/vidxp/issues/67)) ([2785578](https://github.com/grayhatdevelopers/vidxp/commit/2785578bab0a5a5209b387615309ebb261f7258d))
* **agents:** add guided video ingestion and evidence workflows ([e321e29](https://github.com/grayhatdevelopers/vidxp/commit/e321e298f64d51dfbcc7276ee3e071d20d698f9b))
* **agents:** expose workspace and capability readiness ([62af88e](https://github.com/grayhatdevelopers/vidxp/commit/62af88e70e6dd1c2ac629fdaa7584d8679740ef0))
* **api:** add explicit local network sharing ([#39](https://github.com/grayhatdevelopers/vidxp/issues/39)) ([37f3a84](https://github.com/grayhatdevelopers/vidxp/commit/37f3a84f03dcfc9022d723bac91d970352c3c1e3))
* **desktop:** add guided setup and local service management ([#97](https://github.com/grayhatdevelopers/vidxp/issues/97)) ([8e779a3](https://github.com/grayhatdevelopers/vidxp/commit/8e779a3364670aab833668956a289415eac8652b))
* **desktop:** manage existing and isolated local runtimes ([9a96b3a](https://github.com/grayhatdevelopers/vidxp/commit/9a96b3ac4dd299fafa6c682a6794b627c16b2bf1))
* **mcp:** compact job waiting and evidence delivery ([#70](https://github.com/grayhatdevelopers/vidxp/issues/70)) ([7ff1dd1](https://github.com/grayhatdevelopers/vidxp/commit/7ff1dd1aae0902de43514e08c8214b2c2822c914))
* **mcp:** ingest video and return inspectable evidence ([9a5a911](https://github.com/grayhatdevelopers/vidxp/commit/9a5a911bef79474e55152c62e9289023fcf10c5a))
* **mcp:** return visual evidence boards with search results ([549e727](https://github.com/grayhatdevelopers/vidxp/commit/549e727a7132dbc46ade7d521f11947afeaac745))
* **release:** publish Python, desktop, and containers together ([#57](https://github.com/grayhatdevelopers/vidxp/issues/57)) ([216fe08](https://github.com/grayhatdevelopers/vidxp/commit/216fe08f564a261c929bceaa9a33639739e42f8c))


### Bug Fixes

* **desktop:** install managed runtimes from macOS Application Support paths ([f5187b7](https://github.com/grayhatdevelopers/vidxp/commit/f5187b7905c3dde27863c0ef9659909dc04000c7))
* **desktop:** prevent console windows during background operations ([42da9a5](https://github.com/grayhatdevelopers/vidxp/commit/42da9a563fcf79ae5b9b852e67a170bfb51a77e2))
* **desktop:** provide a signed and notarized macOS installer ([4074332](https://github.com/grayhatdevelopers/vidxp/commit/40743321907c5393dc66a7e7d21a95e8dc3e602e))
* **mcp:** restore clip creation and 10-item evidence delivery ([58a6db8](https://github.com/grayhatdevelopers/vidxp/commit/58a6db807480ed562bb2b44f62414ca78de568e5))
* **models:** harden preparation downloads ([62cb7b1](https://github.com/grayhatdevelopers/vidxp/commit/62cb7b1b2dbdfbc968435bb76101b3199a88c1f8))
* **models:** harden preparation downloads ([69c5e51](https://github.com/grayhatdevelopers/vidxp/commit/69c5e51588c496699fe3a49b8c61a374f1058a98))
* **release:** restore beta release creation ([#40](https://github.com/grayhatdevelopers/vidxp/issues/40)) ([44ed234](https://github.com/grayhatdevelopers/vidxp/commit/44ed2341d9e3aca071b15fbfecedb2cc08376e4e))


### Documentation

* **release:** use uv in install instructions ([#66](https://github.com/grayhatdevelopers/vidxp/issues/66)) ([19902ad](https://github.com/grayhatdevelopers/vidxp/commit/19902ad451c74142b0839ec4e06c6331be4f85e1))

## [0.4.0-b.3](https://github.com/grayhatdevelopers/vidxp/compare/v0.4.0-b.2...v0.4.0-b.3) (2026-08-05)


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-b.3",
"version": "0.4.0",
"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-b.3",
"desktop_version": "0.4.0",
"package_name": "vidxp",
"package_version": "0.4.0-b.3",
"package_version": "0.4.0",
"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-b.3" # x-release-please-version
version = "0.4.0" # 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-b.3",
"version": "0.4.0",
"identifier": "dev.grayhat.vidxp",
"build": {
"beforeDevCommand": "npm run dev",
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-b.3"
version = "0.4.0"
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.