From 7c2d28fbae3c0e3ba59cb880332c49d699ddc36c Mon Sep 17 00:00:00 2001 From: manyeechen <36399844+manyeechen@users.noreply.github.com> Date: Sat, 9 May 2020 15:05:39 +0800 Subject: [PATCH] =?UTF-8?q?npc=EF=BC=9Abump=20version=20to=200.26.7=20(#45?= =?UTF-8?q?69)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add: api /client/list 添加获取服务端连接host和连接类型 #483 添加自定义客户端断开时间 #485 fix: web手机浏览输入框或者按钮被遮挡问题,感谢 @kekxv android客户端无法粘贴的问题 #479 p2p 由于上个版本的一些改动造成无法使用的问题 #515 --- package/lean/npc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/npc/Makefile b/package/lean/npc/Makefile index e311a246d4..c73f01dc4f 100644 --- a/package/lean/npc/Makefile +++ b/package/lean/npc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=npc -PKG_VERSION:=0.26.6 +PKG_VERSION:=0.26.7 PKG_RELEASE:=2 ifeq ($(ARCH),mipsel)