Skip to content

Commit

Permalink
1.109.164
Browse files Browse the repository at this point in the history
  • Loading branch information
fudali committed Oct 9, 2018
1 parent 5e09c11 commit 5c3e88f
Show file tree
Hide file tree
Showing 19 changed files with 678 additions and 651 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
Luminati Proxy manager - Change Log

## 1.109.164 Stable
- :bug: scrapping data fixed
- :bug: fixed installation script
- :star: UI improvements

## 1.108.852 Stable
- :star: UI improvements

Expand Down
2 changes: 1 addition & 1 deletion README-zh-CN.md
Expand Up @@ -29,7 +29,7 @@
- <a href="https://nodejs.org/en/download/">Node.js</a> 6+版

### Windows
下载 <a href="https://luminati-china.io/static/lpm/luminati-proxy-manager-v1.108.852-setup.exe">代理管理安装器</a>.
下载 <a href="https://luminati-china.io/static/lpm/luminati-proxy-manager-v1.109.164-setup.exe">代理管理安装器</a>.

### Linux/MacOS
- 安装 Node.js 10版 (最好用x
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,9 +25,9 @@ This tool requires a [Luminati](https://luminati.io/?cam=github-proxy) account.
## Installation

### Windows
Download the [Luminati Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.108.852/luminati-proxy-manager-v1.108.852-setup.exe)
Download the [Luminati Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.109.164/luminati-proxy-manager-v1.109.164-setup.exe)

### Linux/MacOs - Install script
### Linux/MacOS - Install script
- Run the setup script to install
```sh
wget -qO- https://luminati.io/static/lpm/luminati-proxy-latest-setup.sh | bash
Expand Down
4 changes: 2 additions & 2 deletions bin/lpm_install.sh
Expand Up @@ -7,7 +7,7 @@ if [ $(id -u) = 0 ]; then
IS_ROOT=1
fi
LUM=0
VERSION="1.108.852"
VERSION="1.109.164"
if [ -f "/usr/local/hola/zon_config.sh" ]; then
LUM=1
fi
Expand Down Expand Up @@ -380,7 +380,7 @@ check_node()
local node_ver=$(node -v)
zerr "check_node: $node_ver"
echo "node ${node_ver} is installed"
if ! [[ "$node_ver" =~ ^(v[1-9]\.|v[0-9][0-9]+\.) ]]; then
if ! [[ "$node_ver" =~ ^(v[1-9][0-9]\.) ]]; then
echo "minimum required node version is 10"
perr "check_node_bad_version" "$node_ver"
UPDATE_NODE=1
Expand Down
Expand Up @@ -91,7 +91,7 @@
/******/ if (__webpack_require__.nc) {
/******/ script.setAttribute("nonce", __webpack_require__.nc);
/******/ }
/******/ script.src = __webpack_require__.p + "" + {"0":"56ec52aa566095bcfa53","1":"ac7df9a71aabc766beb9"}[chunkId] + "." + chunkId + ".js";
/******/ script.src = __webpack_require__.p + "" + {"0":"bf08f07d8080f4b4e6e9","1":"ac7df9a71aabc766beb9"}[chunkId] + "." + chunkId + ".js";
/******/ var timeout = setTimeout(onScriptComplete, 120000);
/******/ script.onerror = script.onload = onScriptComplete;
/******/ function onScriptComplete() {
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/pub/index.html
Expand Up @@ -21,6 +21,6 @@
<body>
<div id="react_root"></div>
<div id=notif_react_modal></div>
<script type="text/javascript" src="/2d6909dea3e712b9a3ab.runtime.js"></script><script type="text/javascript" src="/ac7df9a71aabc766beb9.vendor.js"></script><script type="text/javascript" src="/56ec52aa566095bcfa53.app.js"></script></body>
<script type="text/javascript" src="/1ceca2e16db33a8da555.runtime.js"></script><script type="text/javascript" src="/ac7df9a71aabc766beb9.vendor.js"></script><script type="text/javascript" src="/bf08f07d8080f4b4e6e9.app.js"></script></body>
</html>

1 comment on commit 5c3e88f

@ByronAP
Copy link

@ByronAP ByronAP commented on 5c3e88f Oct 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"scrapping data fixed" I don't see any real fixes in here, am I missing it?

Please sign in to comment.