4.1.0 - #16
Merged
Merged
Conversation
The web interface becomes an admin dashboard that manages servers as well as keys, and can run in the background with a bookmarkable URL. A minor rather than a patch: the CLI gains the servers and service command families, servers gain somewhere to be saved, and the dashboard URL stops changing between runs. Nothing that worked before behaves differently — OUTLINE_API_URL still takes precedence, and a setup that only ever used it is untouched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump and CHANGELOG for 4.1.0. No code changes — everything shipping here already landed in #15.
A minor, not a patch. The CLI gains the
serversandservicecommand families, servers gain somewhere to be saved, and the dashboard URL stops changing between runs. Nothing that worked before behaves differently:OUTLINE_API_URLstill takes precedence, and a setup that only ever used it is untouched.What ships
launchctlrace that brokeservice restart, and the dashboard token being written into a world-readable service log.The full entry is in CHANGELOG.md.
After merging
Tag the merge commit
v4.1.0, push it, and publish a GitHub Release for that tag.release.ymlverifies the tag matchespackage.json, runs the suite throughprepublishOnly, and publishes over OIDC.Checked before opening this
npm pack --dry-runships all 15 files, including the four newlib/modules.package-lock.jsonbumped alongsidepackage.json(vianpm version --no-git-tag-version).🤖 Generated with Claude Code