diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-08-05 04:37:05 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-08-05 04:37:05 +0900 |
| commit | 8bff9150039b4d94830e43d0688bc03c6a082e64 (patch) | |
| tree | 3aa83b9c4d8fa5fabb4b11823890e3204f308cbc /website/src/assets | |
| parent | 418be2d127ce2d6a3ed5e9c876deb9c2aafc089b (diff) | |
| download | LunaticChat-8bff9150039b4d94830e43d0688bc03c6a082e64.tar.gz LunaticChat-8bff9150039b4d94830e43d0688bc03c6a082e64.tar.bz2 LunaticChat-8bff9150039b4d94830e43d0688bc03c6a082e64.zip | |
docs: add changelog pages to the documentation site
Release notes were written into the GitHub release body, which means they exist
once, in English only, and are awkward to revise after publishing. Putting them
on the site gives each release a Japanese and an English page that can be
corrected later and linked from anywhere.
The overview page states the versioning rules the version numbers alone do not
convey: that dropping a supported platform is a MINOR bump, that the Paper and
Velocity builds advance separately, and that the plugin version says nothing
about compatibility.
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src/assets')
| -rw-r--r-- | website/src/assets/changelog-default.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/website/src/assets/changelog-default.md b/website/src/assets/changelog-default.md new file mode 100644 index 0000000..1e9be22 --- /dev/null +++ b/website/src/assets/changelog-default.md @@ -0,0 +1,26 @@ +--- +layout: doc +--- + +# vX.Y.Z + +<!-- +- Download: + - [GitHub](https://github.com/m1sk9/LunaticChat/releases/tag/paper/vX.Y.Z) + - [Modrinth](https://modrinth.com/plugin/lunaticchat/version/X.Y.Z) + +- Download: + - [GitHub](https://github.com/m1sk9/LunaticChat/releases/tag/velocity/vX.Y.Z) + - [Modrinth (Velocity)](https://modrinth.com/plugin/lunaticchat/version/X.Y.Z-velocity) + +--> + +## New Features + +## Improvements + +## Changes + +## Bug Fixes + +## Notes |
