Initial Test Iteration #1

Merged
foefl merged 48 commits from dev into main 2026-06-16 08:08:58 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit c18f03255b - Show all commits

5
docs/Versionshistorie.md Normal file
View File

@@ -0,0 +1,5 @@
# Versionshistorie (Changelog)
## XX.06.2026 (Version: v0.1.1dev) (Tag: ExtTest-2026XXXX)
- initiale Version für erste Feedback-Schleife

3
scripts/cvt_docs.ps1 Normal file
View File

@@ -0,0 +1,3 @@
# convert README Markdown file to PDF as a manual
pandoc .\README.md -o .\docs\01_Kurzanleitung.pdf -V geometry:"a4paper, margin=2.5cm" #-V header-includes="\usepackage[none]{hyphenat}"
pandoc .\docs\Versionshistorie.md -o .\docs\02_Versionshistorie.pdf -V geometry:"a4paper, margin=2.5cm" -V header-includes="\usepackage[none]{hyphenat}"