- Fully supports all versions of Streamlit, including 1.4.0 (big thanks to oggers for some amazing support!).
- Fixed the missing error handling bug, now all exceptions are raised to be handled however the user chooses instead of capturing and displaying an image. (big thanks to rambam613 for finding and fixing this bug, very nice!).
- Can completely customise the Home and Logout menu entries, title and icon data from the add_app entry will be used for these items now as well as the existing.
- Cleaned up the formatting when running in sticky and hiding Streamlit headers and footers, yes, they will come back now when using the navbar.
- Removed the background effort for all loader animations (everyone hated this).
- Smaller, sleeker navbar, including a much nicer non-animated mode.
- Full offline support for Font Awesome and Bootstrap icons for navbar entries, as well as all emojis.
- Improved performance with some refactoring of the session and transition code, apps load faster now.