aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorpacien2023-01-09 00:01:03 +0100
committerpacien2023-01-09 00:22:49 +0100
commit136f395ed1bdecdd633432dc08cc53d96825fa36 (patch)
treebdf99a13cb4163629d2f684455df0b047dce9e08 /changelog.md
parent7aafc91bc8a2e9e1cf84204c9aa2b0437748c1c3 (diff)
downloadtincapp-136f395ed1bdecdd633432dc08cc53d96825fa36.tar.gz
net: inherit metered property from underlying network
Since API 29, all VPN connections were treated as metered by default. This is not relevant for tinc networks, so it's preferable to simply inherit that property from the underlying link. GitHub: closes #114
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 845f1bc..859602c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,9 @@
3This file lists notable changes that have been made to the application on each release. 3This file lists notable changes that have been made to the application on each release.
4Releases are tracked and referred to using git tags. 4Releases are tracked and referred to using git tags.
5 5
6## v0.36 -- 2023-01-09
7- inherit metered network restriction from underlying link (android 10+)
8
6## v0.35 -- 2023-01-06 9## v0.35 -- 2023-01-06
7- fix app crash when connecting or enabling FTP server (android 12+) 10- fix app crash when connecting or enabling FTP server (android 12+)
8 11