boatbomber
e316fdbaef
Make sync reminder more detailed ( #987 )
2024-11-05 22:47:07 +00:00
Micah
34106f470f
Remove maplit dependency and stop using a macro for hashmaps ( #982 )
2024-10-31 11:56:54 -07:00
Micah
d9ab0e7de8
Support $schema in JSON structures ( #974 )
2024-10-24 10:55:51 -07:00
Micah
5ca1573e2e
Correct mistake in build command docs ( #977 )
2024-10-18 14:08:58 -07:00
Micah
c9ce996626
Update workflow and tooling versions ( #910 )
2024-09-03 15:36:36 -07:00
Kenneth Loeffler
73097075d4
Update rbx-dom dependencies ( #965 )
2024-08-22 20:03:06 +01:00
Micah
5e1cab2e75
Actually include attribute-defined properties in patch computation ( #944 )
2024-08-19 15:41:02 -07:00
Micah
30f439caec
Add 7.4.3 to changelog ( #960 )
...
After 7.4.3 released, I forgot to update the changelog on master. This
fixes that.
2024-08-15 16:42:11 +00:00
boatbomber
4b5db4e5a9
Check for compatible updates in plugin ( #832 )
2024-08-05 11:34:29 -07:00
Barış
3fa1d6b09c
Set linguist language of lua files to luau ( #956 )
2024-08-02 10:03:57 -07:00
Micah
6051a5f1f1
Update Changelog to include 7.4.2 ( #951 )
2024-07-23 14:39:04 -07:00
Kenneth Loeffler
5f7dd45361
Sleep between file copies and serve for macOS serve tests ( #945 )
2024-07-20 09:52:05 -07:00
Micah
3ca975d81d
Correct issue with default.project.json files with no name being named default after change ( #917 )
...
Co-authored-by: Kenneth Loeffler <kenloef@gmail.com >
2024-07-15 09:24:51 -07:00
Micah
7e2bab921a
Support setting referent properties via attributes ( #843 )
...
Co-authored-by: Kenneth Loeffler <kenloef@gmail.com >
2024-06-20 23:48:52 +01:00
dependabot[bot]
a7b45ee859
Bump h2 from 0.3.24 to 0.3.26 ( #921 )
2024-05-30 12:45:38 -07:00
boatbomber
62f4a1f3c2
Use history recording and don't do anything permanent ( #915 )
2024-05-30 12:28:58 -07:00
boatbomber
3d4e387d35
Redesign settings UI in plugin ( #886 )
2024-05-13 10:36:03 -07:00
Micah
2c46640105
Allow openScriptsExternally option to be changed during sync ( #911 )
2024-05-08 12:34:00 -07:00
dependabot[bot]
41443d3989
Bump rustls from 0.21.10 to 0.21.11 ( #905 )
2024-04-19 20:03:55 +00:00
Kenneth Loeffler
4b3470d30b
Fix removing trailing newlines by using str::replace in memofs ( #903 )
2024-04-17 11:55:23 -07:00
Kenneth Loeffler
ce71a3df4d
Release workflow maintenance ( #902 )
2024-04-17 11:55:08 -07:00
Kenneth Loeffler
7232721b87
Use dtolnay/rust-toolchain and upgrade to checkout v4 in CI workflow ( #900 )
...
This PR performs some routine maintenance on our CI workflow:
* Replaces `actions-rs/toolchain` with `dtolnay/rust-toolchain`. The
actions at `actions-rs` are no longer maintained, and they use
deprecated GitHub Actions APIs. dtolnay's action does not support the
`override` option, but we didn't actually need to use it anyway.
* Upgrades `actions/checkout` to v4, because v3 causes some warnings
since it uses Node.js 16, which is deprecated.
2024-04-09 14:55:42 -07:00
boatbomber
b2f133e6f1
Patch visualizer redesign ( #883 )
2024-04-02 00:04:58 -07:00
Kenneth Loeffler
87920964d7
Release memofs 0.3.0, bump Rojo dependency ( #894 )
2024-03-25 10:48:27 -07:00
Barış
c7a4f892e3
Add never option to Confirmation ( #893 )
2024-03-14 19:41:21 +00:00
EgoMoose
8f9e307930
Trim plugin version string ( #890 )
...
Duplicate of https://github.com/rojo-rbx/rojo/pull/889 , but based on
master as per request.
This PR is a very small change that fixes the string pattern that reads
the rojo version from `Version.txt`. Currently this reads an extra
new-line character which makes reading the version text in the plugin
difficult.
It seems the rust side of things already trims the string when
comparing, but the lua side does not.
2024-03-13 09:50:41 -07:00
Micah
856d43ce69
Update Cargo dependencies ( #887 )
2024-03-04 15:20:58 -08:00
boatbomber
26181a5a1f
Use GuiState instead of manual calculation for tooltips ( #884 )
2024-02-29 14:50:06 -08:00
boatbomber
edf87bf9a3
Build tree ancestry correctly ( #882 )
2024-02-29 14:27:46 -08:00
Kenneth Loeffler
5f51538e0b
Update master's changelog in preparation for 7.4.1 release ( #873 )
...
This PR edits the changelog on master to reflect 7.4.1's release
2024-02-21 01:46:01 +00:00
Micah
48bb760739
Make the name field in projects optional ( #870 )
...
Closes #858 .
If a project is named `default.project.json`, it acts as an `init` file
and gains the name of the folder it's inside of. If it is named
something other than `default.project.json`, it gains the name of the
file with `.project.json` trimmed off. So e.g. `foo.project.json`
becomes `foo`.
2024-02-20 17:25:57 -08:00
Micah
42121a9fc9
Allow building Rojo with profile-with-tracy feature ( #862 )
2024-02-20 14:56:55 -08:00
Filip Tibell
02d79a4749
Migrate to using Rustls ( #861 )
2024-02-20 14:56:31 -08:00
Kenneth Loeffler
ddb26c73bd
rbx_dom_lua rojo-rbx/rbx-dom@6ccd30f (custom pivot get/set) ( #868 )
2024-02-20 12:08:55 -08:00
boatbomber
8ff064fe28
Add benchmarking, perf gains, and better settings UI ( #850 )
2024-02-12 15:58:35 -08:00
Kenneth Loeffler
cf25eb0833
Normalize line endings to LF in Lua middleware ( #854 )
2024-02-12 14:58:03 -08:00
boatbomber
5c4260f3ac
Catch failed http requests that didn't error so we can handle them correctly ( #847 )
2024-02-01 21:29:36 +00:00
Kenneth Loeffler
7abf19804c
Ignore any unreadable property in Reconciler:diff ( #848 )
2024-02-01 21:05:44 +00:00
boatbomber
df707d5bef
Lint plugin src ( #846 )
2024-01-31 21:08:07 -08:00
boatbomber
f3b0b0027e
Catch more sync failures ( #845 )
...
- Catch removal failures
- Catch name change failures
- Don't remove IDs for instances if they weren't actually destroyed
2024-01-31 17:07:01 -08:00
boatbomber
106a01223e
Show failed additions and removals in visualizer ( #844 )
2024-01-31 14:45:28 -08:00
boatbomber
506a60d0be
Play Solo & Test Server auto connect ( #840 )
...
When enabled, the `baseurl` of the session is written to
`workspace:SetAttribute("__Rojo_ConnectionUrl")` so that the test server
can connect to that session automatically.
This works for Play Solo and Local Test Server. It is marked
experimental for now (and disabled by default) since connecting during a
playtest session is... not polished. Rojo may overwrite things and cause
headaches. Further work can be done later.
2024-01-30 12:51:45 -08:00
boatbomber
4018607b77
Visualize table changes ( #834 )
...
Implements a pop out diff view for table properties like Attributes and
Tags
2024-01-22 12:26:41 -08:00
boatbomber
1cc720ad34
Use Studio theming ( #838 )
...
Updates our Theme provider to use Studio colors. A few components look
ever so slightly different now, but more in line with Studio.
2024-01-22 11:22:21 -08:00
Micah
73828af715
Add a new syncRules field project files to allow users to specify middleware to use for files ( #813 )
2024-01-19 22:18:17 -08:00
Micah
c0a96e3811
Release v7.4.0 ( #837 )
v7.4.0
2024-01-16 12:12:40 -08:00
Micah
9d0d76f0a5
Ensure plugin and Cargo version match exact at compile-time ( #836 )
2024-01-16 14:09:10 -06:00
Micah
c7173ac832
Don't serialize emitLegacyScripts if it's None ( #835 )
2024-01-16 10:09:16 -08:00
boatbomber
b12ce47e7e
Don't remind to sync if the lock is claimed ( #833 )
...
If the sync lock is claimed in Team Create, the user cannot sync.
Therefore, a sync reminder notification is unhelpful as it is calling to
an invalid action.
2024-01-12 12:35:29 -08:00
Barış
269272983b
Changed file extensions of init command from lua to luau ( #831 )
2024-01-05 16:00:49 -08:00