Skip to content

Commit 71b7e3b

Browse files
chore(release): vnull [skip ci]
1 parent 502db04 commit 71b7e3b

3 files changed

Lines changed: 56 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,59 @@
22

33
All notable changes to Poster will be documented in this file.
44

5+
## [](https://github.com/adcondev/poster/compare/v4.3.0...v) (2026-01-21)
6+
7+
8+
### ♻️ Code Refactoring
9+
10+
* **linters:** improve golangci-lint configuration for better analysis ([ee2d80b](https://github.com/adcondev/poster/commit/ee2d80b553763810fb95f6c08b7e0e150bb4994c))
11+
* **poster:** optimize command buffer allocation and improve readability ([1a6e148](https://github.com/adcondev/poster/commit/1a6e14832e42bbe88eaff01ea92d4cf3656ff6bd))
12+
13+
14+
### 📦 Dependencies
15+
16+
* **gh-actions:** bump toshimaru/auto-author-assign from 2.1.1 to 3.0.1 ([#95](https://github.com/adcondev/poster/issues/95)) ([e6ba3ac](https://github.com/adcondev/poster/commit/e6ba3ac6aa4ce1feb812e6d799975c6d8003a262))
17+
18+
19+
### 🐛 Bug Fixes
20+
21+
* **ci:** trigger release pipeline validation ([6762271](https://github.com/adcondev/poster/commit/67622711e063c54487a5977c0df4704a3b65d824))
22+
* **ci:** trigger release test for v4.4.1 ([9e41e9d](https://github.com/adcondev/poster/commit/9e41e9d2cddabb00fc456673cf3d2e38338cd892))
23+
* **ci:** trigger release v4.4.0 final test ([fe51537](https://github.com/adcondev/poster/commit/fe515371c022ac527674c7f460a31b5889fb60a5))
24+
* **ci:** trigger release with app token ([a1882f8](https://github.com/adcondev/poster/commit/a1882f8aaa3adade91741d621efb3ea0aeaeea2c))
25+
* **github:** update release workflow and improve changelog management ([096db5d](https://github.com/adcondev/poster/commit/096db5de66d71db6610ab8cab0c9163a05efcf3c))
26+
* **go.mod:** remove version suffix from module path ([1f85a12](https://github.com/adcondev/poster/commit/1f85a12b578c1189ec0d1797a63a7b363c4d9604))
27+
* **go.mod:** update module path to include version v4 ([e113ed3](https://github.com/adcondev/poster/commit/e113ed3abd0fadd9c8b6af486962b0b0efe075f4))
28+
* **npm:** restore package version from null to 4.3.0 ([79508d3](https://github.com/adcondev/poster/commit/79508d3fc3c51c09f8e0767ff64ff48d2d6c10c1))
29+
* **npm:** restore package version from null to 4.3.0 ([9517910](https://github.com/adcondev/poster/commit/95179103055e1b64caa3b210b289729e87663195))
30+
* **npm:** update package name and dependencies for poster library ([#94](https://github.com/adcondev/poster/issues/94)) ([ac2ce69](https://github.com/adcondev/poster/commit/ac2ce69b3ff279e73ee962673afa752876e9d80f)), closes [#92](https://github.com/adcondev/poster/issues/92)
31+
* **release:** force full release generation ([da190df](https://github.com/adcondev/poster/commit/da190dfeb397b6b10ebfda289deb7bc3e3e5dfd8))
32+
* **release:** retry release for v4.4.1 ([8982fca](https://github.com/adcondev/poster/commit/8982fcafa4d76f4c617be87145b755c958f07380))
33+
* **Taskfile:** update golangci-lint command to use absolute path ([9492552](https://github.com/adcondev/poster/commit/9492552e545340ef09aa6c3529b44643d394c688))
34+
35+
36+
### 🤖 Continuous Integration
37+
38+
* **gh-actions:** enhance Github Actions workflows ([#91](https://github.com/adcondev/poster/issues/91)) ([480b2ea](https://github.com/adcondev/poster/commit/480b2eaa8b7daadfb734cb7a10a29564ebb66396)), closes [#92](https://github.com/adcondev/poster/issues/92)
39+
* **gh-actions:** update release workflow for improved version synchronization [skip ci] ([c1bb2aa](https://github.com/adcondev/poster/commit/c1bb2aa3d011cdc21efce7c5790a30f5cd6bfe03))
40+
* **github:** add self-healing version sync to release workflow [skip ci] ([ae6dc12](https://github.com/adcondev/poster/commit/ae6dc12ee542ea585ee092838cc857a9ae39e118))
41+
* **github:** update release workflow for versioning and changelog generation [skip ci] ([33484dd](https://github.com/adcondev/poster/commit/33484dda3b0edc774bf1d7f3c0a6d4f14229bbd6))
42+
* **release:** add gh-release action to fix missing ui release [skip ci] ([967dc5f](https://github.com/adcondev/poster/commit/967dc5f386e829878d2b9118cc7472cfd3efddd3))
43+
* **release:** add smart sync to prevent non-fast-forward errors [skip ci] ([59bf5c7](https://github.com/adcondev/poster/commit/59bf5c7c2e1013974d44c87edd4b8e957dbffcad))
44+
* **release:** definitive workflow synchronization [skip ci] ([c52af41](https://github.com/adcondev/poster/commit/c52af416ae5a435e09b2ea940f3ffece4afce708))
45+
* **release:** filter tags strictly to avoid vnull errors [skip ci] ([14a7839](https://github.com/adcondev/poster/commit/14a783908676ccd92431b7ad39788d7b25c05265))
46+
* **release:** restore app token to bypass protection rules [skip ci] ([98e366a](https://github.com/adcondev/poster/commit/98e366a8f65ffc6ef243706ae48ec67e595eed36))
47+
* **release:** switch to manual release strategy to fix null error [skip ci] ([318016a](https://github.com/adcondev/poster/commit/318016a1c08b6d490224f5cb79d708358ae947e6))
48+
49+
50+
### ✨ Features
51+
52+
* **ci:** launch v4.4.0 production release ([70aa414](https://github.com/adcondev/poster/commit/70aa4142226c8044c3ed7a7b953e8ce2291858a9))
53+
* **connection:** enhance printer listing functionality for Windows ([1794548](https://github.com/adcondev/poster/commit/1794548ad27c2bb2671e752aee24545eb2503667))
54+
* **connection:** enhance printer listing functionality for Windows ([#100](https://github.com/adcondev/poster/issues/100)) ([48118b8](https://github.com/adcondev/poster/commit/48118b8c117374e68e41518ded6c6e09ee837604)), closes [/#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34R22-R26](https://github.com/adcondev/poster/issues/diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34R22-R26) [/#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34R76](https://github.com/adcondev/poster/issues/diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34R76) [/#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L100-R150](https://github.com/adcondev/poster/issues/diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L100-R150) [/#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L141-R165](https://github.com/adcondev/poster/issues/diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L141-R165) [/#diff-7a68c862ed13ecb99f59c4f61a92bbbc265afe66afa76b17bb9739a8cce7cab1L2](https://github.com/adcondev/poster/issues/diff-7a68c862ed13ecb99f59c4f61a92bbbc265afe66afa76b17bb9739a8cce7cab1L2) [/#diff-7a68c862ed13ecb99f59c4f61a92bbbc265afe66afa76b17bb9739a8cce7cab1L18-R45](https://github.com/adcondev/poster/issues/diff-7a68c862ed13ecb99f59c4f61a92bbbc265afe66afa76b17bb9739a8cce7cab1L18-R45) [/#diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deL21-R38](https://github.com/adcondev/poster/issues/diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deL21-R38) [/#diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deL54-R63](https://github.com/adcondev/poster/issues/diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deL54-R63) [/#diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deL73-R103](https://github.com/adcondev/poster/issues/diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deL73-R103) [/#diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deR148-R153](https://github.com/adcondev/poster/issues/diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deR148-R153) [/#diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deR164-R228](https://github.com/adcondev/poster/issues/diff-02effedb378056307ac3c7278d22cf5d4e84596b606179bd8e550ab1e95cb4deR164-R228) [/#diff-85b77b574161b5fe9ba5d18209e374200eae93e42abf3286dd6845915d624faaR1-R6](https://github.com/adcondev/poster/issues/diff-85b77b574161b5fe9ba5d18209e374200eae93e42abf3286dd6845915d624faaR1-R6) [/#diff-85b77b574161b5fe9ba5d18209e374200eae93e42abf3286dd6845915d624faaL15-R66](https://github.com/adcondev/poster/issues/diff-85b77b574161b5fe9ba5d18209e374200eae93e42abf3286dd6845915d624faaL15-R66)
55+
* **connection:** implement printer enumeration and details for Windows ([e7a9735](https://github.com/adcondev/poster/commit/e7a9735d1627f462023a20a3ab849de11fd1ce60))
56+
* **schema:** add PulseCommand and BeepCommand to document schema ([5edba5e](https://github.com/adcondev/poster/commit/5edba5e4a9d9c0422cf3f959ee987ee1f1a468fc))
57+
558
## [4.3.0](https://github.com/adcondev/poster/compare/v4.2.0...v4.3.0) (2025-12-19)
659

760
### ✨ Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adcondev/poster",
3-
"version": "4.3.0",
3+
"version": null,
44
"private": true,
55
"description": "A professional, production-ready Go library for controlling ESC/POS thermal printers",
66
"keywords": [

0 commit comments

Comments
 (0)