summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-01Merge pull request #218 from m1sk9/release/paper-v1.2.1paper/v1.2.1Sho Sakuma
chore(release): prepare paper v1.2.1
2026-06-01chore(release): prepare paper v1.2.1Sho Sakuma
Dependency-only release. Bump paperVersion to 1.2.1 and document Paper API, library, Gradle, and Shadow plugin updates. Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-01Merge pull request #217 from m1sk9/fix/matrix-handshake-directionSho Sakuma
docs(compatibility): clarify protocol version validation is Velocity
2026-06-01Merge pull request #209 from ↵Sho Sakuma
m1sk9/renovate/cloudnode-pro-modrinth-publish-digest chore(deps): update cloudnode-pro/modrinth-publish digest to 8dc596b
2026-06-01docs(compatibility): clarify protocol version validation is Velocity-onlySho Sakuma
Update the compatibility matrix logic and documentation to reflect the actual implementation: only Velocity performs the handshake validation, not Paper. - Remove velocity-too-new and velocity-too-old from CompatibilityResult - Simplify checkCompatibility() to check only if Velocity accepts Paper - Update reason labels to clarify direction (Paper vs Velocity perspective) - Add note distinguishing plugin version from protocol version - Clarify Velocity-only validation in the protocol section - Rewrite compatibility rules from Velocity's perspective Paper only sends the handshake; it does not validate Velocity's version. This aligns documentation with the actual behavior in platform-velocity/.../PluginMessageHandler.kt. Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-31fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.2.build.67-stable (#216) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-29fix(deps): update dependency io.mockk:mockk to v1.14.11 (#215)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-28chore(deps): update cloudnode-pro/modrinth-publish digest to 8dc596brenovate[bot]
2026-05-28chore(deps): update plugin com.gradleup.shadow to v9.4.2 (#214)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-27chore(deps): update dependency @biomejs/biome to v2.4.16 (#213)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-26fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.2.build.66-stable (#212) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-23fix(deps): update junit-framework monorepo to v6.1.0 (#211)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-23fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.2.build.65-stable (#210) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-17fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.2.build.64-stable (#208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-14fix(deps): update ktor monorepo to v3.5.0 (#207)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-14chore(deps): update gradle to v9.5.1 (#206)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-14chore(deps): update dependency bun to v1.3.14 (#205)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-11fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.2.build.63-stable (#204) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-10fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.2.build.62-stable (#203) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-10chore(deps): update dependency @biomejs/biome to v2.4.15 (#202)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-08fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.2.build.61-stable (#201) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-08fix(deps): update kotlinx-coroutines monorepo to v1.11.0 (#200)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-06Merge pull request #198 from m1sk9/support/paper-26.1.2paper/v1.2.0Sho Sakuma
chore(release): Paper 26.1.2 support
2026-05-06chore(release): prepare paper v1.2.0 for paper 26.1.2 supportSho Sakuma
- Bump paperVersion to 1.2.0 - Update docker compose files to Paper/Folia 26.1.2 - Add v1.2.0 entry to CHANGELOG - Drop "LunaticChat" prefix from release titles Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-06Merge pull request #197 from m1sk9/fix/velocity-compatibility-infoSho Sakuma
docs: clarify paper/velocity compatibility
2026-05-06docs: clarify paper/velocity compatibilitySho Sakuma
Add a dynamic compatibility matrix (GitHub Releases + ProtocolVersion.kt at each tag) shown on the home page, download page, and a new reference doc. Split protocol theory and rolling-update rules out of the Velocity feature guide into the new compatibility reference, and simplify the download notice. Also set explicit GitHub release titles in the Paper / Velocity workflows so the awkward paper/v* tag prefix is not the user-facing label. Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-06chore: drop dokka workflow badge from readmeSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-06Merge pull request #192 from ↵Sho Sakuma
m1sk9/renovate/cloudnode-pro-modrinth-publish-digest chore(deps): update cloudnode-pro/modrinth-publish digest to a913fbd
2026-05-05fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.2.build.60-stable (#196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-01chore(deps): update dependency @biomejs/biome to v2.4.14 (#195)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-01fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.2.build.53-stable (#194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-29chore(deps): update cloudnode-pro/modrinth-publish digest to a913fbdrenovate[bot]
2026-04-28chore(deps): update gradle to v9.5.0 (#193)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-23chore(deps): update dependency @biomejs/biome to v2.4.13 (#191)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-23fix(deps): update kotlin monorepo to v2.3.21 (#190)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-22fix(deps): update ktor monorepo to v3.4.3 (#189)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-20chore(deps): update dependency bun to v1.3.13 (#188)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14chore(deps): update dependency @biomejs/biome to v2.4.12 (#187)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-11Merge pull request #186 from m1sk9/fix/cloudflare-worker-custom-domainSho Sakuma
fix(docs): add custom domain to wrangler config
2026-04-11fix(docs): add custom domain to wrangler configSho Sakuma
Explicitly declare lc.m1sk9.dev as a custom domain in wrangler.jsonc to ensure the domain binding is applied on every deploy. Without this, the Worker would intermittently fall back to a "Deploying..." placeholder. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10chore(deps): update dependency bun to v1.3.12 (#185)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-09fix(deps): update dependency ↵renovate[bot]
org.jetbrains.kotlinx:kotlinx-serialization-json to v1.11.0 (#184) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-09chore(deps): update dependency @biomejs/biome to v2.4.11 (#183)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-07Merge pull request #182 from m1sk9/fix/release-artifact-pathpaper/v1.1.0Sho Sakuma
fix(ci): add download path for release artifact
2026-04-07fix(ci): add download path for release artifactSho Sakuma
download-artifact without path extracts the JAR to the repo root, but gh release create expects it under platform-*/build/libs/. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07Merge pull request #181 from m1sk9/ci/add-nightly-tagSho Sakuma
ci: add nightly tag to CI shadowJar build
2026-04-07Merge branch 'main' into ci/add-nightly-tagSho Sakuma
2026-04-07ci: add nightly tag to CI shadowJar buildSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07Merge pull request #180 from m1sk9/docs/update-guideSho Sakuma
docs: add subcommand aliases to command reference
2026-04-07docs: add Spigot/BungeeCord unsupported noticeSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>