Releases: dispather/infinite-clipboard
Releases · dispather/infinite-clipboard
Release list
v3.0.12
v3.0.12
Diagnostic release for investigating intermittent large-file transfer failures on Mac→Windows paths.
Changes
- Added
[diag-largefile]logging to distinguish likely failure modes:- mid-frame receive timeout / stream desync
- targeted relay drop
- fetch timeout while chunks are still progressing
- No intended behavior change.
- Bumped app version to 3.0.12.
Verification
- Full pytest suite: 431 passed, 47 skipped.
v3.0.11
v3.0.10
v3.0.9
Fixed
- macOS: lazy file paste now works. If you had
lazy_pasteenabled, pasting a copied file with Cmd+V could silently fail and never work again for that item — you'd always fall back to the "받기"/Receive button. Root cause: macOS only fires the paste callback once per copy, and a timing guard meant for Windows was rejecting that one call as a false "peek." Fixed for macOS specifically; Windows/Linux behavior is unchanged.
Added
- macOS Intel builds. Previously Apple Silicon only — this release adds a native Intel Mac build alongside it.
Improved
- Faster clipboard image handling — removed an unnecessary encode/decode round-trip when snapshotting copied images for transfer.
Full Changelog: v3.0.8...v3.0.9
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v2.3.2
v2.3.2 — 첫 정식 Release 핵심: - GitHub Actions 3 OS 자동 빌드 도입 (Windows + Linux + macOS) - tag push 시 Release draft 자동 생성 (softprops/action-gh-release@v2) - IC_BUILD_DIR 정책 3 OS 통일 (산출물은 sync 폴더 밖) - audit #10 closure: SHA-256 dedup + staging TTL + 충돌 정책 4종 검증: - Linux/Windows/macOS 모두 실기기 검증 통과 - 3 OS 간 텍스트/파일 송수신 + 대용량 eager transfer + 완료 알림 정상 - macOS 함정 #11/#12/#15 회귀 없음 알려진 한계: - macOS 코드 서명 없음 → 사용자 1회 xattr -dr com.apple.quarantine 우회 필요 (README 안내) - macOS Apple Silicon (ARM64) only — Intel Mac 별도 matrix 필요