Change version number and update readme.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# ShadowsocksX-NG
|
# ShadowsocksX-NG
|
||||||
|
|
||||||
Current version is 1.4
|
Current version is 1.5
|
||||||
|
|
||||||
[](https://travis-ci.org/shadowsocks/ShadowsocksX-NG)
|
[](https://travis-ci.org/shadowsocks/ShadowsocksX-NG)
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ Then I will rewrite the GUI code in Swift.
|
|||||||
### Building
|
### Building
|
||||||
|
|
||||||
- XCode 8.2.1+
|
- XCode 8.2.1+
|
||||||
- cocoapod 1.0.1+
|
- cocoapod 1.2+
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
@ -51,6 +51,7 @@ From [here](https://github.com/shadowsocks/ShadowsocksX-NG/releases/)
|
|||||||
- GFW List URL.
|
- GFW List URL.
|
||||||
- Manual specify network service profiles which would be configure the proxy.
|
- Manual specify network service profiles which would be configure the proxy.
|
||||||
- Could reorder shadowsocks profiles by drag & drop in servers preferences panel.
|
- Could reorder shadowsocks profiles by drag & drop in servers preferences panel.
|
||||||
|
- Configurable global shortcuts for toggle running and switch proxy mode.
|
||||||
|
|
||||||
## Different from orignal ShadowsocksX
|
## Different from orignal ShadowsocksX
|
||||||
|
|
||||||
@ -60,8 +61,6 @@ So after you quit the app, the ss-local maybe be still running.
|
|||||||
Added a manual mode which won't configure the system proxy settings.
|
Added a manual mode which won't configure the system proxy settings.
|
||||||
Then you could configure your apps to use socks5 proxy manual.
|
Then you could configure your apps to use socks5 proxy manual.
|
||||||
|
|
||||||
Added global Keyboard shortcut <kbd>⌃</kbd> + <kbd>⌘</kbd> + <kbd>P</kbd> to switch between `global` mode and `auto` mode.
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
[](https://gitter.im/ShadowsocksX-NG/Lobby)
|
[](https://gitter.im/ShadowsocksX-NG/Lobby)
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.4.0</string>
|
<string>1.5.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleURLTypes</key>
|
<key>CFBundleURLTypes</key>
|
||||||
@ -36,7 +36,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>4</string>
|
<string>1</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.utilities</string>
|
<string>public.app-category.utilities</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
Reference in New Issue
Block a user