Skip to content

1.0.5

Latest
Compare
Choose a tag to compare
@Jasper-1024 Jasper-1024 released this 19 Oct 11:24

FullChangelog: 1.0.4...1.0.5
1.0.5 Update log
Modified the logic of executing a single -line Copy Block ID. If the current travel is a list, then add the ^ID to the current line instead of the end of the entire list.

- 1 # Add Block Ref Here
- 2
- 3

//1.0.4
- 1
- 2
- 3 ^xyz123

//1.0.5
- 1 ^xyz123
- 2
- 3