Releases: UpliftGames/rojo
Releases · UpliftGames/rojo
v7.3.0-uplift.12.pre.7
Changes:
- Diffing behavior can now be configured with commandline arguments.
- Diffing behavior is improved.
- Attributes are now displayed individually in the diff viewer.
- Default properties for ignorance in diffing can now be defined in a more convenient manner in the project file.
- Instances can now be excluded from most syncback operations by name.
(this is particularly useful forAccessoryWeld
which consistently triggers diff in weird ways) rojo build
will now prompt you before overwriting a Roblox place file that has a lock file.rojo build
will now put the place file it is overwriting in the Recycle Bin by default, and prompt if it cannot.rojo build
now gives more information about what step it's on and how long each step took.
(this is particularly useful for large place files, where building can take 10+ seconds even in the best circumstances)
v7.3.0-uplift.12.pre.6
Release v7.3.0-uplift.12.pre.6
v7.3.0-uplift.12.pre.5
- Fix
ignore unknown descendants
being set incorrectly when syncing in a folder instead of aproject.json
directly
v7.3.0-uplift.12.pre.4
Experimental "syncback" file-based two-way sync
Changes:
- Put
.rojo-keep
in empty directories so that they aren't lost in version control - Show directory warnings less often
- Misc. other improvements
v7.3.0-uplift.12.pre.3
v7.3.0-uplift.12.pre.2+syncback.experimental.1
Experimental "syncback" file-based two-way sync
Changes:
- Fixes incorrect filters applied to
diff
command
7.3.0-uplift.12.pre.1+syncback.experimental.1
v7.3.0-uplift.11
- Update rbx-dom to fix issues with UniqueId
v7.3.0-uplift.10
- Mesh part support merged rojo-rbx#534
- UniqueId support merged rojo-rbx/rbx-dom#256
- Wally and Readme version now update automatically when the Rojo binary is built. This prevents version mismatches.
- Shortened our uplift-specific semver pre-release tag so that it takes up less space in Roblox Studio
- The
Rojo.rbxm
release asset is now built with the same version of Rojo as is being released. (It used to rely on the version aftman pulled.) - Release builds can now be started on the Github Actions page instead of fiddling around with tags in the terminal
v7.2.2-uplift.release.9
#1 Remove a debug print