Skip to content

Commit befc12e

Browse files
committed
Update release dates for OpenPrinting News and add new posts for HP Printer Application 1.3.1 and LPrint 1.4.0
1 parent c7697d7 commit befc12e

3 files changed

Lines changed: 53 additions & 1 deletion

File tree

contents/post/OpenPrinting-News-The-New-OpenPrinting-Website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
toc_sticky: true
66
author: Rudra
77
excerpt: "We rebuilt the OpenPrinting website from the ground up — a fast, fully static Next.js site. Here is how it works, who built it, and how you can help by testing it."
8-
date: '2026-06-07'
8+
date: '2026-06-09'
99
teaser_image: /rotation_pantone.jpg
1010
---
1111

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: HP Printer Application 1.3.1
3+
layout: single
4+
author: Mike
5+
excerpt: HP Printer Application v1.3.0 is a bug fix release.
6+
date: '2026-06-08'
7+
---
8+
9+
HP Printer Application v1.3.1 is a bug fix release. Changes include:
10+
11+
- Improved PCL compression code.
12+
- Fixed CMYK output.
13+
- Fixed a few PCL 6 output bugs.
14+
- Fixed the `--enable-experimental` configure option to enable the PCL 6 driver.
15+
16+
Enjoy!
17+
18+
* <a href="https://github.com/michaelrsweet/hp-printer-app/releases/tag/v1.3.1" itemprop="sameAs" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-download" aria-hidden="true"></i>Download HP Printer Application v1.3.1</a>
19+
* <a href="https://snapcraft.io/hp-printer-app" itemprop="sameAs" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-download" aria-hidden="true"></i>Install HP Printer Application Snap</a>
20+
* <a href="https://www.msweet.org/hp-printer-app/" itemprop="sameAs" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-home" aria-hidden="true"></i>Home Page</a>

contents/post/lprint-1.4.0.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: LPrint 1.4.0
3+
layout: single
4+
author: Mike
5+
excerpt: LPrint v1.4.0 is a feature release that adds support for ESC/POS printers.
6+
date: '2026-06-08'
7+
---
8+
9+
LPrint v1.4.0 is a feature release that adds support for ESC/POS printers and
10+
several other printer models with existing drivers. Changes include:
11+
12+
- Added ESC/POS driver (Issue #123)
13+
- Added Vevor Y428BT driver (Issue #130)
14+
- Added 4 x 7.83 inch label size (Issue #144)
15+
- Added Arkscan 2054a and HP KE103 (Issue #165)
16+
- Added DYMO LabelWriter Twin Turbo driver (Issue #193)
17+
- Now enable the TLS web interface unless the "no-tls" option is specified
18+
(Issue #161)
19+
- Updated the default state file to match current PAPPL defaults (Issue #129)
20+
- Updated the maximum label width of TSPL printers to 105mm (Issue #141)
21+
- Updated the ZPL driver to automatically disable status commands if the target
22+
printer doesn't implement that part of ZPL (Issue #161)
23+
- Fixed the margins for DYMO printers (Issue #132)
24+
- Fixed some Brother driver problems (Issue #167)
25+
- Fixed a NumCopies issue in the TSPL driver (Issue #188)
26+
- Fixed list of label sizes for DYMO LabelWriter 4XL (Issue #198)
27+
28+
Enjoy!
29+
30+
* <a href="https://github.com/michaelrsweet/lprint/releases/tag/v1.4.0" itemprop="sameAs" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-download" aria-hidden="true"></i>Download LPrint 1.4.0</a>
31+
* <a href="https://snapcraft.io/lprint" itemprop="sameAs" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-download" aria-hidden="true"></i>Install lprint Snap</a>
32+
* <a href="https://www.msweet.org/lprint/" itemprop="sameAs" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-home" aria-hidden="true"></i>Home Page</a>

0 commit comments

Comments
 (0)