Ryan Walters
|
f34a67b949
|
feat: filename truncation method
|
2025-08-21 20:14:25 -05:00 |
|
Ryan Walters
|
c28fe92f1c
|
chore: update dependencies
|
2025-08-21 13:49:17 -05:00 |
|
Ryan Walters
|
46876d5d9d
|
chore: remove unused 'serde_json'
|
2025-08-20 14:52:48 -05:00 |
|
Ryan Walters
|
e578ac2f3d
|
ci: remove MUSL linux target, include bundles in artifact upload
|
2025-08-20 14:30:27 -05:00 |
|
Ryan Walters
|
d0aea1662d
|
ci: disable sccache on Linux
|
2025-08-20 14:22:51 -05:00 |
|
Ryan Walters
|
7b52f87d9d
|
ci: remove license-check job
|
2025-08-20 13:29:11 -05:00 |
|
Ryan Walters
|
7b7e495fc0
|
ci: add separate MUSL linux build, disable sccache on GNU linux only
|
2025-08-20 13:29:11 -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
|
b7d90c151c
|
ci: attempt apt package caching
|
2025-08-20 12:49:08 -05:00 |
|
Ryan Walters
|
8c5e86be19
|
ci: deduplicate artifact_path, derive from target, rename step names
|
2025-08-20 12:46:36 -05:00 |
|
Ryan Walters
|
a2c4a0bd0c
|
ci: remove push/pull_request path filtering for qualit/audit checks
|
2025-08-20 12:42:38 -05:00 |
|
Ryan Walters
|
6c2c10c25d
|
ci: use official sccache github action
|
2025-08-20 12:42:38 -05:00 |
|
Ryan Walters
|
fc47fd9fe9
|
ci: simplify target matrix, fail on missing files, run generate-types before
|
2025-08-20 12:42:38 -05:00 |
|
Ryan Walters
|
f507277827
|
ci: omit patch+minor instead of using ^version pattern
|
2025-08-20 12:42:37 -05:00 |
|
Ryan Walters
|
51498b234e
|
ci: use tauri-cli from cargo, add cargo fetch step
|
2025-08-20 12:42:37 -05:00 |
|
Ryan Walters
|
e35ac0eeee
|
ci: build backend properly, matrix target all major platforms, artifact upload
|
2025-08-20 12:42:37 -05:00 |
|
Ryan Walters
|
047ee8b1e4
|
ci: improve caching, use taiki-e/install-action where possible, add sccache, optimize dependency setup
|
2025-08-20 12:17:47 -05:00 |
|
Xevion
|
50f53eccf1
|
Merge pull request #5 from Xevion/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
|
2025-08-20 09:25:15 -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
|
730add4a79
|
ci: add separate step for generate frontend bindings
|
2025-08-20 08:36:40 -05:00 |
|
Ryan Walters
|
945ef7dd75
|
ci: add libxdo-dev to dependency install, install dependencies before frontend build
|
2025-08-20 08:32:17 -05:00 |
|
dependabot[bot]
|
19a39a8c25
|
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-20 13:26:42 +00:00 |
|
Ryan Walters
|
34ea83aceb
|
ci: use taiki-e/install-action instead of cargo install
|
2025-08-20 08:26:30 -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
|
3414880705
|
refactor: reorganize frontend code
|
2025-08-20 02:19:12 -05:00 |
|
Ryan Walters
|
f90f377277
|
feat: implement TypeScript bindings generation and enhance drop overlay component
|
2025-08-19 19:29:30 -05:00 |
|
Ryan Walters
|
b0cb176f17
|
ci: add code quality & release workflows
|
2025-08-19 18:46:15 -05:00 |
|
|
|
c172fe4e31
|
chore: fix prettier ignore, reformat everything
|
2025-07-14 16:44:28 -05:00 |
|
|
|
88658fc6f5
|
chore: add vitest pkg
|
2025-07-14 16:32:35 -05:00 |
|
|
|
7bf7c2b3e7
|
fix: use pnpm v10
|
2025-07-14 16:22:01 -05:00 |
|
|
|
cad28221b0
|
ci: use cache-cargo-install-action to cache cargo install invocations
|
2025-07-14 16:22:01 -05:00 |
|
|
|
8189aaf455
|
feat: add dependabot config
|
2025-07-14 16:22:01 -05:00 |
|
|
|
1dda507f41
|
feat: add ci & security audit workflows
|
2025-07-14 16:22:01 -05:00 |
|
|
|
a6573a3054
|
chore: global css, remove unnecessary
|
2025-07-14 13:44:43 -05:00 |
|
|
|
12130869ef
|
chore: add prettierrc, ignore bindings
|
2025-07-14 13: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 |
|
|
|
0e5dede83a
|
chore: last progress before tauri
|
2025-07-13 13:06:44 -05:00 |
|
|
|
edc6056ac1
|
feat: seed script for testing data
|
2025-07-13 12:45:38 -05:00 |
|
|
|
8891eb093d
|
docs: add feature ideas to readme
|
2025-07-12 21:52:23 -05:00 |
|
|
|
0731a59486
|
chore: barchart testing, formatBytes in y-axis legend
|
2025-07-12 21:45:21 -05:00 |
|
|
|
0f5558ec11
|
feat: add vitest pkg, formatBytes lib function with tests
|
2025-07-12 21:44:50 -05:00 |
|
|
|
df988fb670
|
chore: rename to 'byteme'
|
2025-07-12 21:20:56 -05:00 |
|
|
|
3f6a719dff
|
feat!: initial commit
|
2025-07-12 21:20:56 -05:00 |
|