Releases: Kir-Antipov/outline-cli
Releases · Kir-Antipov/outline-cli
Outline CLI - 3.0.0
Features
- App settings are now stored in JSON for easier access and editing
- Added configuration options for routing policies that should be excluded from VPN redirection (#7, #8)
Fixes
- Routing rules are now persistent and no longer vanish after a system reboot
- Fixed support for both dynamic and legacy access keys that specify a prefix
Full Changelog: v2.1.1...v3.0.0
Outline CLI - 2.1.1
Features
- Added support for URL parameters in legacy keys
Fixes
- Implemented a routine to remove unnecessary Base64 padding, which previously broke the
outline-sdk
's extremely fragile parsing logic (#6)
Full Changelog: v2.1.0...v2.1.1
Outline CLI - 2.1.0
Features
- Added support for fully Base64-encoded keys (#5)
- Added support for default access key names specified via the fragment identifier (#5)
Fixes
- Resolved an issue where the remote installation script would fail if the target machine did not have
git
preinstalled
Full Changelog: v2.0.0...v2.1.0
Outline CLI - 2.0.0
Features
Fixes
- The script no longer requires
$PATH
to be properly initialized (#3) - You are no longer reconnected to your last VPN server unconditionally on every reboot or network status change (#3)
- The installation process no longer fails when there is no C/C++ compiler installed on the current system (#4)
Breaking Changes
- The executables have been moved from
/usr/local/sbin
to/usr/local/bin
(#3) - Automatic
keyd
integration has been disabled
Full Changelog: v1.0.0...v2.0.0