Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Notable changes to shadowtools. The format follows

## [Unreleased]

## [4.1.0] — 2026-08-28

The web interface becomes an admin dashboard that manages servers as well as
keys, and can run in the background with a URL you can bookmark.

### Added

- **The web interface is now a multi-server admin dashboard.** It manages the
Expand Down Expand Up @@ -153,5 +158,6 @@ They are recorded because the version numbers appear in the git history.
- The original script: list access keys, rewriting the server IP to a custom
domain.

[Unreleased]: https://github.com/rahmanow/shadowtools/compare/v4.0.1...HEAD
[Unreleased]: https://github.com/rahmanow/shadowtools/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/rahmanow/shadowtools/releases/tag/v4.1.0
[4.0.1]: https://github.com/rahmanow/shadowtools/releases/tag/v4.0.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadowtools",
"version": "4.0.1",
"version": "4.1.0",
"description": "Manage Outline VPN (Shadowbox) servers and access keys from a local admin dashboard, the command line, or your own code: list, create, rename, delete, set data limits, report usage and show QR codes",
"license": "MIT",
"main": "index.js",
Expand Down