Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.5] - 2026-06-13

### Added
- Serial printing path for OS-paired Bluetooth Classic printers, with `serialport` transitive dependencies packaged into the app

### Fixed
- Use a single persistent Bluetooth chooser reply listener per window to avoid duplicate device prompts
- Guard against ghost print jobs firing after a print timeout

### Changed
- Linux `.deb`/`.rpm` publishing is decoupled from Flatpak, so Linux packages ship even when the Flatpak maker fails (Flatpak is now opt-in via `WCPOS_FLATPAK=1`)
- Flathub submission assets finalized against the v1.9.4 `.deb`, with a `Flathub Validate` CI workflow proving the install path
- Includes the [WCPOS app v1.9.4](https://github.com/wcpos/monorepo/releases/tag/v1.9.4) updates — redesigned Bluetooth printer setup, serial printing, Windows print-spooler routing, USB printer flow improvements, and network print fixes
- Updated bundled translations to 2026.6.4

### Platforms
- macOS Intel, macOS Apple Silicon, Windows, and Linux (`.deb`/`.rpm`) assets are published in this release
- Flatpak/Flathub remains a separate, in-progress submission

## [1.9.4] - 2026-06-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wcpos/app-electron",
"license": "MIT",
"productName": "WCPOS",
"version": "1.9.4",
"version": "1.9.5",
"description": "WCPOS desktop client",
"author": "Paul Kilmurray <paul@wcpos.com>",
"packageManager": "pnpm@10.31.0",
Expand Down
Loading