We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4d360 commit b994a5bCopy full SHA for b994a5b
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>sh.ball</groupId>
8
<artifactId>patchable</artifactId>
9
- <version>1.4.0</version>
+ <version>1.5.0</version>
10
11
<name>patchable</name>
12
src/main/resources/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+- 1.5.0
2
+ - Add tooltip on inputs and outputs to make it clear what they are
3
+ - Allow selected blocks to be deleted with the delete key
4
+ - Removed right-click for movement and creating cables
5
+ - This has been replaced with the left-click and drag to make cables
+ - To move a block, you now select it with double-click or right-click, and then you can drag it
+
- 1.4.0
- Update design of blocks, inputs and outputs
- Change how blocks are moved around
0 commit comments