You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Funix now has debug mode on by default to support hot reloading, but it may break Funix's logic for handling BytesFile, which you can turn off with -D/--no-debug;
Added a history function stored in the browser's IndexedDB, with all the history of this function in the right sidebar of the function, and full history in the history dialog. You can roll back history by using the View button (in the history dialog) / clicking on the history item (in the sidebar);
When the history cannot be saved, a snack bar will pop up alerting the user;
Added a custom Markdown render to support MUI components and KaTeX.
Breaking Changes
For frontend users, no more than 5 files can be uploaded, and no single file can exceed 15 MB; the Web API is not affected;
Users of 0.4.0 should upgrade to 0.4.1, which fixes a vulnerability that could bypass secret authentication (Funix app launched with -s)
Bug Fixes
treat title as markdown in appbar title and functions list (514dae8, @Yazawazi)