-
-
Notifications
You must be signed in to change notification settings - Fork 35
Release 2.28.0 #441
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
Open
tastybento
wants to merge
33
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release 2.28.0 #441
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
7ab75a9
fix: zero new island on large protection ranges via incremental capture
tastybento caff259
Initial plan
Copilot 10d7c2f
Initial plan
Copilot 5d88f5b
fix: recalculate donated points from donatedBlocks map using current …
Copilot e1fc2d5
Changes before error encountered
Copilot ee568ba
Merge pull request #438 from BentoBoxWorld/copilot/fix-donation-calcu…
tastybento 663f429
refactor(listener): address Sonar findings in NewChunkListener
tastybento bec4ec1
Merge pull request #435 from BentoBoxWorld/fix/zero-island-large-prot…
tastybento 821a79b
Merge remote-tracking branch 'origin/master' into copilot/fix-blockco…
Copilot 58def10
Merge branch 'develop' into copilot/fix-blockconfig-limits
tastybento 45f32b7
Merge pull request #439 from BentoBoxWorld/copilot/fix-blockconfig-li…
tastybento f11ccce
fix: enforce blockconfig donation limits in GUI panel and confirm pro…
tastybento c210d66
perf: parallelize chunk fetches and add levelstatus diagnostics
tastybento 0a1e6ea
fix: dedup chunks and apply limits in NewChunkListener
tastybento 57c8a2e
fix: stop fresh islands reading level 1 from missed handicap
tastybento 0c75e7b
Merge pull request #440 from BentoBoxWorld/feat/lazy-zero-and-paralle…
tastybento 89f86a1
Initial plan
Copilot 4110dde
fix: cap donated block counts to current block limits during level ca…
Copilot 0548a0a
Merge pull request #443 from BentoBoxWorld/copilot/fix-donate-blocks-…
tastybento 22f20bb
fix: self-healing per-chunk handicap and address Copilot review
tastybento f254f04
fix: refresh initialCount in tidyUp to close zero-scan/regular-scan race
tastybento 7715a12
debug: delay zero scan and log handicap drift for diagnosis
tastybento 178d85a
fix: first /level after zero scan adopts live total as canonical base…
tastybento ce6e7a2
Revert "fix: first /level after zero scan adopts live total as canoni…
tastybento f562e96
Pin MockBukkit to Maven Central 4.110.0 instead of jitpack snapshot
tastybento a7f183d
Add MC 26.1.2 to Modrinth game-versions (#444)
tastybento 4cbe568
Add files via upload
tastybento fe19d63
ci: add CurseForge publish workflow (publishes the release asset)
tastybento a6e5e1b
ci: pin reusable workflow to SHA and enable Hangar publish
tastybento a08946b
ci: bump pinned reusable workflow to 71bf927bce32586216baa6995f21852d…
tastybento bf4a75c
Merge pull request #445 from BentoBoxWorld/ci/curseforge-publish
tastybento c3a786f
ci: bump pinned reusable workflow to fe4b1f0
tastybento d04146a
Merge pull request #446 from BentoBoxWorld/ci/bump-publish-workflow-f…
tastybento File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Level — .github/workflows/publish.yml | ||
| # Publishes the jar attached to a GitHub release to CurseForge and Hangar via the | ||
| # shared BentoBoxWorld/.github reusable workflow. Downloads the release asset instead of | ||
| # rebuilding from source. The reusable workflow is pinned to a commit SHA (Sonar | ||
| # githubactions:S7637). workflow_dispatch lets you (re)publish a given version. | ||
|
|
||
| name: Publish release to CurseForge and Hangar | ||
|
|
||
| on: | ||
| release: | ||
| types: [published] | ||
| workflow_dispatch: | ||
| inputs: | ||
| version: | ||
| description: "Version to publish (e.g. 1.2.3)" | ||
| required: true | ||
| type: string | ||
|
|
||
| jobs: | ||
| publish: | ||
| uses: bentoboxworld/.github/.github/workflows/publish-platforms.yml@fe4b1f03c19f4fd4212020a06a07a7097923adec # master | ||
| with: | ||
| use_release_asset: "true" # publish the jar attached to the release; do not rebuild | ||
| hangar_slug: "Level" # blank = skip Hangar | ||
| curseforge_id: "1514824" | ||
| game_versions: "26.2,26.1.2,26.1.1,26.1,1.21.11,1.21.10,1.21.9,1.21.8,1.21.7,1.21.6,1.21.5" | ||
| version: ${{ inputs.version }} # empty on release events -> falls back to the release tag | ||
| secrets: | ||
| HANGAR_API_KEY: ${{ secrets.HANGAR_API_KEY }} | ||
| CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }} | ||
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.