Skip to content

Releases: mentimeter/linkup

2.1.0

24 Feb 16:00
a1f03f3

Choose a tag to compare

test: add a high version header for passing the tests

2.0.0

21 Feb 14:20
421d75b

Choose a tag to compare

fix: use rustls-tls feature on Cloudflare crate (#173)

1.7.2

31 Jan 08:48

Choose a tag to compare

Linkup 1.7.2

1.7.1

24 Jan 08:54
dc38aad

Choose a tag to compare

chore: release 1.7.1 (#148)

1.7.0

23 Jan 13:05
7c32fb8

Choose a tag to compare

chore: release 1.7.0 (#146)

1.6.0

13 Jan 10:51
f305a8c

Choose a tag to compare

chore: release 1.6.0 (#137)

1.5.0

18 Dec 12:42
fe6df60

Choose a tag to compare

chore: bump linkup-cli 1.4.0 -> 1.5.0 (#124)

### Changelog:
- feat: new dynamic `status` (#122)
- fix: unable to set session name on first run (#123)

1.4.0

17 Dec 08:28
d91b747

Choose a tag to compare

refactor: rework background services (#121)

### Description
These changes introduce a preview of how the start process is going when
using the `linkup start` command.

### New start feedback


https://github.com/user-attachments/assets/5e0ea244-aa34-46af-8f9d-d5d98a42e96b

### Changelog
- Linkup CLI now spins up local-server as a subcommand. This allows us
to remove the dependency on `Daemonize`, but we need to depend on Tokio
now. But now the local-server is ran like all the other background
services with `std::process:Command`.
- `start` command now has a live update of the steps of the process that
are going on.
- Add `tunnel url` to the `health` command.

### TODO
- [x] Block double start.

### Thoughts
- Maybe we can have a `next` branch and create beta/rc releases from it
before generating the widely available one?

---------

Co-authored-by: Oliver Stenbom <[email protected]>

1.3.0

29 Nov 13:29
9ae839d

Choose a tag to compare

chore: bump linkup-cli 1.2.1 -> 1.3.0 (#118)

1.2.1

30 Oct 13:51
6342977

Choose a tag to compare

feat: check running services when using paid tunnel (#113)

When we run free tunnels, we check if there is any local service already
running to warn the user about it. We are currently not doing this for
paid tunnels as well.

This PR adds the same check for paid tunnels.