Changelog 0.12
- 2024-11-220.12
brings renaming & deleting programs, metadata in package search results, faster TypeScript squigglies, a revamped settings menu, and UI simplification.
Renaming programs
You can now rename programs by right-clicking and selecting "Rename Program". This was a common feature request, so we're excited to ship it!
Deleting programs
You can also now delete a stopped program in the Navigator by right-clicking and selecting Delete
.
Package metadata in search results
Package search (both on web and in the IDE) now surfaces package descriptions, version, and install count.
Faster TS plugin
We sped up TypeScript diagnostics and codelens features (things like Invoke ►
above a function signature), so red squigglies should feel a bit snappier.
Settings menu
The settings menu in the top right of the Navigator graduated from single sentence to full menu. From there you can open editor settings, copy your auth token, and log out.
Deployment indicator in program details
When you save to deploy a program, you'll now see a Deploying...
then Deployed ✓
message in the "PROGRAM DETAILS" sidebar. Previously, that message only appeared in the Navigator home, which isn't always visible.
Hide unused UI elements
For those following along closely, you know that Membrane is based on VS Code (like every new AI editor). We are in the process of stripping away some unused features and UI in Membrane. The latest version simplifies the left sidebar with icons for the Navigator, code search, and extensions. It also removes redundant headers for the Navigator and Logs.
Expect more UI updates soon :)
- Pete Millspaugh (pete@membrane.io)