Skip to content

Commit

Permalink
Publish v1.1.184
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Jan 15, 2021
1 parent e509803 commit d440f46
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 95 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Upcoming
# v1.1.184
### Client
* Feature: Auto Configure Windows Defender Firewall
* Update: Improve diagnosing
* Fix: Improve connection stability
* Fix: Significantly Improve connection stability & speed
* Fix: Displaying connection state

### Server
* Fix: Unhandled NullReferenceException on ping packets
Expand Down Expand Up @@ -61,3 +62,4 @@




2 changes: 1 addition & 1 deletion VpnHood.Client.App.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="183" android:versionName="Beta" package="com.vpnhood.client.android" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="184" android:versionName="Beta" package="com.vpnhood.client.android" android:installLocation="auto">
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion VpnHood.Client.App.UI.Html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vpnhood-spa",
"version": "1.0.74",
"version": "1.0.75",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Loading

0 comments on commit d440f46

Please sign in to comment.