Skip to content

Releases: mentimeter/linkup

0.2.9

13 Mar 09:56
a655f45
Compare
Choose a tag to compare
Fix localdns, add --no-tunnel (#72)

Local-dns was broke because asking dnsmasq to reload did not get it to
reload the config file from start.
Here, we create the config file correctly from the beginning instead.
Much nicer.

I have also added a `--no-tunnel` argument, this both helps when
cloudflare is down, but also to check if local-dns works 😅

0.2.8

21 Feb 10:25
6d89ac2
Compare
Choose a tag to compare
Only route local dns to active sessions (#60)

- Users may want to view other linkup sessions, or preview environments.
- With local-dns enabled, all these are routed to the local server where
the session does not exist
- Default dnsmasq to route to the public internet, but add special rules
for the active local session instead
- An annoying side-effect of this is still that linkup needs to be
started (for dnsmasq to be started) to view sessions, but 🤷

0.2.7

14 Feb 08:00
Compare
Choose a tag to compare
linkup 0.2.7

0.2.6

13 Feb 12:06
b5aa19b
Compare
Choose a tag to compare
Unfold cookies on local server (#58)

- when local-dns is enabled, folded cookies can come through the local
server

0.2.5

26 Jan 11:49
e774fe8
Compare
Choose a tag to compare
Use all domains in caddy config (#55)

supports *.api.mentimeter.dev for example

---------

Co-authored-by: Augusto César <[email protected]>

0.2.4

21 Dec 15:00
c4b2c65
Compare
Choose a tag to compare
Do not follow redirects on local linkup server (#53)

This does not make it work when using a cloudflare worker / tunnel. 

The wasm client of reqwest does not support their "redirect policies"
yet:

https://github.com/seanmonstar/reqwest/blob/master/src/wasm/client.rs

0.2.3

12 Dec 07:15
bf31338
Compare
Choose a tag to compare
Do not print non json in json mode (#52)

0.2.2

04 Dec 15:56
af23603
Compare
Choose a tag to compare
Allow multiple set-cookie headers (#51)

Set-cookie headers gotta be separate, it's a special case...

0.2.1

23 Nov 09:51
202213a
Compare
Choose a tag to compare
X-Forwarded-Host to contain full linkup domain (#50)

Use the full linkup domain as X-Forwarded-Host. This is "truer" to the
standard, should still work with the rest of the linkup session
detection functions, and makes some next features work for us.

0.2.0

14 Nov 11:40
37e9e0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.21...0.2.0