This repository was archived by the owner on Feb 11, 2020. It is now read-only.
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
3
### [ Unreleased]
4
+
5
+ ### [ 5.2.6] - 2019-11-27
4
6
- Update libwg-go and build with Go 1.13.4
5
7
- Add Tasker plugin support to simplify integration (by Rafhaan Shah)
6
8
- Allow using PIN/password/pattern as fallback authentication
@@ -112,7 +114,8 @@ the only ones which use the tunnel for networking.
112
114
- Ensure command line tools know the correct paths to probe for config files
113
115
- Update userspace implementation to work with Android 9's bionic restrictions
114
116
115
- [ Unreleased ] : https://github.com/msfjarvis/viscerion/compare/5.2.5...HEAD
117
+ [ Unreleased ] : https://github.com/msfjarvis/viscerion/compare/5.2.6...HEAD
118
+ [ 5.2.6 ] : https://github.com/msfjarvis/viscerion/releases/5.2.6
116
119
[ 5.2.5 ] : https://github.com/msfjarvis/viscerion/releases/5.2.5
117
120
[ 5.2.4 ] : https://github.com/msfjarvis/viscerion/releases/5.2.4
118
121
[ 5.2.3 ] : https://github.com/msfjarvis/viscerion/releases/5.2.3
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ext.versions = [
7
7
minSdk : 21 ,
8
8
targetSdk : 29 ,
9
9
compileSdk : 29 ,
10
- versionCode : 5250 ,
11
- versionName : " 5.2.5 " ,
10
+ versionCode : 5260 ,
11
+ versionName : " 5.2.6 " ,
12
12
buildTools : " 29.0.2"
13
13
]
14
14
You can’t perform that action at this time.
0 commit comments