Micah
9598553e5d
Normalize paths in sourcemap generation ( #1085 )
2025-07-31 09:19:57 -07:00
Sebastian Stachowicz
7f68d9887b
Fixed nil -> nil props showing up as failing in patch visualizer (plugin) ( #1081 )
2025-07-25 15:27:11 -07:00
Micah
e092a7301f
Change background color of web UI to gray ( #1080 )
2025-07-25 15:04:42 -07:00
Cameron Campbell
6dfdfbe514
Cache Rust Dependencies in release.yml. ( #1079 )
2025-07-22 16:13:23 -07:00
morosanu
7860f2717f
Fix auto connect for play mode ( #1066 )
2025-07-22 15:12:16 -07:00
boatbomber
60f19df9a0
Show update indicator on version header ( #1069 )
2025-06-21 02:53:45 +00:00
boatbomber
951f0cda0b
Show the plugin version on the Error page ( #1068 )
2025-06-20 18:28:04 -07:00
Micah
227042d6b1
Add current maintainers to author field of Cargo.toml files ( #1053 )
2025-05-21 20:55:39 -07:00
Micah
b2c4f550ee
Release v7.5.1 ( #1035 )
v7.5.1
2025-04-25 13:56:01 -07:00
Ken Loeffler
4ddbefa88f
Change release build linux version to ubuntu-latest ( #1034 )
v7.5.0
2025-04-25 20:04:43 +01:00
Ken Loeffler
d935115591
Release 7.5.0 ( #1033 )
2025-04-25 19:46:16 +01:00
Cameron Campbell
bd2ea42732
Fixes issues with refs in the plugin. ( #1005 )
2025-04-18 08:44:11 -07:00
Micah
3bac38ee34
Re-add the hack to write NeedsPivotMigration as false for models ( #1027 )
2025-04-16 15:03:09 -07:00
Micah
a7a4f6d8f2
Update rbx-dom-lua database to latest version ( #1029 )
2025-04-13 07:42:41 -07:00
Micah
80b6facbd3
Add missing CHANGELOG entry for 7.4.4 ( #1025 )
2025-04-07 16:22:08 -07:00
Parritz
7dee898400
Add place ID blacklist config ( #1021 )
2025-04-03 08:37:40 -07:00
Micah
4c4b2dbe17
Add legacy and runContext script sync rule middlewares ( #909 )
2025-04-02 12:47:27 -07:00
Sasial
73ed5ae697
Add Support for Plugin Scripts ( #1008 )
2025-04-02 11:37:49 -07:00
Micah
833320de64
Update rbx-dom ( #1023 )
2025-04-02 11:32:27 -07:00
boatbomber
0d6ff8ef8a
Improve notification layout ( #997 )
2025-01-13 16:06:49 -08:00
Jack T
55a207a275
Fix clippy lint warnings ( #1004 )
2025-01-13 10:07:53 -08:00
Jack T
f33d1f1cc4
Ignore .git directory when building VfsSnapshot in build script ( #1002 )
2025-01-01 01:38:34 -08:00
boatbomber
19ca2b12fc
Add locked tooltip ( #998 )
...
Adds the ability to define descriptive tooltips for settings when they
are locked.

Makes some minor improvements to tooltip layout logic as well.
2024-12-28 15:03:11 -08:00
boatbomber
b7d3394464
Plugin dev ux improvements ( #992 )
...
Co-authored-by: kennethloeffler <kenloef@gmail.com >
2024-11-10 15:53:58 -08:00
boatbomber
8c33100d7a
Use FontFace and consistent text sizing ( #988 )
2024-11-09 12:05:57 +00:00
Kenneth Loeffler
80c406f196
Fix returning NoProjectFound for any project load error ( #985 )
...
In #917 , we accidentally changed ServeSession::new's project loading
logic so that it always returns `ServeSession::ProjectNotFound` if the
load fails for any reason. This PR fixes this so that it returns the
right error when there is an error loading the project, and moves the
`NoProjectFound` error to `project::Error`, since I think it makes more
sense there.
2024-11-08 08:40:32 +00:00
Kenneth Loeffler
bc2c76e5e2
Use 7.5.0-prealpha for master branch version, not 7.4.4
...
<p dir="auto">in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2636858743" data-permission-text="Title is private" data-url="https://github.com/rojo-rbx/rojo/issues/989 " data-hovercard-type="pull_request" data-hovercard-url="/rojo-rbx/rojo/pull/989/hovercard" href="https://github.com/rojo-rbx/rojo/pull/989 ">#989</a>, we changed Rojo's version number on the master branch to 7.4.4. This is a little odd, because 7.4.4 is already released, is diverged from the master branch, and we are not working towards 7.4.4 on the master branch. If we're going to spend time on this, I think we should use a more appropriate version number.</p>
<p dir="auto">This PR changes the version number to 7.5.0-prealpha, since Rojo's master branch is currently undergoing development towards 7.5.0. We will most likely <strong>not</strong> be making a release of this version - the only intent is better clarity for those running Rojo's latest master.</p>
2024-11-06 15:59:03 +00:00
boatbomber
4a7bddbc09
Update version in master branch ( #989 )
2024-11-05 18:10:24 -08:00
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