Skip to content

Funix 0.5.1

Compare
Choose a tag to compare
@Yazawazi Yazawazi released this 14 Oct 08:54
· 168 commits to main since this release

0.5.1 (2023-10-14)

Released 0.5.1 for testing by Kumo.

Highlights

  • The function selection menu has been rewritten so that multiple levels can now be displayed correctly

  • You can use the keyword menu in the decorator to create the menu, for example:

    from funix import funix
    
    
    @funix(menu="user")
    def login():
        pass
    
    @funix(menu="user")
    def register():
        pass
    
    @funix(menu="instance")
    def create():
        pass
    
    @funix(menu="instance")
    def delete():
        pass
  • Initial support for the Kumo report function

Bug Fixes

Features

Chores

  • auto build frontend (4db4b9d, workflow)
  • auto build frontend (797f791, workflow)