diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 270bff7..1a9992d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0-beta.3","minecord-api":"1.1.0-beta.3","minecord-chat":"1.1.0-beta.3","minecord-cmds":"1.0.1-beta.3","minecord-presence":"1.0.0-beta.3"} +{".":"2.0.0+1.19.4","minecord-api":"2.0.0+1.19.4","minecord-chat":"2.0.0+1.19.4","minecord-cmds":"2.0.0+1.19.4","minecord-presence":"2.0.0+1.19.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4a0ea..bc25b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/v1.1.0-beta.3...v2.0.0+1.19.4) (2023-06-08) + + +### ⚠ BREAKING CHANGES + +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) + +### Features + +* add `samolego/FabricTailor` support for player avatars (closes [#68](https://github.com/axieum/minecord/issues/68)) ([#75](https://github.com/axieum/minecord/issues/75)) ([6a14aba](https://github.com/axieum/minecord/commit/6a14abafc15c69d2cf650654858d9bf7e57f5877)) +* add player avatars to certain messages (closes [#31](https://github.com/axieum/minecord/issues/31)) ([#62](https://github.com/axieum/minecord/issues/62)) ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* add support for Bedrock player avatars in embeds (closes [#71](https://github.com/axieum/minecord/issues/71)) ([#72](https://github.com/axieum/minecord/issues/72)) ([af69840](https://github.com/axieum/minecord/commit/af69840f2c2fa7e568459aa6063ee716a719a04f)) +* **chat:** send Discord stickers into Minecraft (closes [#74](https://github.com/axieum/minecord/issues/74)) ([#76](https://github.com/axieum/minecord/issues/76)) ([8c8ca3e](https://github.com/axieum/minecord/commit/8c8ca3ef30511260c7b319d71017ed7ad5584546)) +* **chat:** separate advancement config into task, goal and challenge ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) +* **chat:** show player avatar on login, logout, death and teleport messages ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* **cmds:** show avatar in custom command feedback where a player is detected ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* upgrade Minecraft (1.19 -> 1.19.2) ([#69](https://github.com/axieum/minecord/issues/69)) ([c351b26](https://github.com/axieum/minecord/commit/c351b2682cf67e6c02901643e052960f0a5856bd)) +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) + + +### Bug Fixes + +* **api:** regex characters in `StringTemplate` variables should be escaped ([#65](https://github.com/axieum/minecord/issues/65)) ([4553977](https://github.com/axieum/minecord/commit/45539770ccdd15164d481a0132c6f01db467823a)) +* mixins that may now be remapped ([f17a48d](https://github.com/axieum/minecord/commit/f17a48d816a617ae37fc05159835527f2541f537)) + + +### Miscellaneous Chores + +* release as v2.0.0+1.19.4 ([d3d9bfc](https://github.com/axieum/minecord/commit/d3d9bfc1c030ee7da967adc23b02bc5da980c690)) + ## [1.1.0-beta.3](https://github.com/axieum/minecord/compare/v1.0.0-beta.3...v1.1.0-beta.3) (2022-08-22) diff --git a/gradle.properties b/gradle.properties index 893a9e2..aa42361 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord mod_name = Minecord mod_description = Bring your Minecraft world into your Discord guild ## {x-release-please-start-version} -mod_version = 1.1.0-beta.3 +mod_version = 2.0.0+1.19.4 ## {x-release-please-end} # Fabric diff --git a/minecord-api/CHANGELOG.md b/minecord-api/CHANGELOG.md index f5e6eae..c4a63f4 100644 --- a/minecord-api/CHANGELOG.md +++ b/minecord-api/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/api-v1.1.0-beta.3...api-v2.0.0+1.19.4) (2023-06-08) + + +### ⚠ BREAKING CHANGES + +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) + +### Features + +* add `samolego/FabricTailor` support for player avatars (closes [#68](https://github.com/axieum/minecord/issues/68)) ([#75](https://github.com/axieum/minecord/issues/75)) ([6a14aba](https://github.com/axieum/minecord/commit/6a14abafc15c69d2cf650654858d9bf7e57f5877)) +* add player avatars to certain messages (closes [#31](https://github.com/axieum/minecord/issues/31)) ([#62](https://github.com/axieum/minecord/issues/62)) ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* add support for Bedrock player avatars in embeds (closes [#71](https://github.com/axieum/minecord/issues/71)) ([#72](https://github.com/axieum/minecord/issues/72)) ([af69840](https://github.com/axieum/minecord/commit/af69840f2c2fa7e568459aa6063ee716a719a04f)) +* **chat:** separate advancement config into task, goal and challenge ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) +* **chat:** show player avatar on login, logout, death and teleport messages ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* **cmds:** show avatar in custom command feedback where a player is detected ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* upgrade Minecraft (1.19 -> 1.19.2) ([#69](https://github.com/axieum/minecord/issues/69)) ([c351b26](https://github.com/axieum/minecord/commit/c351b2682cf67e6c02901643e052960f0a5856bd)) +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) + + +### Bug Fixes + +* **api:** regex characters in `StringTemplate` variables should be escaped ([#65](https://github.com/axieum/minecord/issues/65)) ([4553977](https://github.com/axieum/minecord/commit/45539770ccdd15164d481a0132c6f01db467823a)) +* mixins that may now be remapped ([f17a48d](https://github.com/axieum/minecord/commit/f17a48d816a617ae37fc05159835527f2541f537)) + + +### Miscellaneous Chores + +* release as v2.0.0+1.19.4 ([d3d9bfc](https://github.com/axieum/minecord/commit/d3d9bfc1c030ee7da967adc23b02bc5da980c690)) + ## [1.1.0-beta.3](https://github.com/axieum/minecord/compare/api-v1.0.0-beta.3...api-v1.1.0-beta.3) (2022-08-22) diff --git a/minecord-api/gradle.properties b/minecord-api/gradle.properties index ca1178c..d116619 100644 --- a/minecord-api/gradle.properties +++ b/minecord-api/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord-api mod_name = Minecord API mod_description = Equips developers with the tools necessary to integrate their mods with Discord ## {x-release-please-start-version} -mod_version = 1.1.0-beta.3 +mod_version = 2.0.0+1.19.4 ## {x-release-please-end} # Dependencies diff --git a/minecord-chat/CHANGELOG.md b/minecord-chat/CHANGELOG.md index 14b8bcb..0b11417 100644 --- a/minecord-chat/CHANGELOG.md +++ b/minecord-chat/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/chat-v1.1.0-beta.3...chat-v2.0.0+1.19.4) (2023-06-08) + + +### ⚠ BREAKING CHANGES + +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) + +### Features + +* add `samolego/FabricTailor` support for player avatars (closes [#68](https://github.com/axieum/minecord/issues/68)) ([#75](https://github.com/axieum/minecord/issues/75)) ([6a14aba](https://github.com/axieum/minecord/commit/6a14abafc15c69d2cf650654858d9bf7e57f5877)) +* add player avatars to certain messages (closes [#31](https://github.com/axieum/minecord/issues/31)) ([#62](https://github.com/axieum/minecord/issues/62)) ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* add support for Bedrock player avatars in embeds (closes [#71](https://github.com/axieum/minecord/issues/71)) ([#72](https://github.com/axieum/minecord/issues/72)) ([af69840](https://github.com/axieum/minecord/commit/af69840f2c2fa7e568459aa6063ee716a719a04f)) +* **chat:** send Discord stickers into Minecraft (closes [#74](https://github.com/axieum/minecord/issues/74)) ([#76](https://github.com/axieum/minecord/issues/76)) ([8c8ca3e](https://github.com/axieum/minecord/commit/8c8ca3ef30511260c7b319d71017ed7ad5584546)) +* **chat:** separate advancement config into task, goal and challenge ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) +* **chat:** show player avatar on login, logout, death and teleport messages ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* **cmds:** show avatar in custom command feedback where a player is detected ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* upgrade Minecraft (1.19 -> 1.19.2) ([#69](https://github.com/axieum/minecord/issues/69)) ([c351b26](https://github.com/axieum/minecord/commit/c351b2682cf67e6c02901643e052960f0a5856bd)) +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) + + +### Bug Fixes + +* mixins that may now be remapped ([f17a48d](https://github.com/axieum/minecord/commit/f17a48d816a617ae37fc05159835527f2541f537)) + + +### Miscellaneous Chores + +* release as v2.0.0+1.19.4 ([d3d9bfc](https://github.com/axieum/minecord/commit/d3d9bfc1c030ee7da967adc23b02bc5da980c690)) + ## [1.1.0-beta.3](https://github.com/axieum/minecord/compare/chat-v1.0.0-beta.3...chat-v1.1.0-beta.3) (2022-08-22) diff --git a/minecord-chat/gradle.properties b/minecord-chat/gradle.properties index 053d720..aa008a9 100644 --- a/minecord-chat/gradle.properties +++ b/minecord-chat/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord-chat mod_name = Minecord Chat mod_description = Bridges chat-related events between Minecraft and Discord ## {x-release-please-start-version} -mod_version = 1.1.0-beta.3 +mod_version = 2.0.0+1.19.4 ## {x-release-please-end} # Dependencies diff --git a/minecord-cmds/CHANGELOG.md b/minecord-cmds/CHANGELOG.md index 64be159..45a11f8 100644 --- a/minecord-cmds/CHANGELOG.md +++ b/minecord-cmds/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/cmds-v1.0.1-beta.3...cmds-v2.0.0+1.19.4) (2023-06-08) + + +### ⚠ BREAKING CHANGES + +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) + +### Features + +* add player avatars to certain messages (closes [#31](https://github.com/axieum/minecord/issues/31)) ([#62](https://github.com/axieum/minecord/issues/62)) ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* add support for Bedrock player avatars in embeds (closes [#71](https://github.com/axieum/minecord/issues/71)) ([#72](https://github.com/axieum/minecord/issues/72)) ([af69840](https://github.com/axieum/minecord/commit/af69840f2c2fa7e568459aa6063ee716a719a04f)) +* **chat:** separate advancement config into task, goal and challenge ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) +* **chat:** show player avatar on login, logout, death and teleport messages ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* **cmds:** show avatar in custom command feedback where a player is detected ([331e6d8](https://github.com/axieum/minecord/commit/331e6d839dd1d60424d9d13976fd9c525bc32541)) +* initial beta ([#24](https://github.com/axieum/minecord/issues/24)) ([d053f57](https://github.com/axieum/minecord/commit/d053f579fd80b90b2d954f86f1611bc92d63ce7d)) +* upgrade Minecraft (1.19 -> 1.19.2) ([#69](https://github.com/axieum/minecord/issues/69)) ([c351b26](https://github.com/axieum/minecord/commit/c351b2682cf67e6c02901643e052960f0a5856bd)) +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) + + +### Bug Fixes + +* **api:** unused JDA classes should remain (fixes [#37](https://github.com/axieum/minecord/issues/37)) ([#38](https://github.com/axieum/minecord/issues/38)) ([35c6599](https://github.com/axieum/minecord/commit/35c6599ecb299639eae41cad2a0eb62086dc2b22)) +* **cmds:** commands that don't have an output should receive a default message (fixes [#54](https://github.com/axieum/minecord/issues/54)) ([162f30f](https://github.com/axieum/minecord/commit/162f30f95c79882a6137089bb1f545a9ad80d786)) +* **cmds:** commands with multiple lines of output should edit the original embed ([162f30f](https://github.com/axieum/minecord/commit/162f30f95c79882a6137089bb1f545a9ad80d786)) + + +### Miscellaneous Chores + +* force release as v1.0.0-beta.1 ([81e23ff](https://github.com/axieum/minecord/commit/81e23ff11d404b1acf4073628320d82200de583c)) +* force release as v1.0.0-beta.2 ([01a60f0](https://github.com/axieum/minecord/commit/01a60f027e376acc5baa098f80188426487e9dc4)) +* force release as v1.0.0-beta.3 ([b36b83a](https://github.com/axieum/minecord/commit/b36b83a64e8d5d78b27d58dab932d55f7937e1f8)) +* release as v2.0.0+1.19.4 ([d3d9bfc](https://github.com/axieum/minecord/commit/d3d9bfc1c030ee7da967adc23b02bc5da980c690)) + ## [1.0.1-beta.3](https://github.com/axieum/minecord/compare/cmds-v1.0.0-beta.3...cmds-v1.0.1-beta.3) (2022-08-22) diff --git a/minecord-cmds/gradle.properties b/minecord-cmds/gradle.properties index ba988fe..06c5919 100644 --- a/minecord-cmds/gradle.properties +++ b/minecord-cmds/gradle.properties @@ -3,5 +3,5 @@ mod_id = minecord-cmds mod_name = Minecord Commands mod_description = Provides various commands to interact with your Minecraft server from Discord ## {x-release-please-start-version} -mod_version = 1.0.1-beta.3 +mod_version = 2.0.0+1.19.4 ## {x-release-please-end} diff --git a/minecord-presence/CHANGELOG.md b/minecord-presence/CHANGELOG.md index cda597e..ff2aeb4 100644 --- a/minecord-presence/CHANGELOG.md +++ b/minecord-presence/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/presence-v1.0.0-beta.3...presence-v2.0.0+1.19.4) (2023-06-08) + + +### ⚠ BREAKING CHANGES + +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) + +### Features + +* **chat:** separate advancement config into task, goal and challenge ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) +* upgrade Minecraft (1.19 -> 1.19.2) ([#69](https://github.com/axieum/minecord/issues/69)) ([c351b26](https://github.com/axieum/minecord/commit/c351b2682cf67e6c02901643e052960f0a5856bd)) +* use `Patbox/TextPlaceholderAPI` for templating ([#70](https://github.com/axieum/minecord/issues/70)) ([a570d0a](https://github.com/axieum/minecord/commit/a570d0a2fde10a012224c8cab16b7448b2967a1d)) + + +### Miscellaneous Chores + +* release as v2.0.0+1.19.4 ([d3d9bfc](https://github.com/axieum/minecord/commit/d3d9bfc1c030ee7da967adc23b02bc5da980c690)) + ## [1.0.0-beta.3](https://github.com/axieum/minecord/compare/presence-v1.0.0-beta.2...presence-v1.0.0-beta.3) (2022-07-01) diff --git a/minecord-presence/gradle.properties b/minecord-presence/gradle.properties index 58af2b7..0742e9c 100644 --- a/minecord-presence/gradle.properties +++ b/minecord-presence/gradle.properties @@ -3,5 +3,5 @@ mod_id = minecord-presence mod_name = Minecord Presence mod_description = Updates the bot presence in Discord to show more detailed statuses ## {x-release-please-start-version} -mod_version = 1.0.0-beta.3 +mod_version = 2.0.0+1.19.4 ## {x-release-please-end}