summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2026-04-07docs(commands): add subcommand aliases to command referenceSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07Merge pull request #179 from m1sk9/feat/subcommand-aliasSho Sakuma
feat(command): add subcommand aliases with tab completion support
2026-04-07ci: fix codecov/patch failure by excluding command impl and adding ↵Sho Sakuma
applyMethodPermission tests Exclude command implementation classes (platform-paper/command/impl/**) from codecov coverage metrics since they are tightly coupled to the Paper/Brigadier runtime and exercised via end-to-end server tests. This consolidates the previous per-file exclusion for VelocityStatusCommand. Also add unit tests for the new applyMethodPermission method in LunaticCommand to ensure the command/core package maintains coverage. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07test(command): add unit tests for withAliases methodSho Sakuma
Cover the new withAliases helper in LunaticCommand to satisfy codecov/patch coverage threshold (80%). Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07feat(command): add subcommand aliases with tab completion supportSho Sakuma
Closes #173 Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07feat: Add subcommand alias nodesSho Sakuma
2026-04-07Merge pull request #178 from m1sk9/ci/merge-ci_and_cdSho Sakuma
ci: merge dokka and docs deploy workflows into ci.yaml
2026-04-07ci: merge dokka and docs deploy workflows into ci.yamlSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07Merge pull request #177 from m1sk9/fix/cloudflare-worker-deploy-cancelSho Sakuma
ci(docs): add path filter and prevent mid-deploy cancellation
2026-04-07Merge branch 'main' into fix/cloudflare-worker-deploy-cancelSho Sakuma
2026-04-07ci(docs): add path filter and prevent mid-deploy cancellationSho Sakuma
- Trigger only on website/ and workflow file changes to avoid unnecessary redeploys from unrelated pushes (e.g. Renovate) - Set cancel-in-progress to false to prevent wrangler deploy from being interrupted, which left the site stuck on "Deploying..." Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-06fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.1.build.29-alpha (#176) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-06fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.1.build.28-alpha (#175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-05fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.1.build.24-alpha (#174) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-05fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.1.build.20-alpha (#171) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-05fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.1.build.18-alpha (#170) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-04fix(deps): update dependency io.papermc.paper:paper-api to ↵renovate[bot]
v26.1.1.build.16-alpha (#169) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-05Merge pull request #168 from m1sk9/fix/dynamic-download-dataSho Sakuma
fix(website): fetch download data dynamically
2026-04-05fix(website): fetch download data dynamically on client sideSho Sakuma
Replace the VitePress build-time data loader with a client-side composable so the download page always shows the latest GitHub release without requiring a site redeploy. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05Merge pull request #167 from m1sk9/docs/Update-v1-docsv1.0.0Sho Sakuma
docs: Update v1 Document
2026-04-05fix(website): resolve biome formatting errors in sidebar configSho Sakuma
Fix irregular whitespace (ideographic space) and missing trailing commas in ja.ts and en.ts that caused biome CI check to fail. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): fix links and i18n for download compatibility noticeSho Sakuma
Update README documentation link to new docs path. Fix English nav download link to use /en/download. Make compatibility notice title translatable via i18n. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): add English download pageSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): translate landing page to EnglishSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): translate all documentation pages to EnglishSho Sakuma
Translate 12 documentation pages into English under /en/docs/: getting-started, configuration, permissions, features (direct-message, channel-chat, japanese-conversion, velocity, message-logging, admin), and reference (commands, message-format, player-settings). Co-Authored-By: Claude <noreply@anthropic.com>