Skip to content

Releases: Kirdock/Tabellenverarbeitung

1.0.54

03 Dec 18:15
Compare
Choose a tag to compare
fix: keep empty columns with xml-import

1.0.53

17 Nov 21:17
Compare
Choose a tag to compare
chore: limit XML-schemas to xslt files

1.0.52

17 Oct 17:34
Compare
Choose a tag to compare
Fix: import of multiple tables failed in some corner cases

1.0.51

16 Oct 20:19
Compare
Choose a tag to compare
fix: Reading of arrays in XML

1.0.50

10 Oct 19:21
Compare
Choose a tag to compare
feat, fix: intercept shutdown to save settings

fix: Settings are not flushed/saved on shutdown. So hopefully there isn't any file corruption anymore
feat: Default save type for separate is not Excel

1.0.49

05 Oct 17:21
Compare
Choose a tag to compare
fix: Substring broke if the value was empty string

1.0.48

05 Oct 12:01
Compare
Choose a tag to compare
fix: remove check for start and end index in substring

1.0.47

03 Oct 19:12
Compare
Choose a tag to compare
fix: XML array not seen as array

If row1 contained one item in an array, it was not seen as an array. Now if another row gives this information that it is an array and not an object, the previous columns are adjusted

1.0.46

03 Oct 16:01
Compare
Choose a tag to compare
fix: Unintended empty row at the end

1.0.45

03 Oct 15:44
Compare
Choose a tag to compare
fix: Consider xml declarations and empty elements