From 9c47c5c37d92fb04f193489893bf444fa89a23f1 Mon Sep 17 00:00:00 2001 From: Paul Kilmurray Date: Sat, 13 Jun 2026 13:31:17 +0200 Subject: [PATCH] chore(release): bump version to 1.9.5 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a00bd98..a062ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2e5130c..53eb0be 100644 --- a/package.json +++ b/package.json @@ -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 ", "packageManager": "pnpm@10.31.0",