-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.5.5 #319
Merged
Merged
Release 2.5.5 #319
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update JamesIves/github-pages-deploy-action action to v4.4.3 * Update javadocs.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lilly Tempest <46890129+rainbowdashlabs@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Add error handling for SchematicBrushReborn settings and modifiers The modification introduces error handling for invoking mutations in SchematicBrushReborn's brush settings and schematic modifiers. A try-catch block has been added to catch any runtime exceptions that may occur when applying brush settings or schematic modifiers. If an exception occurs, a warning log message is generated, and if the modifier is shiftable, it is shifted. This approach is aimed at preventing application crash due to a faulty setting or modifier, and providing a clear log message to facilitate in problem diagnosis. * Add initial value assignments for FlipList and RotationList A value assignment statement has been added to both FlipList and RotationList classes. This change ensures that the classes have an initial value when they are instantiated. This is important to avoid potential null pointer exceptions and to ensure proper class functionality. * Fix typo in method documentation The typo in the method comments of 'Build a paste operation' in the BrushPasteImpl.java file was corrected. The misspelled word 'caputure' is now corrected to 'capture'. This change is purely for enhancing the readability of the code and does not affect any functionality. * Remove redundant include in settings.gradle.kts The general include(":") directive has been removed from the settings.gradle.kts file as it was not necessary. All other necessary subprojects are still being included individually which makes the build process clearer and avoids possible complications in the future.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
rainbowdashlabs
temporarily deployed
to
build
September 6, 2023 20:20
— with
GitHub Actions
Inactive
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…2.15.3 (#328) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-yaml to v2.15.3 (#330) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…5.3 (#329) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
rainbowdashlabs
referenced
this pull request
in eldoriarpg/survivalschematicbrush
Jan 24, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [de.eldoria:schematicbrushreborn-api](https://togithub.com/eldoriarpg/schematicbrushreborn) | `2.5.4` -> `2.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/de.eldoria:schematicbrushreborn-api/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/de.eldoria:schematicbrushreborn-api/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/de.eldoria:schematicbrushreborn-api/2.5.4/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/de.eldoria:schematicbrushreborn-api/2.5.4/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eldoriarpg/schematicbrushreborn (de.eldoria:schematicbrushreborn-api)</summary> ### [`v2.6.0`](https://togithub.com/eldoriarpg/SchematicBrushReborn/releases/tag/v2.6.0) #### What's Changed - Feature/storage hotswap by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/354](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/354) - Release 2.6.0 by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/355](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/355) **Full Changelog**: eldoriarpg/SchematicBrushReborn@v2.5.6...v2.6.0 ### [`v2.5.6`](https://togithub.com/eldoriarpg/SchematicBrushReborn/releases/tag/v2.5.6) #### What's Changed - Update adventure by [@​renovate](https://togithub.com/renovate) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/343](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/343) - Update dependency com.sk89q.worldedit:worldedit-bukkit to v7.2.18 by [@​renovate](https://togithub.com/renovate) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/342](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/342) - Update dependency gradle to v8.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/344](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/344) - Update FAWE to v2.8.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/341](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/341) - Release 2.5.6 by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/349](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/349) **Full Changelog**: eldoriarpg/SchematicBrushReborn@v2.5.5...v2.5.6 ### [`v2.5.5`](https://togithub.com/eldoriarpg/SchematicBrushReborn/releases/tag/v2.5.5) #### What's Changed - Fix: rotation npe by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/317](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/317) - Update dependency net.kyori:adventure-platform-bukkit to v4.3.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/327](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/327) - Update dependency com.sk89q.worldedit:worldedit-bukkit to v7.2.17 by [@​renovate](https://togithub.com/renovate) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/331](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/331) - Update FAWE to v2.8.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/332](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/332) - Release 2.5.5 by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/eldoriarpg/SchematicBrushReborn/pull/319](https://togithub.com/eldoriarpg/SchematicBrushReborn/pull/319) **Full Changelog**: eldoriarpg/SchematicBrushReborn@v2.5.4...v2.5.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/eldoriarpg/survivalschematicbrush). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuMTM1LjAiLCJ0YXJnZXRCcmFuY2giOiJkZXYifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.