diff --git a/.vscode/settings.json b/.vscode/settings.json index f315a0616..e60870477 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,4 +2,13 @@ "rust-analyzer.check.overrideCommand": [ "cargo", "clippy", "--target-dir", "./target/clippy" ], + "files.associations": { + "*.traj": "json", + "vector": "cpp", + "array": "cpp", + "deque": "cpp", + "map": "cpp", + "unordered_map": "cpp", + "xstring": "cpp" + }, } diff --git a/Cargo.lock b/Cargo.lock index 687a36628..306246ca1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "choreo" -version = "2025.0.0-beta.2" +version = "2025.0.0-beta.3" dependencies = [ "built", "choreo-core", @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "choreo-cli" -version = "2025.0.0-beta.2" +version = "2025.0.0-beta.3" dependencies = [ "choreo-core", "clap", @@ -401,7 +401,7 @@ dependencies = [ [[package]] name = "choreo-core" -version = "2025.0.0-beta.2" +version = "2025.0.0-beta.3" dependencies = [ "dashmap", "fastrand", diff --git a/package.json b/package.json index a05a74fec..6e37e2659 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "choreo", - "version": "2025.0.0-beta-2", + "version": "2025.0.0-beta-3", "description": "A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition.", "homepage": "https://github.com/SleipnirGroup/Choreo", "bugs": { diff --git a/src-cli/Cargo.toml b/src-cli/Cargo.toml index 54b4869e4..4ec4663b2 100644 --- a/src-cli/Cargo.toml +++ b/src-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "choreo-cli" -version = "2025.0.0-beta.2" +version = "2025.0.0-beta.3" edition = "2021" homepage = "https://github.com/SleipnirGroup/Choreo" repository = "https://github.com/SleipnirGroup/Choreo.git" diff --git a/src-core/Cargo.toml b/src-core/Cargo.toml index 2c9f44455..249bfc794 100644 --- a/src-core/Cargo.toml +++ b/src-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "choreo-core" -version = "2025.0.0-beta.2" +version = "2025.0.0-beta.3" edition = "2021" homepage = "https://github.com/SleipnirGroup/Choreo" repository = "https://github.com/SleipnirGroup/Choreo.git" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 21c9791b9..586ba30df 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "choreo" -version = "2025.0.0-beta.2" +version = "2025.0.0-beta.3" edition = "2021" description = """\ A graphical tool for planning time-optimized trajectories for autonomous \ diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c3b4c63e6..7f609d44f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Choreo", - "version": "2025.0.0-beta-2" + "version": "2025.0.0-beta-3" }, "tauri": { "allowlist": { @@ -63,7 +63,7 @@ { "fullscreen": false, "resizable": true, - "title": "Choreo v2025.0.0-beta-2", + "title": "Choreo v2025.0.0-beta-3", "width": 1200, "height": 800 }