• v0.2.0 228cdba955

    v0.2.0 Stable

    xhh released this 2026-03-25 14:28:27 +09:00 | 2 commits to main since this release

    변경 사항

    아키텍처 개선

    • 코어 라이브러리 분리: pdf-helper-core 크레이트로 비즈니스 로직 추출 (Tauri 무의존)
    • ProgressHandler 트레이트: 진행률 콜백을 추상화하여 GUI/CLI 공용
    • Cargo workspace: core, tauri, cli 3분할 구조
    • thiserror 도입: 구조화된 에러 타입

    CLI 바이너리 추가

    • pdf-helper engines — 사용 가능한 변환 엔진 표시
    • pdf-helper convert — Office 파일을 PDF로 변환
    • pdf-helper merge — PDF 파일 병합
    • pdf-helper convert-merge — 변환 후 병합

    버그 수정

    • access_denied 판단 오류 수정
    • LibreOffice 출력 파일명 불일치 수정
    • system_time_to_iso를 chrono로 대체

    테스트

    • 34개 단위 테스트 통과, clippy 경고 0개
    Downloads