fix(ui): hide CUPS PPD uncorrected passthrough option on Windows (v0.1.7) #49

Merged
gronod merged 1 commits from fix/issue-48-hide-cups-ppd-windows into development 2026-08-24 23:34:43 +01:00
Owner

Summary

This PR resolves Issue #48 by hiding the CUPS "PPD Uncorrected Passthrough (Fallback)" option on Windows builds where PPDs and CUPS filters are not applicable.

Closes #48

Changes

  1. Target Printing UI (src/js/printtarg.js):
    • Added platform detection during initialization to hide #cupsOptionsGroup when running on Windows.
    • CUPS options remain visible on Linux/macOS.
  2. Version Bump:
    • Incremented point version 0.1.6 -> 0.1.7 across package.json, src-tauri/Cargo.toml, and src-tauri/tauri.conf.json.
### Summary This PR resolves Issue #48 by hiding the CUPS "PPD Uncorrected Passthrough (Fallback)" option on Windows builds where PPDs and CUPS filters are not applicable. Closes #48 ### Changes 1. **Target Printing UI (`src/js/printtarg.js`)**: - Added platform detection during initialization to hide `#cupsOptionsGroup` when running on Windows. - CUPS options remain visible on Linux/macOS. 2. **Version Bump**: - Incremented point version `0.1.6` -> `0.1.7` across `package.json`, `src-tauri/Cargo.toml`, and `src-tauri/tauri.conf.json`.
gronod added 1 commit 2026-08-24 23:25:13 +01:00
fix(ui): hide CUPS PPD uncorrected passthrough option on Windows (v0.1.7)
Build Linux Packages / Build Linux (pull_request) Successful in 9m21s
Build Windows Packages / Build Windows (pull_request) Successful in 10m26s
e7c37bc317
gronod merged commit c1f00a01dc into development 2026-08-24 23:34:43 +01:00
gronod deleted branch fix/issue-48-hide-cups-ppd-windows 2026-08-24 23:34:44 +01:00
Sign in to join this conversation.