Skip to content

Commit

Permalink
v0.6.0 changelog (#191)
Browse files Browse the repository at this point in the history
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 <tyler@tailscale.com>
  • Loading branch information
tylersmalley committed Aug 11, 2023
1 parent 48f1bcc commit 5fb237d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in 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.

## [0.4.4] - 2023-06-29
## v0.6.0 - August 11, 2023

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.

## 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.

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

## [0.4.3] - 2023-06-21
## v0.4.3 - June 21, 2023

### Fixed

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

- 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
## v0.4.2 - June 13, 2023

### Added

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

## [0.4.1] - 2023-06-13
## v0.4.1 - June 13, 2023

### Added

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

Initial public release

## [0.4.0] - 2023-05-31
## v0.4.0 - May 31, 2023

### Added

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To backport a PR, add the `auto-backport` label to a PR and a corresponding vers
From the `main` branch:

```
$ git checkout -b release-branch/0.4
$ git checkout -b release-branch/v0.4
```

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

0 comments on commit 5fb237d

Please sign in to comment.