diff options
author | pacien | 2023-01-09 00:01:03 +0100 |
---|---|---|
committer | pacien | 2023-01-09 00:22:49 +0100 |
commit | 136f395ed1bdecdd633432dc08cc53d96825fa36 (patch) | |
tree | bdf99a13cb4163629d2f684455df0b047dce9e08 /changelog.md | |
parent | 7aafc91bc8a2e9e1cf84204c9aa2b0437748c1c3 (diff) | |
download | tincapp-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.md | 3 |
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 @@ | |||
3 | This file lists notable changes that have been made to the application on each release. | 3 | This file lists notable changes that have been made to the application on each release. |
4 | Releases are tracked and referred to using git tags. | 4 | Releases 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 | ||