Changelog

ImprovementOctober 1, 2025v1.63.0

Searching Push History & Bug fixes

🐣 What's new?

  • Push history is now searchable! Quickly find changes specific to files, libraries, or specific commit names. Combined with our current filtering, finding old changes has never been easier!
search push history
  • Increased maximum zoom size by 50% in grid view
  • Remember the staged changes and messages in a push if you leave the page

🐜 Bug fixes?

  • Fixed an issue where some files would errantly show as trashed on startup
  • Fixed an issue where file explorer date/size adjustments would create bad push records during startup
  • Added multi selection to conflict resolution back to the changes view
  • Added some additional error handling around push fails, so items shouldn't be stuck spinning
  • If something is stuck spinning, we added a way to remove those items from your pushes
  • Files without thumbs would appear large in some views
  • Fixed an issue where you couldn't edit library via the web app
  • Tabs would show the commit ID after clicking an item
  • Fixed searching in the trash
  • Fixed an issue where files didn't show the size in the changes view
  • Fixed an issue where clicking a link to open the desktop app would resize the window
  • Fixed an issue with unlocking files as an admin
  • Changes view wouldn't properly show a lock on a file
  • App would not load properly after pasting a long string in account settings -> member search bar
  • Locked and conflicting files won't be stageable, but are still interactable

🌅 What's next?

We have a few releases on the production line

  • Teams permissions to help manage user permissions as groups vs. individuals. On launch we'll have an opt-in button and a migration of your current users roles to get you started quickly.
  • Adding Webhooks creation and management UI to the app
  • Self service for mudstack is coming back! You'll be able to set up and manage your subscriptions on your own
  • An MCP Server for easy LLM communication with the app
ImprovementSeptember 3, 2025v1.61.1

Revamped Changes Page and Performance Improvements

🔀 What's changed with "Changes"?

tabbed changes navigation
  • We have now tabbed the active changes and history!
  • For smaller window sizes, this makes the history much easier to navigate
  • Loading the pages will be significantly faster with the pages split
  • Preps us up for a better search experience in push history

🌅 What else is new?

  • Configurable preview controls! They can now be set in the App Settings -> Interface page.
  • You can set which file extensions default as a preview in the app and set the preview button as double-click or spacebar
preview shortcuts
  • Improved performance on queuing and watching to support larger workspaces

🐞 Bug fixes

  • Using tabs in multiple workspaces would close improperly
  • Tab title for Files is now "Files", not "Assets"
  • Creating workspaces on web had a creation issue
  • Parent folder of a folder you are looking at is now collapsible
  • Middle mouse clicking on the last tab in a workspace will close the window
  • Fixed a drag and drop issue when dropping outside of the app past the left sidebar folder list
  • Fixed an issue when a change is being pushed, then making a change while the push is being created
  • Updated event handling for watcher to improve stability
  • Fixed issue where multiple tabs would show up on launch of the app

🔬 What's next?

  • We have a few more updates to the changes page on the horizon, including searching by push name, file name + path, tag, or library name.
  • Exposing pushes to Public API
New FeatureAugust 20, 2025v1.60.5

Tabs added to mudstack

🔖 Tabs

tabs in mudstack
  • We've added tabs to Mudstack! Instead of constantly navigating back and forth in one view, you can now keep multiple pages open side by side to compare work & switch contexts quickly within the app. All tabs are workspace specific, and get recalled after restarting the app, so you never lose your place.

👶 What's New?

  • Additional events supported for webhooks - reviews, review requests, and commits
  • Filter a webhook for specific events
  • Improved commit performance large commits

👁️ Watcher Changes

  • When you delete a file via explorer, we will now send it to the trash rather than setting the file as missing. This should remove the need to clean up Mudstack after deleting

🪲 Bug Fixes

  • Soft deleted files may not show metadata
  • Empty folders showed the wrong message
  • Hide show local trash filter on web app
  • Fixed language on empty staged and unstaged tables
  • Cleaned up text on trashing files
  • Fixed flashing on drag and drop
  • Fixed an issue on startup that would track modified files as new ones
  • Right click on objects in a pull commit won't show Remove from commit
New FeatureJuly 28, 2025v1.59.1

Desktop link support

🔗 Sending and opening links in the desktop app

copy file url
  • Copy and paste links to files and libraries in the desktop and web app!
  • If you have the desktop app, whenever you click these links, you can open them directly in the desktop app

🪝 Webhooks 1st release

  • For this first release, we only support outbound hooks from Mudstack, and a few file specific events.
  • We'll have some additional updates on capturing new events + adding more data to payloads for each event type in the coming weeks.

Send a message out to the Mudstack team if you want to learn what you can do with it and we'll set up some time to chat!

📰 What's new?

  • Improved empty states for the search view in the app
  • Improved version caching descriptions
  • Clicking an attachment on a comment will open the preview window
  • Changes page now has resizable tables for staged and unstaged changes
  • Staging changes flow now has a button to stage or discard selection
discard changes button
  • Push message area slimmed down for better searchability in the Changes page
  • Added a search to the staged table (just like the unstaged table)
  • New thumbs will now be generated at 512 x 512 to support the grid size controls
  • Added a filter to show local only soft deleted files in the trash

🪲 Bug fixes

  • Fixed thumbnail stretching in the grid view
  • Unified sort & filter styling
  • Workspace deleting routes user to an existing workspace
  • Numpad Enter can complete a rename or push
  • Searching in library wasn't scoping properly
  • Case insensitivity in the file hierarchy caused some folders to show in the wrong location
  • Delete events in the changes & commit details sidebar should populate with data
  • Fixed an issue where search results would sometimes error during load
New FeatureJuly 17, 2025v1.58.0

Merge support for conflicts

🧭 The new conflict system

new conflict system
  • Fix the "File Exists with the same name" issue within Mudstack! You can now resolve this issue in two different ways!
  • Rename the local file so they have unique names
  • Merge the version trees so both files versions stay together

NOTE - We are still migrating the old system (same id conflicts) over to the new system, so you'll see 2 different type of conflict resolution paths for nowWhat else is new?

  • Sorting by name in the unstaged and staged changes view will now sort by path+name rather than just name
  • ctrl/cmd + q will quit the application. Using File -> Quit Mudstack will always quit the application regardless of close to tray settings
  • When mapping a workspace, it will show the full path including the created workspace folder vs. the parent directory only

Bug fixes

  • Cloud only files won't show Show in explorer option
  • Two spinners were showing on the in progress changes view