Skip to content

Commit 2d033c4

Browse files
author
Tyler Smalley
committed
changelog: v0.4.4 (#93)
Signed-off-by: Tyler Smalley <tyler@tailscale.com> (cherry picked from commit 0292844)
1 parent 90b0421 commit 2d033c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
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.
66

7+
## [0.4.4] - 2023-06-29
8+
9+
An update providing a fix for users running on Flatpak while reducing the required VS Code version to 1.74.0.
10+
11+
### Changed
12+
13+
- package.json: change "engines"."vscode" to "^1.74.0" (#89)
14+
- Only run in the UI, not on a remote (#58)
15+
- Replace tailscale binary with tailscaled unix socket (#83)
16+
- Upgrade dependencies: vscode (#48), @types/node (#49), glob (#51), eslint (#65), webpack (#63), typescript (#69, #78), react (#68), @types/react (#74), swr (#72),
17+
18+
### Fixed
19+
20+
- Run flatpak-spawn when pkexec is needed (#86)
21+
- Only add menu items to serve view (#77)
22+
723
## [0.4.3] - 2023-06-21
824

925
### Fixed

0 commit comments

Comments
 (0)