Skip to content

Commit ab8262b

Browse files
committed
Doc: Prepare 1.0.1
1 parent 388edb5 commit ab8262b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.rev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.1

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.1
2+
-----
3+
* 수정: 복합, 출구 신호기의 주의/감속 신호가 각각 반대로 되어 있던 현상 [#9]
4+
* 추가: (단방향) 경로 신호기에 청색 신호기 추가 [#12]
5+
* 변경: '파란(색)'을 '청색'으로 변경
6+
* 수정: 경로 신호기와 단방향 경로 신호기 그래픽이 반대로 적용되어 있던 현상 [#11]
7+
18
1.0.0
29
-----
310
* 변경: 매개변수 설정 설명문 개선 [#5]

ko_signal_set.pnml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ grf {
99
name : string(STR_GRF_NAME_WITH_VER);
1010
desc : string(STR_GRF_DESC);
1111
url : string(STR_GRF_URL);
12-
version : 1;
12+
version : 2;
1313
min_compatible_version : 1;
1414

1515
param 1 {

0 commit comments

Comments
 (0)