Release v1.0.2.0: Listenabgleich-Feature und Duplicate-Sheet-Name Bugfix

This commit is contained in:
2026-03-03 16:31:25 +01:00
parent 3e444ae6a2
commit 7b14c36df0
4 changed files with 12 additions and 4 deletions

View File

@@ -40,5 +40,13 @@ npm start
# Produktions-Build erstellen # Produktions-Build erstellen
npm run build npm run build
``` ```
*Entwickelt mit ❤️ für eine effizientere Kabelplanung.*
*Entwickelt mit ❤️ für eine effizientere Kabelplanung.* ---
## 📅 Changelog (Letzte Releases)
### v1.0.2.0 (Aktuell)
- **Neu: Listenabgleich (Vergleichen-Modus):** Es ist nun möglich, zwei Listen (Alt vs. Neu) miteinander zu vergleichen, um herauszufinden, welche Kabel hinzugefügt, entfernt oder geändert wurden. Die Ausgabe erfolgt in ein neues Tabellenblatt "Änderungsdokumentation".
- **Bugfix:** Listen mit identischem Blattnamen aus verschiedenen externen Dateien führen nicht mehr zu Zuordnungsfehlern im Mapping. Die App nutzt intern nun eindeutige `sheetId`s.
- **UI Update:** Der Wizard und die Tab-Navigation wurden überarbeitet, um zwischen Zusammenfassen und Vergleichen zu wechseln.

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp"> <OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>2c37abde-33e4-4624-b95a-a0aed1526f1b</Id> <Id>2c37abde-33e4-4624-b95a-a0aed1526f1b</Id>
<Version>1.0.1.2</Version> <Version>1.0.2.0</Version>
<ProviderName>SAT Elektrotechnik GmbH</ProviderName> <ProviderName>SAT Elektrotechnik GmbH</ProviderName>
<DefaultLocale>de-DE</DefaultLocale> <DefaultLocale>de-DE</DefaultLocale>
<DisplayName DefaultValue="SAT - Kabelliste Generator (PROD)"/> <DisplayName DefaultValue="SAT - Kabelliste Generator (PROD)"/>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp"> <OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>2c37abde-33e4-4624-b95a-a0aed1526f1b</Id> <Id>2c37abde-33e4-4624-b95a-a0aed1526f1b</Id>
<Version>1.0.1.1</Version> <Version>1.0.2.0</Version>
<ProviderName>SAT Elektrotechnik GmbH</ProviderName> <ProviderName>SAT Elektrotechnik GmbH</ProviderName>
<DefaultLocale>de-DE</DefaultLocale> <DefaultLocale>de-DE</DefaultLocale>
<DisplayName DefaultValue="SAT - Kabelliste Generator (DEV)"/> <DisplayName DefaultValue="SAT - Kabelliste Generator (DEV)"/>

View File

@@ -1,6 +1,6 @@
{ {
"name": "office-addin-taskpane-react", "name": "office-addin-taskpane-react",
"version": "0.0.1", "version": "1.0.2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/OfficeDev/Office-Addin-TaskPane-React.git" "url": "https://github.com/OfficeDev/Office-Addin-TaskPane-React.git"