-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tyler Smalley <[email protected]>
- Loading branch information
Tyler Smalley
committed
Jun 21, 2023
1 parent
4475685
commit a05f401
Showing
2 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,45 @@ | ||
# Change Log | ||
# Changelog | ||
|
||
All notable changes to the "vscode-tailscale" extension will be documented in this file. | ||
All notable changes to this project will be documented in this file. | ||
|
||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to an [Odd-Even Versioning](https://en.wikipedia.org/wiki/Software_versioning#Odd-numbered_versions_for_development_releases) scheme. Odd-numbered versions are used for development and pre-release updates, while even-numbered versions are used for stable or public releases. | ||
|
||
## [Unreleased] | ||
## [0.4.3] - 2023-06-21 | ||
|
||
- Initial release | ||
### Fixed | ||
|
||
- Use sudo-prompt to re-run tsrelay in Linux (#64) | ||
- src/tailscale/cli: fix go path for development mode (#67) | ||
- Return manual resolution when access is denied to LocalBackend (#60) | ||
- Output server details as json (#37) | ||
|
||
### Changed | ||
|
||
- Upgrade dependencies: react, typescript, webpack, eslint, prettier, postcss, tailwindcss, lint-staged (#38, #39, #40, #41, #43, #44, #46, #47, #50, #53) | ||
|
||
## [0.4.2] - 2023-06-13 | ||
|
||
### Added | ||
|
||
- serve/simple: Notice for Linux users (#62) | ||
|
||
## [0.4.1] - 2023-06-13 | ||
|
||
### Added | ||
|
||
- Show error message for expired node key (#1) | ||
- Provide information on service underlying a proxy (#2) | ||
- readme: Added notice for Linux users (#61) | ||
|
||
### Changed | ||
|
||
- portdisco: switch to upstream portlist package (#10) | ||
- Upgrade dependencies: webpack, webpack-cli, webpack-dev-server, css-loader, postcss-loader, style-loader, ts-loader (#34) | ||
|
||
Initial public release | ||
|
||
## [0.4.0] - 2023-05-31 | ||
|
||
### Added | ||
|
||
- Simple view for adding a Funnel |
This file contains 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