Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Substrate v0.1.4 #16

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions 0.13/lists/tool-list-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,17 @@
},
"changelog": "- Fixed a bug that caused syncing between peers not to work\n - You can now add frames to pocket and embed instances of Substrate that are centered around that Frame\n - You can now remove linked assets from frames\n - Added provision to prevent inifinite recursion from happening when embedding Substrate within Substrate\n - Refactored store so it can be initialized outside the UI components structure\n - Made the canvas (0,0) position be at the center of the screen\n - Made shadows all share the same z-index so they don't overlap\n - Added provision to disable pointer events on iframes while dragging so the panning doesn't get stuck",
"releasedAt": 1738676622953
},
{
"version": "0.1.4",
"url": "https://github.com/zequez/substrate/releases/download/v0.1.4/substrate.webhapp",
"hashes": {
"happSha256": "6b6d4c60d4ddc5b82731263519a22597bbfea6d0e4eb57bfd43b16b1e7600f2c",
"webhappSha256": "a5803bab452a2b72f22f8a331ce03b0d246c08910c945a99eb49b9c4d3d049f7",
"uiSha256": "ba0523ff9b3756fd1ef9fd89e965355640f7d6cd5b5f5cda8d56e6a7693e2253"
},
"changelog": "- Added WASD keyboard-based movement\n - You can now select frames and move them or trash them all together\n - Some code clean up and organization\n - Improved agents display; show avatars\n - Added tooltips",
"releasedAt": 1739200275760
}
]
}
Expand Down
17 changes: 16 additions & 1 deletion 0.13/modify/tool-list-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineDevCollectiveToolList({
hashes: {
happSha256: "1fddfda589f79279e5953c98abc8c515ed790073a1c28065da58d84a1398d809",
webhappSha256: "f2a86ba74d30cbfb62bc3e86dd921d69e2d1a2461b85b29c93dbc4a6b1dcea94",
uiSha256: "ef2ee91c5bd985752487f88bd97fe4ed67adcecbb0856d663b406f145cb42749"
uiSha256: "ef2ee91c5bd985752487f88bd97fe4ed67adcecbb0856d663b406f145cb42749",
},
changelog: "Fixed DMs & notifications received via signals",
releasedAt: 1738617365000,
Expand Down Expand Up @@ -230,6 +230,21 @@ export default defineDevCollectiveToolList({
- Added provision to disable pointer events on iframes while dragging so the panning doesn't get stuck`,
releasedAt: 1738676622953,
},
{
version: "0.1.4",
url: "https://github.com/zequez/substrate/releases/download/v0.1.4/substrate.webhapp",
hashes: {
happSha256: "6b6d4c60d4ddc5b82731263519a22597bbfea6d0e4eb57bfd43b16b1e7600f2c",
webhappSha256: "a5803bab452a2b72f22f8a331ce03b0d246c08910c945a99eb49b9c4d3d049f7",
uiSha256: "ba0523ff9b3756fd1ef9fd89e965355640f7d6cd5b5f5cda8d56e6a7693e2253",
},
changelog: `- Added WASD keyboard-based movement
- You can now select frames and move them or trash them all together
- Some code clean up and organization
- Improved agents display; show avatars
- Added tooltips`,
releasedAt: 1739200275760,
},
],
},
],
Expand Down