Skip to content

Commit 60cbfa7

Browse files
committed
15.2.0
1 parent eac0349 commit 60cbfa7

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
44

5+
# 15.2.0
6+
7+
8+
59
# v0.12.11
610

711
- 更新密码长度限制

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# plugin-alist
22
ikaros plugin for [alist](https://alist.nn.ci/).
3+
4+
# version
5+
6+
插件的版本规定
7+
8+
服务端版本.主版本.子版本
9+
10+
插件的服务端版本只取服务端版本的主版本和子版本,忽略第三级别的Bug版本,
11+
12+
比如当前插件适配的服务端是 0.15.5, 那么服务端版本就是15,此时插件的版本就是 15.3.0
13+
14+
如果服务端版本是1.0.0,此时服务端的子版本最大曾是两位数,则,app的服务端版本是 1 * 100 + 0 = 100 ,此时APP的版本就是 100.3.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=run.ikaros.plugin.alist
22
description=A ikaros plugin for alist.
3-
version=0.12.11
3+
version=15.2.0

src/main/resources/plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: PluginAList
44
# plugin entry class that extends BasePlugin
55
clazz: run.ikaros.plugin.alist.AListPlugin
66
# plugin 'version' is a valid semantic version string (see semver.org).
7-
version: 0.12.11
8-
requires: ">=0.12.0"
7+
version: 15.2.0
8+
requires: ">=0.15.0"
99
author:
1010
name: Ikaros OSS Team
1111
website: https://github.com/ikaros-dev

0 commit comments

Comments
 (0)