Skip to content

Commit d2ddfc8

Browse files
committed
v0.6.0 changelog (#191)
Starting to move to a changelog that is more "user friendly". Instead of a list of changes presenting a few sentences on what to expect. Signed-off-by: Tyler Smalley <[email protected]>
1 parent 48f1bcc commit d2ddfc8

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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
7+
## v0.6.0 - August 11, 2023
8+
9+
New: View and interact with machines on your tailnet. Powered by [Tailscale SSH](https://tailscale.com/tailscale-ssh/), you can remotely manage files, open terminal sessions, or attach remote VS Code sessions.
10+
11+
## v0.4.4 - June 29, 2023
812

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

@@ -20,7 +24,7 @@ An update providing a fix for users running on Flatpak while reducing the requir
2024
- Run flatpak-spawn when pkexec is needed (#86)
2125
- Only add menu items to serve view (#77)
2226

23-
## [0.4.3] - 2023-06-21
27+
## v0.4.3 - June 21, 2023
2428

2529
### Fixed
2630

@@ -33,13 +37,13 @@ An update providing a fix for users running on Flatpak while reducing the requir
3337

3438
- Upgrade dependencies: react, typescript, webpack, eslint, prettier, postcss, tailwindcss, lint-staged (#38, #39, #40, #41, #43, #44, #46, #47, #50, #53)
3539

36-
## [0.4.2] - 2023-06-13
40+
## v0.4.2 - June 13, 2023
3741

3842
### Added
3943

4044
- serve/simple: Notice for Linux users (#62)
4145

42-
## [0.4.1] - 2023-06-13
46+
## v0.4.1 - June 13, 2023
4347

4448
### Added
4549

@@ -54,7 +58,7 @@ An update providing a fix for users running on Flatpak while reducing the requir
5458

5559
Initial public release
5660

57-
## [0.4.0] - 2023-05-31
61+
## v0.4.0 - May 31, 2023
5862

5963
### Added
6064

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To backport a PR, add the `auto-backport` label to a PR and a corresponding vers
7878
From the `main` branch:
7979

8080
```
81-
$ git checkout -b release-branch/0.4
81+
$ git checkout -b release-branch/v0.4
8282
```
8383

8484
#### To make a new patch for an existing release (e.g., `0.2.0` ⇒ `0.2.1`)

0 commit comments

Comments
 (0)