From f9ab2e77cc46c76b91430d0bf6691bcbe35e4d8d Mon Sep 17 00:00:00 2001 From: Michael King Date: Sat, 8 Oct 2022 15:19:46 -0400 Subject: [PATCH 1/2] update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1831b..f52443e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ ### 1.1.4 (next) -* Added D font type - [@vkhalzov](https://github.com/vkhalzov) -* Added `label_shift` configurable attribute - [@vkhalzov](https://github.com/vkhalzov) +* [#81](https://github.com/bbulpett/zebra-zpl/pull/81): Added D font type. Added `label_shift` configurable attribute - [@vkhalzov](https://github.com/vkhalzov) +* [#80](https://github.com/bbulpett/zebra-zpl/pull/80): Improvements to barcode usage - [@DmytroVasin](https://github.com/DmytroVasin) +* [#79](https://github.com/bbulpett/zebra-zpl/pull/79): Change appearance of bold text setting - [@DmytroVasin](https://github.com/DmytroVasin) +* [#78](https://github.com/bbulpett/zebra-zpl/pull/78): Fix of a test in image node - [@DmytroVasin](https://github.com/DmytroVasin) +* [#77](https://github.com/bbulpett/zebra-zpl/pull/77): Add `reverse_print` setting for `Zpl::Text` node. Fix mistake with redefining of the default font. Removed unused methods - [@DmytroVasin](https://github.com/DmytroVasin) ### 1.1.3 (10/05/2020) From 948878c488d818a3231b1ab03c67fba3c8c5ac43 Mon Sep 17 00:00:00 2001 From: Michael King Date: Sat, 8 Oct 2022 15:29:03 -0400 Subject: [PATCH 2/2] set release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f52443e..d6bef3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 1.1.4 (next) +### 1.1.4 (10/08/2022) * [#81](https://github.com/bbulpett/zebra-zpl/pull/81): Added D font type. Added `label_shift` configurable attribute - [@vkhalzov](https://github.com/vkhalzov) * [#80](https://github.com/bbulpett/zebra-zpl/pull/80): Improvements to barcode usage - [@DmytroVasin](https://github.com/DmytroVasin)