Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

87 lines (52 loc) · 3.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to an Odd-Even Versioning scheme. Odd-numbered versions are used for development and pre-release updates, while even-numbered versions are used for stable or public releases.

v1.0.0 - October 31, 2023

  • The Tailscale extension for VS Code is generally available (GA)

v0.8.0 - October 31, 2023

  • Symlink support in File explorer
  • Fixed issue with port discovery not working on Linux

v0.6.4 - September 27, 2023

  • Using "Attach VS Code" requires the user to be defined in the SSH configuration. We will now prompt to sync SSH configuration when using that feature.
  • Allow setting a sub-directory as a root using tilde (example: ~/foo)
  • Add "tailscale.fileExplorer.showDotFiles" to control if dot-files (example: .foo) are shown in the File Explorer.
  • Support for Tailscale client version 1.50.0
  • Auto-refresh Node Explorer periodically for updates to your tailnet. The polling period can be configured (and polling can be disabled) via "tailscale.nodeExplorer.refreshInterval".

v0.6.2 - August 23, 2023

  • Allow for opening and editing of symlinks
  • Provide context menu to change SSH user or home directory on the File Explorer node

v0.6.0 - August 11, 2023

New: View and interact with machines on your tailnet. Powered by Tailscale SSH, you can remotely manage files, open terminal sessions, or attach remote VS Code sessions.

v0.4.4 - June 29, 2023

An update providing a fix for users running on Flatpak while reducing the required VS Code version to 1.74.0.

Changed

  • package.json: change "engines"."vscode" to "^1.74.0" (#89)
  • Only run in the UI, not on a remote (#58)
  • Replace tailscale binary with tailscaled unix socket (#83)
  • Upgrade dependencies: vscode (#48), @types/node (#49), glob (#51), eslint (#65), webpack (#63), typescript (#69, #78), react (#68), @types/react (#74), swr (#72),

Fixed

  • Run flatpak-spawn when pkexec is needed (#86)
  • Only add menu items to serve view (#77)

v0.4.3 - June 21, 2023

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)

v0.4.2 - June 13, 2023

Added

  • serve/simple: Notice for Linux users (#62)

v0.4.1 - June 13, 2023

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

v0.4.0 - May 31, 2023

Added

  • Simple view for adding a Funnel