Commit Graph

24 Commits

Author SHA1 Message Date
renovate[bot]
164559eb70 chore(deps): Lock file maintenance 2025-10-27 02:18:34 -05:00
renovate[bot]
103e94651f chore(deps): Update Rust crate tauri-plugin-opener to 2.5.1 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-27 04:27:59 +00:00
renovate[bot]
ae351112e9 chore(deps): Lock file maintenance (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-24 21:41:19 +00:00
renovate[bot]
8f731d27cc chore(deps): Update Rust crate serde to 1.0.228 2025-10-24 02:08:45 -05:00
renovate[bot]
d80de0cf0e chore(deps): Update Rust crate tracing to 0.1.41 2025-10-24 01:52:42 -05:00
renovate[bot]
7806536217 chore(deps): Update Rust crate ts-rs to 11.1.0 2025-10-24 01:52:02 -05:00
renovate[bot]
5979cec141 chore(deps): Update Tauri (Rust) 2025-10-24 01:50:51 -05:00
dependabot[bot]
eb3c651c7c chore(deps): bump tauri from 2.8.2 to 2.8.4 in /src-tauri
Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.8.2 to 2.8.4.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v2.8.2...tauri-v2.8.4)

---
updated-dependencies:
- dependency-name: tauri
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-24 00:40:05 -05:00
Ryan Walters
6b6f18a27e fix: update dependencies to resolve security vulnerabilities
- Update vite from ^6.0.3 to ^6.4.1 (fixes GHSA-93m4-6634-74q7)
- Update tracing-subscriber from 0.3 to 0.3.20 (fixes RUSTSEC-2025-0055)

Both security audits now pass with no known vulnerabilities.
2025-10-24 00:39:21 -05:00
Ryan Walters
9645e1b6b5 feat: add bitrate visualization with file analysis
Add comprehensive bitrate data extraction and visualization capabilities:
- Implement analyze_files command for file candidacy detection
- Add extract_bitrate_data command using ffprobe
- Create BitrateData, BitrateFrame, File, and FileCandidacy types with TS bindings
- Update App to fetch and display bitrate data from dropped files
- Refactor DropOverlay to use new file analysis system
- Configure Graph component for packet size visualization
- Simplify drag-drop flow to trigger on drop event only
2025-10-24 00:32:53 -05:00
Ryan Walters
18ee2c8342 feat: add logging via tracing crate 2025-08-21 20:14:46 -05:00
Ryan Walters
f34a67b949 feat: filename truncation method 2025-08-21 20:14:25 -05:00
Ryan Walters
46876d5d9d chore: remove unused 'serde_json' 2025-08-20 14:52:48 -05:00
Ryan Walters
8c897209ae ci: drop cargo-audit, use cargo deny, add config, working checks 2025-08-20 13:23:07 -05:00
Ryan Walters
ca82456a53 fix: use proper path, specify all models, place test in models.rs 2025-08-20 08:47:08 -05:00
Ryan Walters
a6921918c1 ci: update lockfile for audit 2025-08-20 08:24:58 -05:00
Ryan Walters
2f43f81555 ci: merge ci builds, run cargo tests directly, export bindings directly into src/ 2025-08-20 08:24:58 -05:00
Ryan Walters
8069d5a061 chore: solve clippy warnings, export directly into bindings/ dir, remove unreachable expression arms 2025-08-20 02:35:30 -05:00
Ryan Walters
ecc8380645 refactor: reorganize backend tauri code 2025-08-20 02:20:24 -05:00
Ryan Walters
f90f377277 feat: implement TypeScript bindings generation and enhance drop overlay component 2025-08-19 19:29:30 -05:00
c172fe4e31 chore: fix prettier ignore, reformat everything 2025-07-14 16:44:28 -05:00
2f41943959 feat: invoke bindings generation, drop overlay preview 2025-07-14 13:44:18 -05:00
2e03281a79 feat: ffprobe for stream checking, drop overlay using webview 2025-07-13 13:59:56 -05:00
7fcb3e3f7c feat: switch from wails to tauri 2025-07-13 13:24:13 -05:00