From 1badac7d120f3b932e76718a8a26e2cac5652f74 Mon Sep 17 00:00:00 2001 From: zhangjiupeng Date: Thu, 19 Oct 2017 22:39:48 +0800 Subject: [PATCH] version update --- README.md | 3 +- ...install.sh => agentx-server-1.3-install.sh | 4 +-- ...stall.sh => agentx-server-1.3-uninstall.sh | 4 +-- pom.xml | 34 +++++++++---------- web/console.html | 4 +-- 5 files changed, 25 insertions(+), 24 deletions(-) rename agentx-server-1.2-install.sh => agentx-server-1.3-install.sh (95%) rename agentx-server-1.2-uninstall.sh => agentx-server-1.3-uninstall.sh (89%) diff --git a/README.md b/README.md index 157baf5..1134088 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ============ [![Build Status](https://travis-ci.org/ZhangJiupeng/AgentX.svg?branch=master)](https://travis-ci.org/ZhangJiupeng/AgentX) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cc.agentx/agentx/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cc.agentx/agentx) [![Join Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shadowsocks-java/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) @@ -11,7 +12,7 @@ AgentX is a [Socks5](https://www.ietf.org/rfc/rfc1928.txt) proxy based on [Netty ### Download -[![download](https://img.shields.io/github/downloads/zhangjiupeng/agentx/latest/total.svg)](https://github.com/ZhangJiupeng/AgentX/releases) +[![download](https://img.shields.io/github/downloads/zhangjiupeng/agentx/total.svg)](https://github.com/ZhangJiupeng/AgentX/releases) ### Document [Introduction](https://github.com/ZhangJiupeng/AgentX/wiki/Introduction) diff --git a/agentx-server-1.2-install.sh b/agentx-server-1.3-install.sh similarity index 95% rename from agentx-server-1.2-install.sh rename to agentx-server-1.3-install.sh index c5edfc1..6322f01 100644 --- a/agentx-server-1.2-install.sh +++ b/agentx-server-1.3-install.sh @@ -1,6 +1,6 @@ #! /bin/bash -name="agentx-server-1.2-beta" +name="agentx-server-1.3-beta" downloadUrl="https://zhangjiupeng.com/agentx/${name}.tar.gz" basePath="/usr/local/agentx/" @@ -13,7 +13,7 @@ echo -e "\n\n\ /_/ \\_\\__, |\\___|_| |_|\\__ /_/\\_\\ \n\ |___/ \n\ \n\ - AgentX Server 1.2 Installer \n\ + AgentX Server 1.3 Installer \n\ =========================================" if [ ! -d "${basePath}" ]; then echo -e "Create folder \"${basePath}\"" diff --git a/agentx-server-1.2-uninstall.sh b/agentx-server-1.3-uninstall.sh similarity index 89% rename from agentx-server-1.2-uninstall.sh rename to agentx-server-1.3-uninstall.sh index ded2dd9..2908243 100644 --- a/agentx-server-1.2-uninstall.sh +++ b/agentx-server-1.3-uninstall.sh @@ -1,6 +1,6 @@ #! /bin/bash -name="agentx-server-1.2-beta" +name="agentx-server-1.3-beta" basePath="/usr/local/agentx/" clear @@ -12,7 +12,7 @@ echo -e "\n\n\ /_/ \\_\\__, |\\___|_| |_|\\__ /_/\\_\\ \n\ |___/ \n\ \n\ - AgentX Server 1.2 Installer \n\ + AgentX Server 1.3 Installer \n\ =========================================" if [ ! -d "${basePath}" ]; then echo -e "${name} has already removed. \n" diff --git a/pom.xml b/pom.xml index 85af540..56ee8cb 100644 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,8 @@ agentx jar agentx - 1.2.1 - a flexible secure-socks5 proxy to bypass the firewalls + 1.3.0 + a versatile socks5 proxy http://www.agentx.cc/ @@ -243,21 +243,21 @@ guava 23.0 - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/web/console.html b/web/console.html index bb39e28..f006d72 100644 --- a/web/console.html +++ b/web/console.html @@ -12,7 +12,7 @@ font-size: 1rem; line-height: 1.5; color: #373a3c; - background-color: rgba(236, 238, 239, .6); + background-color: #edeff0; } #main { @@ -154,7 +154,7 @@

X-Console

option = { title: { - text: 'AgentX 1.2 Real-time traffic', + text: 'AgentX 1.3.0 Real-time traffic', left: '7%' }, tooltip: {