Skip to content

Commit

Permalink
1.514.763
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyba committed Jan 8, 2025
1 parent 920da98 commit 791b76a
Showing 17 changed files with 2,516 additions and 4,227 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Proxy manager - Change Log

## 1.514.763 Stable
- :star: Bump dependencies versions
- :bug: Fix login fails with bad_token message if 2fa enabled
- :bug: Fix logout crashes the process

## 1.512.980 Stable
- :star: Bump dependencies versions
- :star: Remove check-node-version dependency
2 changes: 1 addition & 1 deletion README-zh-CN.md
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
- <a href="https://nodejs.org/en/download/">Node.js</a> 6+版

### Windows
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.512.980-setup.exe">代理管理安装器</a>.
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.514.763-setup.exe">代理管理安装器</a>.

### Linux/MacOS
- 安装 Node.js 20.12.1版 (最好用x
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ Please report issues or bugs to your account manager or from our [help center](h
## Installation

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

### Linux/MacOS - Install script
- Run the setup script to install
2 changes: 1 addition & 1 deletion bin/lpm_install.sh
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ if [ $(id -u) = 0 ]; then
IS_ROOT=1
fi
LUM=0
VERSION="1.512.980"
VERSION="1.514.763"
if [ -f "/usr/local/hola/zon_config.sh" ]; then
LUM=1
fi
Loading

0 comments on commit 791b76a

Please sign in to comment.