Skip to content

Funix 0.4.1

Compare
Choose a tag to compare
@Yazawazi Yazawazi released this 04 May 20:20
· 334 commits to main since this release

0.4.1 (2023-05-05)

Highlights

  • 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

Features

Chores