diff --git a/CHANGELOG.md b/CHANGELOG.md index 601aea7..24bd0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ Changelog ========= +[v1.0.4.0][v1.0.4.0] (2026-03-16) {#v1.0.4.0} +--------------------------------------------- + +### Neue Funktionen {#v1.0.4.0-features} + +* Im Lieferungen-Fenster (`DeliveryAdminWindow`) gibt es nun über die Menü-Leiste die Möglichkeit _Massenaktionen_ für mehrere Lieferungen durchzuführen (z.B. Attribut oder Zu-/Abschlag setzen). ([#78][i78]) + +### Behobene Fehler {#v1.0.4.0-bugfixes} + +* Waagen mit Netzwerkschnittstelle versuchen die Verbindung nun wieder neu aufzubauen, sollte diese unterbrochen werden. ([#74][i74]) + +### Sonstiges {#v1.0.4.0-misc} + +* Die bisher verwendeten Programm-Bibliotheken zum Erstellen von PDF-Dokumente wurden vollständig durch [iText](https://itextpdf.com/) ersetzt. + Das ermöglicht ein schnelleres, effizienteres, und stabileres Erstellen der PDF-Dokumente. + Außerdem konnte so die Größe der Installations-Datei von ~138 MB auf ~98 MB um ca. 30 % reduziert werden. (d8c967b2f2, 8054a024f4) +* Abhängigkeiten aktualisiert. (af73226c90, f4fddd111f) + +[v1.0.4.0]: https://git.necronda.net/winzer/elwig/releases/tag/v1.0.4.0 +[i74]: https://git.necronda.net/winzer/elwig/issues/74 +[i78]: https://git.necronda.net/winzer/elwig/issues/78 + + + + [v1.0.3.4][v1.0.3.4] (2026-02-19) {#v1.0.3.4} --------------------------------------------- diff --git a/Elwig/Elwig.csproj b/Elwig/Elwig.csproj index 8ce9552..695a9bd 100644 --- a/Elwig/Elwig.csproj +++ b/Elwig/Elwig.csproj @@ -9,7 +9,7 @@ true true Resources\Images\Elwig.ico - 1.0.3.4 + 1.0.4.0 de-AT true app.manifest diff --git a/Elwig/Windows/AboutWindow.xaml b/Elwig/Windows/AboutWindow.xaml index 161cb9d..3977cda 100644 --- a/Elwig/Windows/AboutWindow.xaml +++ b/Elwig/Windows/AboutWindow.xaml @@ -22,7 +22,7 @@ Programmiersprache: C# Framework: Windows Presentation Framework (WPF) Datenbank: SQLite - PDF-Erstellung: iText, RazorLight, Pdfium + PDF-Erstellung: iText, Pdfium Paketierung: WiX Toolset diff --git a/README.md b/README.md index 63ff29f..9c6aa2d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ About **Product:** Elwig **Description:** Electronic Management for Vintners' Cooperatives **Type:** ERP system -**Version:** 1.0.3.4 ([Changelog](./CHANGELOG.md)) +**Version:** 1.0.4.0 ([Changelog](./CHANGELOG.md)) **License:** [GNU General Public License 3.0 (GPLv3)](./LICENSE) **Website:** https://elwig.at/ **Source code:** https://git.necronda.net/winzer/elwig @@ -23,7 +23,7 @@ About Language: C# Framework: Windows Presentation Framework (WPF) Database: [SQLite](https://sqlite.org/) -PDF creation: [WeasyPrint](https://weasyprint.org/), [RazorLight](https://github.com/toddams/RazorLight), [PdfiumViewer](https://github.com/pvginkel/PdfiumViewer) +PDF creation: [iText](https://itextpdf.com/), [Pdfium](https://github.com/bblanchon/pdfium-binaries) Packaging: [WiX Toolset](https://www.firegiant.com/wixtoolset/) @@ -33,7 +33,7 @@ Packaging: [WiX Toolset](https://www.firegiant.com/wixtoolset/) **Produkt:** Elwig **Beschreibung:** Elektronische Winzergenossenschaftsverwaltung **Typ:** Warenwirtschaftssystem (ERP-System) -**Version:** 1.0.3.4 ([Änderungsprotokoll](./CHANGELOG.md)) +**Version:** 1.0.4.0 ([Änderungsprotokoll](./CHANGELOG.md)) **Lizenz:** [GNU General Public License 3.0 (GPLv3)](./LICENSE) **Website:** https://elwig.at/ **Quellcode:** https://git.necronda.net/winzer/elwig @@ -43,5 +43,5 @@ Packaging: [WiX Toolset](https://www.firegiant.com/wixtoolset/) Programmiersprache: C# Framework: Windows Presentation Framework (WPF) Datenbank: [SQLite](https://sqlite.org/) -PDF-Erstellung: [iText](https://itextpdf.com/), [RazorLight](https://github.com/toddams/RazorLight), [Pdfium](https://github.com/bblanchon/pdfium-binaries) +PDF-Erstellung: [iText](https://itextpdf.com/), [Pdfium](https://github.com/bblanchon/pdfium-binaries) Paketierung: [WiX Toolset](https://www.firegiant.com/wixtoolset/)