Changelog 0.14
- 2024-12-13Thanks for reading 0.14
. If you're open to providing live feedback as we build toward an open beta, sign up for a session—we'd appreciate it!
This week we shipped a custom theme and a batch of IDE improvements. We also published two (accidentally alliterative) blog posts this week on Slack signups and Stripe subscriptions.
Collapse all schema
Romet implemented collapse all in the schema editor. This is especially helpful for drivers like membrane/github
with lots of types.
Custom editor theme
Pete is working on custom light and dark themes for the Membrane IDE. We'll set these as the defaults once we've tested them for a few weeks, but feel free to take Membrane Light for a test drive! Open the command palette (cmd+shift+p) and select "Preferences: Color Theme".
REPL error logs
Juan improved the recently released REPL to better surface errors. Try out the REPL and let us know what you think, if you haven't already!
Email verification
Thomas shipped email verification for new users as a follow-up to his recent work prompting each new user to select a username upon signing up (regardless of OAuth method—email, GitHub, etc.).
Reveal file shortcut
Juan updated reveal file behavior in the editor. Right-clicking a file tab and selecting "Reveal in explorer view" will now show that file in the Membrane Navigator instead of the (deprecated) file explorer view.
Fix gref address bar
Pete fixed a janky UI state that previously occurred when editing a gref manually in the Navigator address bar. Now, editing a gref will not cause any layout shift.
Save pinned programs
Juan fixed a bug that was preventing editor state from being saved across logins, like pinned programs.
- Pete Millspaugh (pete@membrane.io)