v0.11.0 — Share the log, and the first outside contributions
·
25 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Share the log, and the first outside contributions
The console can now leave the machine when you want it to, and this is the
first release with changes from outside the project. Console export and line
numbers are by @CallumJohnson.
Console
- Export. Save the console to a
.logfile beside the server's
snapshots, or upload it to mclo.gs, the log-sharing service plugin
developers ask for, and open the link. The upload happens only after a
dialog that says what is in it: mcctl replaces your account name in file
paths first, mclo.gs removes IP addresses on its side (best effort, by its
own policy) and deletes the log 90 days after it was last opened, and
everything else goes as is. The delete token is kept inrun/mclogs.json. - Line numbers, toggleable and remembered.
- The name to type when deleting a server is shown in its own case. The
label had been styling it uppercase while the check was exact, so
survivalwas shown as SURVIVAL and never matched. Reported in #8.
Around the project
- Every release now names its contributors: GitHub appends the merged pull
requests with their authors under these notes, and a "New Contributors"
line for first-timers. - A project page, and banner artwork for partner sites.
What's Changed
Everything else
- fix: Case sensitivity for deletion. by @CallumJohnson in #9
- feat: Line Numbers in logs by @CallumJohnson in #10
- feat: Export logs by @CallumJohnson in #11
- fix(mclogs): promise only what mclo.gs documents, and take the account name out first by @joogiebear in #12
- chore(release): name the contributors on every release by @joogiebear in #13
- feat(site): a project page, published by GitHub Pages, and banner artwork for partners by @joogiebear in #14
- docs: drop the 0.9.1 release notes, which shipped as 0.10.0 by @joogiebear in #16
New Contributors
- @CallumJohnson made their first contribution in #9
Full Changelog: v0.10.1...v0.11.0
Built from d500512f46aa on 2026-09-04T00:19:29.192Z.