diff --git a/README.md b/README.md index 63530c7..deaff9c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ def delete_callback(): streamlit_shortcuts.button("delete", on_click=delete_callback, shortcut="Ctrl+Shift+X", hint=True) ``` +⭐ New in v0.1.8: Shortcut hint by @quantum-ernest + +featuring the new feature by @quantum-ernest `hint` + + ⭐ NEW in v0.1.5: Support for args and kwargs ```python import streamlit as st @@ -103,9 +108,13 @@ To release a new version: The GitHub Actions workflow will automatically create a new release and publish to PyPI. ## Contributors -- @toolittlecakes - Added 'Meta' modifier -- @quantum-ernest - Improved usage ergonomics -- @taylor-ennen - Fixed usage `flow` of code +- @toolittlecakes + - Added 'Meta' modifier +- @quantum-ernest + - Improved usage ergonomics + - Keyboard hints +- @taylor-ennen + - Fixed usage `flow` of code ## Credits Solution inspired by: