Add changelog, uniform naming, prepare v0.2.0 tagging
All checks were successful
Build ptprnt / build (push) Successful in 4m15s

This commit is contained in:
2025-10-16 21:01:04 +02:00
parent 4c94cae088
commit 1a68502401
7 changed files with 117 additions and 43 deletions

14
.gitignore vendored
View File

@@ -1,6 +1,5 @@
# Folder
builddir/
ptouch-print/
subprojects/*
.cache/
coverageReport/
@@ -12,3 +11,16 @@ ptprnt.log
!.vscode/c_cpp_properties.json
!.vscode/settings.json
!.vscode/launch.json
# ignore generated testlabels
fakelabel_*.png
# ignore package capture files
*.pcapng
*.pcapng.gz
*.pcap
*.pcap.gz
# ignore coverage temporaries
*.gcov.json
*.gcov.json.gz