Skip to content

Commit

Permalink
prepare release proxy-vole-1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhtz committed Oct 20, 2023
1 parent 1045f10 commit 95c2648
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This file contains the change log.

## 1.1.1
* Fixed issue #42: Log exception instead of writing to stderr. Thanks to poeschik!
* Update dependencies

## 1.1.0
* Update dependencies
* Update maven plugins
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Add the dependency to your pom.xml
<dependency>
<groupId>org.bidib.com.github.markusbernhardt</groupId>
<artifactId>proxy-vole</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```
or to you gradle.build:
```
compile 'org.bidib.com.github.markusbernhardt:proxy-vole:1.1.0'
compile 'org.bidib.com.github.markusbernhardt:proxy-vole:1.1.1'
```

### Using the default strategy to find the settings
Expand Down Expand Up @@ -139,7 +139,7 @@ System.setProperty(PacScriptMethods.OVERRIDE_LOCAL_IP, "123.123.123.123");
```

### Proxy Vole Tester
There is also a small GUI to test the different search strategies. Simply start the [jar-with-dependencies](http://search.maven.org/remotecontent?filepath=org/bidib/com/github/markusbernhardt/proxy-vole/1.1.0/proxy-vole-1.1.0-jar-with-dependencies.jar)
There is also a small GUI to test the different search strategies. Simply start the [jar-with-dependencies](http://search.maven.org/remotecontent?filepath=org/bidib/com/github/markusbernhardt/proxy-vole/1.1.0/proxy-vole-1.1.1-jar-with-dependencies.jar)
or directly the class `com.github.markusbernhardt.proxy.ui.ProxyTester`.

![Screenshot](https://raw.githubusercontent.com/akuhtz/proxy-vole/master/src/site/screenshots/proxy-vole-tester.png "Proxy Vole Tester")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.bidib.com.github.markusbernhardt</groupId>
<artifactId>proxy-vole</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>

<name>Proxy Vole</name>
<description>Proxy Vole is a Java library to auto detect the platform network proxy settings.</description>
Expand Down

0 comments on commit 95c2648

Please sign in to comment.