Keep track of actual file name in VfsItem.

This should fix the case of a partition pointed directly at a file
turning the object into a `StringValue`.

Fixes #57.
This commit is contained in:
Lucien Greathouse
2018-04-20 23:13:43 -07:00
parent 9e956e593d
commit 187194a615
3 changed files with 13 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## Current Master
* Rojo now throws an error if no project file is found. ([#63](https://github.com/LPGhatguy/rojo/issues/63))
* Fixed multiple sync operations occuring at the same time. ([#61](https://github.com/LPGhatguy/rojo/issues/61))
* Partitions targeting files directly now work as expected. ([#57](https://github.com/LPGhatguy/rojo/issues/57))
## 0.4.4 (April 7, 2018)
* Fix small regression introduced in 0.4.3