**This release introduces breaking changes in the form of property renaming and a different constructor signature.**
- Many Recurface properties and methods have been renamed to remove ambiguity in cases where the class is directly extended (For example, if a derived class needs to track its location in a different context than on screen, the .position property would have proven confusing).
_Note: The readme has been updated accordingly to show the new property and method names._
- Recurface's constructor can now receive an optional `parent` parameter
- Minor internal logic change to `.parent_recurface` (should not affect behaviour)