Skip to content

Commit

Permalink
Version bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise committed Sep 3, 2024
1 parent f5bc0bb commit 08706dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ We built this because, while Tailscale has lovely desktop apps for macOS and Win

Some things we want to add in the future:

- Ability to start the daemon on macOS
- Multiple accounts and custom login URLs
- A menu of all accessible network devices

<img width="1037" alt="Screenshot of tsui" src="https://github.com/user-attachments/assets/5593f8be-d2ab-4f64-ac79-0c285e018b68">
<img width="1017" alt="Screenshot of tsui" src="https://github.com/user-attachments/assets/34e1ab81-42f2-4853-af27-a41f9d839fba">

## Installation

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

outputs = { self, nixpkgs }:
let
version = "0.1.0";
version = "0.2.0";

# System types to support.
supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
Expand Down

0 comments on commit 08706dd

Please sign in to comment.