Features
- #7557
4d5789e
- Allow mounted Gradio apps to work with external / arbitrary authentication providers. Thanks @abidlabs! - #7614
355ed66
- Fix theroot_url
logic for streaming files. Thanks @abidlabs! - #7119
9c6de6d
- Upgrade Pyodide to 0.25.0. Thanks @whitphx! - #7447
a57e34e
- Add delete_cache parameter to gr.Blocks to delete files created by app on shutdown. Thanks @freddyaboulton! - #7547
98aa808
- Add/logout
functionality for Gradio auth. Thanks @abidlabs! - #7407
375bfd2
- Fix server_messages.py to use the patched BaseModel class for Wasm env. Thanks @aliabid94! - #7516
3645da5
- Fix incorrect relative mouse coordinates forGallery
preview overlay. Thanks @MMP0! - #7528
eda33b3
- Refactorsget_fetchable_url_or_file()
to remove it from the frontend. Thanks @abidlabs! - #7340
4b0d589
- chore(deps): update all non-major dependencies. Thanks @renovate! - #7345
561579d
- fix-tests. Thanks @pngwn! - #7518
bd2c695
- Adds agr.DownloadButton
component. Thanks @abidlabs! - #7598
d3384cb
- Prevent additional paths that can trigger credential leakage on Windows. Thanks @abidlabs! - #7544
f84720c
- Prevent paths beginning with//
or\\
. Thanks @abidlabs!
Fixes
- #7565
1c22123
- Fixes method to resolve theroot
URLs. Thanks @abidlabs! - #7559
26356a6
- Fixes: Invalid file_type breaks drag and drop. Thanks @dawoodkhan82! - #7555
fc4c2db
- Allow Python Client to upload/download files when connecting to Gradio apps with auth enabled. Thanks @abidlabs! - #7510
08c2d49
- when adding custom head html, ensure there are no duplicate meta tags. Thanks @qkdxorjs1002! - #7545
1fa2e91
- Fixesauth_message
so that it correctly renders HTML. Thanks @abidlabs! - #7599
f26aba0
- Prevent audio speeding up when trimming. Thanks @hannahblair! - #7567
e340894
- Quick fix: custom dropdown value. Thanks @dawoodkhan82!