Skip to content

Commit 33803c8

Browse files
committed
1.9.5
1 parent 7e42b4f commit 33803c8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
#### 极速体验
9696

97-
* 运行命令:`docker run -it --rm -p 18080:8080 noearorg/luffy-jtl:1.9.4`
97+
* 运行命令:`docker run -it --rm -p 18080:8080 noearorg/luffy-jtl:1.9.5`
9898
* 然后打开:`http://localhost:18080/.admin/?_L0n5=1CE24B1CF36B0C5B94AACE6263DBD947FFA53531`
9999

100100
#### 常规体验

UPDATE_LOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### v1.9.5
2+
3+
* 优化 js 执行器,取消对 ScriptObjectMirror 的直接引用
4+
* 修复 luffy.executor.s.python 启动会出错的问题(引用了错误的 ScriptObjectMirror)
5+
16
#### v1.9.4
27
* 添加 AFileModel:method 字段
38
* solon 升为 3.3.3

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: '3'
66

77
services:
88
luffy:
9-
image: noearorg/luffy-jtl:1.9.4
9+
image: noearorg/luffy-jtl:1.9.5
1010
container_name: luffy
1111
environment:
1212
- TZ=Asia/Shanghai #设置时区

luffy-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</scm>
4444

4545
<properties>
46-
<revision>1.9.4</revision>
46+
<revision>1.9.5</revision>
4747

4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)