| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci: update winget manifest explicitly for zip path change | dilluti0n | 2026-07-15 | 1 | -1/+11 |
| | | |||||
| * | ci: change tarball name to lowercase for winget | dilluti0n | 2026-07-15 | 1 | -1/+1 |
| | | |||||
| * | ci: fix version matching | dilluti0n | 2026-07-15 | 1 | -1/+2 |
| | | |||||
| * | ci: nit: fix indent issue on publish-wingetv0.6.1 | dilluti0n | 2026-04-16 | 1 | -1/+1 |
| | | |||||
| * | ci: add publish-winget | dilluti0n | 2026-04-16 | 1 | -0/+26 |
| | | |||||
| * | ci: add RELEASE_NOTE.md to automate publishing it | dilluti0n | 2026-03-02 | 1 | -3/+2 |
| | | |||||
| * | ci: release: remove publish-crates-io deps to release | dilluti0n | 2026-02-16 | 1 | -1/+1 |
| | | |||||
| * | ci: release: upload sha256sum.txt instead of *.sha256 | dilluti0n | 2026-02-16 | 1 | -1/+4 |
| | | |||||
| * | ci: move download artifacts before making release note | dilluti0n | 2026-02-15 | 1 | -12/+12 |
| | | | | | so download link and buildinfo can be generated. | ||||
| * | ci: fix release cannot find download artifactsv0.4.0 | dilluti0n | 2026-02-15 | 1 | -12/+12 |
| | | |||||
| * | ci: add checkout to read CHANGELOG.md on release | dilluti0n | 2026-02-15 | 1 | -1/+3 |
| | | |||||
| * | ci: pass --no-verify to cargo publish | dilluti0n | 2026-02-15 | 1 | -1/+1 |
| | | | | | | | build.rs writes dpibreak.1 outside OUT_DIR, which is safe for cargo install but fails publish verification. --no-verify skips this check without affecting end users. | ||||
| * | ci: release: parse release note from CHANGELOG.md | dilluti0n | 2026-02-15 | 1 | -8/+5 |
| | | | | | * Remove generate release note from github api | ||||
| * | ci: fix tab to space (yaml does not allow tab) | dilluti0n | 2026-01-12 | 1 | -1/+1 |
| | | |||||
| * | ci: add newline between Downloads section and autogen | dilluti0n | 2026-01-05 | 1 | -0/+1 |
| | | | | | on release note | ||||
| * | ci: add crates.io publishing and enable rust-cache | dilluti0n | 2026-01-05 | 1 | -9/+46 |
| | | | | | | | | | - Add `publish-crates-io` job with Trusted Publishing (OIDC) - Enable `Swatinem/rust-cache@v2` for Linux builds to speed up CI - Update `release` job to depend on `publish-crates-io` - Fix release notes generation: append content (`>>`) instead of overwrite (`>`) - Reorder release note steps for better structure | ||||
| * | ci: wrap build info in details tag used in release workflow | dilluti0n | 2025-12-28 | 1 | -1/+4 |
| | | |||||
| * | github: auto format release notes | dilluti0n | 2025-09-11 | 1 | -2/+41 |
| | | |||||
| * | Ensure WinDivert is present on ci and build.ps1 fail early on errors | dilluti0n | 2025-09-11 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | * github: download and extract WinDivert before running build * build: add check for WinDivert path existence and fail early * build: stop on missing distribution files instead of skipping The release workflow failed because WinDivert binaries were not present, and the build script continued execution even when cargo build failed. Ensure WinDivert is downloaded in CI and explicitly check its path before packaging. Also, make the build script exit immediately on missing files or build errors. Reported-by: dilluti0n <[email protected]> Link: https://github.com/dilluti0n/dpibreak/issues/1 Fixes: #1 | ||||
| * | github: fix release action (no x86_64-unknown-linux-musl)v0.0.1 | dilluti0n | 2025-09-07 | 1 | -2/+7 |
| | | |||||
| * | github: create release.yml, automation build & gh release | Hee | 2025-09-07 | 1 | -0/+83 |
