Skip to content

Commit

Permalink
docs: v0.1.8 credits to @quantum-ernest and image
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangalilea authored Aug 16, 2024
1 parent 0673a56 commit b3bfc3a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<img width="236" alt="featuring the new feature by @quantum-ernest `hint`" src="https://github.com/user-attachments/assets/e7f68879-331e-4850-83d5-90b3d1697db7">


⭐ NEW in v0.1.5: Support for args and kwargs
```python
import streamlit as st
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b3bfc3a

Please sign in to comment.