summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-18Merge pull request #146 from m1sk9/fix/channel-joined-notificationv0.11.0Sho Sakuma
fix: Restore the Channel Manager at player login
2026-03-18Potential fix for pull request findingSho Sakuma
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-18fix: Remove state active channelsSho Sakuma
2026-03-18test: Add test-case, ignore listenerSho Sakuma
2026-03-18test: Add Restore Channel Manager test-caseSho Sakuma
2026-03-18fix: Restore channel managerSho Sakuma
2026-03-17fix: delay channel login notification to avoid being buried by other join ↵Sho Sakuma
messages
2026-03-17feat: Improved notification messages when logging in to the serverSho Sakuma
2026-03-17Merge pull request #145 from m1sk9/feat/remove-chatmodeSho Sakuma
feat!: Remove ChatMode feature
2026-03-17chore: Bump versionSho Sakuma
2026-03-17feat: Remove permissionSho Sakuma
2026-03-17docs: remove chatmode documentation and update channel chat pagesSho Sakuma
2026-03-17feat!: Remove ChatMode feature, followback channel chat modeSho Sakuma
2026-03-16fix(deps): update kotlin monorepo to v2.3.20 (#144)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-15chore(deps): update plugin com.gradleup.shadow to v9.4.0 (#143)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-15Merge pull request #140 from m1sk9/refactor/lunaticchat-logicSho Sakuma
refactor: Optimization of internal logic
2026-03-15fix: correct language key and remove unused parameter in channel handlingSho Sakuma
- Fix invalid language key "general.formattedMessage" to "general.spyMessage" in ChannelMessageHandler - Remove unused romajiConverter parameter from initializeChannelManager - Update KDoc @throws to match ChannelAlreadyExistsException - Reorganize CHANGELOG for v1.0.0
2026-03-15Merge branch 'main' into refactor/lunaticchat-logicSho Sakuma
2026-03-15refactor: Optimization of internal logicSho Sakuma
2026-03-15Merge pull request #139 from ↵Sho Sakuma
m1sk9/renovate/cloudnode-pro-modrinth-publish-digest chore(deps): update cloudnode-pro/modrinth-publish digest to 0be4916
2026-03-14chore(deps): update cloudnode-pro/modrinth-publish digest to 0be4916renovate[bot]
2026-03-13chore(deps): update dependency @biomejs/biome to v2.4.7 (#138)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-12chore(deps): update plugin org.jlleitschuh.gradle.ktlint to v14.2.0 (#137)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-09Merge pull request #136 from m1sk9/fix/docs-version-switcherSho Sakuma
fix(docs): prevent double-slash URL in version switcher for root locale
2026-03-09fix(docs): prevent double-slash URL in version switcher for root localeSho Sakuma
When currentLocale is empty (root locale), both isLocaleFirst and activeVersion incorrectly matched the empty first segment of pathSegments, producing paths like //v1 instead of /v1/.
2026-03-09Merge pull request #135 from m1sk9/fix/docs-deploy-ci-triggerSho Sakuma
fix(ci): Fixed an issue where document deployment was not performed successfully
2026-03-09ci: Remove path trigger from push targetSho Sakuma
2026-03-05chore(deps): update plugin org.jlleitschuh.gradle.ktlint to v14.1.0 (#134)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-05chore(deps): update dependency @biomejs/biome to v2.4.6 (#133)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-05Merge pull request #132 from m1sk9/docs/version-systemSho Sakuma
feat(docs): add version system with @viteplus/versions
2026-03-05fix(docs): address Copilot review feedback on docs workflowSho Sakuma
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05fix(docs): sort imports in theme index to satisfy biomeSho Sakuma
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05chore: exclude docs Vue files from language statisticsSho Sakuma
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05feat(docs): add version system with @viteplus/versionsSho Sakuma
Introduce multi-version documentation support using @viteplus/versions. Add VersionSwitcher nav component, VersionBanner for non-latest versions, custom theme with Layout override, and v1 archive placeholder. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05Merge pull request #131 from m1sk9/renovate/major-github-artifact-actionsSho Sakuma
chore(deps): update github artifact actions (major)
2026-03-04chore(deps): update github artifact actionsrenovate[bot]
2026-03-04chore(deps): update gradle to v9.4.0 (#130)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-03fix(deps): update ktor monorepo to v3.4.1 (#129)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-03Merge pull request #128 from m1sk9/ci/deploy-docsSho Sakuma
ci: Add Cloudflare Workers deploy workflow for docs
2026-03-03Merge branch 'main' into ci/deploy-docsSho Sakuma
2026-03-03ci: Address Copilot review feedback on docs workflowSho Sakuma
- Add mise.toml to paths filter for build environment changes - Add concurrency group to prevent racing deployments - Remove unused deployments:write permission Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03ci: Add Cloudflare Workers deploy workflow for docsSho Sakuma
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02chore(deps): update dependency @biomejs/biome to v2.4.5 (#127)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-02Merge pull request #126 from m1sk9/cloudflare/workers-autoconfigSho Sakuma
docs: Add Cloudflare Workers configuration
2026-03-02chore: Replace Vitepress previewSho Sakuma
2026-03-02ci: Add Cloudflare Workers configurationcloudflare-workers-and-pages[bot]
2026-03-02Merge pull request #125 from m1sk9/chore/revert-oxc-to-biomeSho Sakuma
chore: Revert Biome settings
2026-03-02chore: Revert Biome settingsSho Sakuma
2026-02-28chore(deps): update plugin com.gradleup.shadow to v9.3.2 (#124)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-26chore(deps): update dependency bun to v1.3.10 (#123)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>