summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2026-04-05docs(website): fix old docs/ path references and add English i18n pagesSho Sakuma
Update editLink patterns, git log path, and footer labels from docs/ to website/ in config.mts, ja.ts, and en.ts. Restructure English sidebar/nav to match new docs layout. Add English stub pages for all 12 documentation routes. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05fix(ci): update working-directory from docs to website in workflowsSho Sakuma
The docs directory was renamed to website in 842bf9d, but the CI and deploy workflows still referenced the old path, causing build_docs to fail. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05chore: Add MCPSho Sakuma
2026-04-05docs(website): add v1 documentation pages and fix dark themeSho Sakuma
Add 12 documentation pages covering configuration, permissions, features (DM, channel chat, romaji conversion, Velocity integration, message logging, admin), and reference (commands, message format, player settings). Restructure sidebar for new docs layout. Fix dark theme rendering caused by :global(.dark) in DownloadCard.vue applying filter:invert(1) to html element. Fix download button colors for dark mode. Add protocol version compatibility notice to download page. Move favicon.ico to correct public directory. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs: add download page and rename docs to websiteSho Sakuma
- Add download page with GitHub API data loader for latest releases - Add DownloadCard Vue component with JA/EN i18n support - Include Modrinth and CI build links - Rename docs/ directory to website/ Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04docs: adjust layout sizing and add feature screenshotsSho Sakuma
- Widen showcase container to 1152px with balanced text/image ratio - Unify platform card icon size to 40px - Replace placeholders with actual feature screenshots - Add @types/bun for node:child_process type resolution Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04docs: redesign v1 documentation landing pageSho Sakuma
- Archive v0 docs, promote v1 as main - Add feature showcase sections with alternating text/image layout - Add PaperMC official brand SVGs with MIT license - Add commit hash to footer - Remove version switcher components - Fix Velocity description to clarify global chat relay only Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04docs: Archive v0 docsSho Sakuma
2026-04-04Merge pull request #165 from m1sk9/feat/velocity-supportSho Sakuma
feat: Improving Velocity's Cycling Compatibility
2026-04-04test: Add protocol version test-caseSho Sakuma
2026-04-04ci: Remove nightly releaseSho Sakuma
2026-04-04fix(deps): update dependency io.papermc.paper:paper-api to ↵nightlyrenovate[bot]
v26.1.1.build.15-alpha (#166) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-04feat: Improving Velocity's Cycling CompatibilitySho Sakuma
2026-04-04ci: switch nightly release trigger from push to daily scheduleSho Sakuma
Add check job to skip build when no new commits since last nightly. Remove concurrency group (unnecessary with cron), add --target flag to record exact commit SHA for skip detection. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04Merge pull request #164 from m1sk9/fix/nightly-release-ciSho Sakuma
ci: fix nightly release version extraction from build.gradle.kts
2026-04-04ci: fix nightly release version extraction from build.gradle.ktsSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04Merge pull request #159 from m1sk9/renovate/actions-deploy-pages-5.xSho Sakuma
chore(deps): update actions/deploy-pages action to v5
2026-04-04Merge pull request #160 from m1sk9/renovate/codecov-codecov-action-6.xSho Sakuma
chore(deps): update codecov/codecov-action action to v6
2026-04-04Merge pull request #161 from m1sk9/renovate/gradle-actions-6.xSho Sakuma
chore(deps): update gradle/actions action to v6
2026-04-04Merge pull request #162 from m1sk9/renovate/jdx-mise-action-4.xSho Sakuma
chore(deps): update jdx/mise-action action to v4
2026-04-04Merge pull request #163 from m1sk9/support-jdk25_and_26.1Sho Sakuma
feat: Support Minecraft 26.1.1 and JDK 25
2026-04-04fix: remove needless blank lines in StatusCommandSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04fix(paper): register chat listener when only Japanese conversion is enabledSho Sakuma
PlayerChatListener was not registered unless channel chat or Velocity cross-server chat was enabled, causing romaji conversion to silently not work when used standalone. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04feat: Support Minecraft 26.1Sho Sakuma
2026-04-04chore(deps): update jdx/mise-action action to v4renovate[bot]
2026-04-04chore(deps): update gradle/actions action to v6renovate[bot]
2026-04-04chore(deps): update codecov/codecov-action action to v6renovate[bot]
2026-04-04chore(deps): update actions/deploy-pages action to v5renovate[bot]
2026-03-30chore(deps): update dependency @biomejs/biome to v2.4.10 (#158)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-27fix(deps): update ktor monorepo to v3.4.2 (#157)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-27chore(deps): update plugin com.gradleup.shadow to v9.4.1 (#156)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-26chore(deps): update plugin org.jetbrains.dokka to v2.2.0 (#155)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-26Merge pull request #154 from m1sk9/ci/support-nightly-releaseSho Sakuma
ci: Support nightly release
2026-03-26chore: Remove unused language dataSho Sakuma
2026-03-26test: Fix StatusCommandTest `verify` valueSho Sakuma
2026-03-26Merge branch 'main' into ci/support-nightly-releaseSho Sakuma
2026-03-26feat: Add Night warning to Status CommandSho Sakuma
2026-03-26ci: Support Nightly release CISho Sakuma
2026-03-25chore(deps): update dependency @biomejs/biome to v2.4.9 (#153)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-24Merge pull request #152 from m1sk9/renovate/jdx-mise-action-4.xSho Sakuma
chore(deps): update jdx/mise-action action to v4
2026-03-23chore(deps): update jdx/mise-action action to v4renovate[bot]
2026-03-22Merge pull request #150 from m1sk9/copilot/fix-broken-links-in-docsSho Sakuma
Correcting links in documentation files
2026-03-22fix: update broken documentation linkscopilot-swe-agent[bot]
Co-authored-by: m1sk9 <82575685+m1sk9@users.noreply.github.com> Agent-Logs-Url: https://github.com/m1sk9/LunaticChat/sessions/3d516ff1-a374-4ea9-9d2a-f714f7043c32
2026-03-19chore(deps): update gradle to v9.4.1 (#149)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>