Bump version to 1.2.1

This commit is contained in:
2026-03-02 17:57:19 +01:00
parent 95c461eca4
commit 5ac0fd8970
2 changed files with 11 additions and 1 deletions

View File

@@ -164,6 +164,16 @@ Jedes Event in der ICS-Datei:
## 📝 Changelog (März 2026)
### v1.2.1
- Standalone-Build-Workflow mit PyInstaller ergänzt (`build/build_*.{sh,cmd}`)
- Packaging-Skripte für Release-Artefakte ergänzt:
- Linux: `.tar.gz`
- macOS: `.zip`
- Windows: `.zip`
- Neue Build-Dokumentation `BUILD_STANDALONE.md`
- `.gitignore` um Build-Artefakte erweitert (`dist/`, `release/`, `*.spec`, `build/PDFtoICS/`)
### v1.2.0
- GUI-Technik vollständig auf **wxPython** umgestellt

View File

@@ -1 +1 @@
1.2.0
1.2.1