diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b2539..7979323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,24 @@ # Changelog -## 0.4.6 +## 0.4.7 - added arguments methods on context to generate macro commands introduced in 1.20.2 -- added serializable UUID object to represent uuids consisting out of 4 integers (thanks @Globbi) - added Random Widget - added Return.run and Return.fail subcommands +- added supportedFormats and packFormat to Project, default version is now 20.4 - added arguments field for File.execute to run functions with arguments - updated blocks, items, particles and entities to include content from 1.20.4 and 23w51b - updated documentation links to the new minecraft wiki https://minecraft.wiki (thanks @Spongecade) -- changed TextComponent, Effect & Entity to be gson serializable, so you don't have to call toMap manually +- fixed Entity to introduce a trailing comma when given empty tags +- fixed Entity.Clone to deep copy, instead of shallow copy (thanks @CCpcalvin) + +## 0.4.6 + +- added serializable UUID object to represent uuids consisting out of 4 integers (thanks @Globbi) +- changed TextComponent & Entity to be gson serializable, so you don't have to call toMap manually - refactored Title widget - fixed function tags load/tick generating with paths with `.mcfunction` (thanks @FlafyDev) - fixed Storage.copyScore ignoring the scale parameter -- fixed Entity to introduce a trailing comma when given empty tags -- fixed Entity.Clone to deep copy, instead of shallow copy (thanks @CCpcalvin) - fixed Github testing workflows to run with Dart 3 and provide Code Coverage (thanks @Globbi) ## 0.4.5 diff --git a/README.md b/README.md index f2e52c4..336f7af 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - objd: ^0.4.6 + objd: ^0.4.7 dev_dependencies: build_runner: diff --git a/pubspec.yaml b/pubspec.yaml index 202eb48..ea535ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: objd -version: 0.4.6 +version: 0.4.7 homepage: https://objd.stevertus.com repository: https://github.com/Stevertus/objD