updated history and release notes

This commit is contained in:
jstaerk
2020-11-12 16:39:33 +01:00
parent 7ed6c33b33
commit 98f2982324
2 changed files with 3 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
## 2.0 ## 2.0.0
### done ### done
- support for ZF 2.1.1, i.e. "Reference profile" Xrechnung - support for ZF 2.1.1, i.e. "Reference profile" Xrechnung
@@ -53,13 +53,6 @@ switch
- support contact fax numbers - support contact fax numbers
- closes #190 BOM not treated correctly on XML input file - closes #190 BOM not treated correctly on XML input file
### 2.0 still todo
- dont show empty tax number field
- fail when no bankverbindung?
- fail when xr attrs missing?
- build xr skonto???
- *validator not to XR error on ZF files (only notices)
- xmp errors may not show correctly in log
Alpha3 2020-10-24 Alpha3 2020-10-24
Alpha2 2020-09-15 Alpha2 2020-09-15
Alpha1 2020-08-06 Alpha1 2020-08-06

View File

@@ -1,7 +1,7 @@
## Changes ## Changes
On it's official website you can [download](https://www.mustangproject.org/files/Mustang-CLI-2.0.0-alpha3.jar) a alpha release of Mustang 2. On it's official website you can [download](https://www.mustangproject.org/deploy/Mustang-CLI-2.0.0.jar) Mustang 2.
* Factur-X/ZUGFeRD 2 is now the default. In Mustangproject 1.x one had to select ZUGFeRD version 2 if that was desired, in Mustangproject 2 one now has to select ZUGFeRD version 1 if version 2 is not appropriate. * Factur-X/ZUGFeRD 2 is now the default. In Mustangproject 1.x one had to select ZUGFeRD version 2 if that was desired, in Mustangproject 2 one now has to select ZUGFeRD version 1 if version 2 is not appropriate.
* Mustang is now available via Maven Central, which makes it even easier to use the Mustang library. Apart from making it easier in Maven because there is no longer the need to mention the custom repository, it also makes it possible to use Mustang in Gradle projects * Mustang is now available via Maven Central, which makes it even easier to use the Mustang library. Apart from making it easier in Maven because there is no longer the need to mention the custom repository, it also makes it possible to use Mustang in Gradle projects
@@ -230,7 +230,7 @@ read/write ZUGFeRD-invoices like the (smaller) library module.
<dependency> <dependency>
<groupId>org.mustangproject</groupId> <groupId>org.mustangproject</groupId>
<artifactId>validator</artifactId> <artifactId>validator</artifactId>
<version>2.0.0-alpha3</version> <version>2.0.0</version>
</dependency> </dependency>
</dependencies> </dependencies>