There's some minor UI improvements/changes. One, you can change the variable type freely now without having to create a new one. Two, there's now a name column where you can put basically any text in there you want, which should describe the variable because that makes sense. Three, nothing.

I also spent a lot of my day adding a new feature :), which I'm sure can be buggy at the moment. You can configure what a variable's address will be in a more advanced way now, through Tools -> Edit Variable Address in the menu bar. Any expression such as [address] will be substituted by the value given at that address (this will be a memory address). This allows for use of pointers, and should allow for crazy things like [0x203F + [0x200 - [0x200]]] + 50 (just showing the syntax and possibilities). I have not heavily tested this feature yet.














