Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tauri: implement runtime.readClipboardImage and TempFileFunctions, also fix pasting of (non-image) files into composer #4533

Merged
merged 28 commits into from
Feb 10, 2025

Conversation

Simon-Laux
Copy link
Member

@Simon-Laux Simon-Laux commented Jan 22, 2025

also contains a bugfix for electron -> fix pasting of (non image) files into composer by using web apis instead of runtime.writeClipboardToTempFile

todo:

  • read clipboard image
  • write tmp files
  • delete tmp files

this pr also contains:

@Simon-Laux Simon-Laux changed the title tauri: implement runtime.readClipboardImage and TempFileFunctions tauri: implement runtime.readClipboardImage and TempFileFunctions, also fix pasting of (non-image) files into composer Jan 23, 2025
@Simon-Laux Simon-Laux added bug Something isn't working enhancement New feature or request labels Jan 23, 2025
@Simon-Laux Simon-Laux added this to the Tauri Project milestone Jan 23, 2025
@Simon-Laux Simon-Laux marked this pull request as ready for review February 6, 2025 21:38
@@ -43,6 +43,8 @@
- fix selected account not getting scrolled into view in accounts bar on app start #4542
- message list being empty sometimes when a chat gets opened #4556
- improve performance a little #4561, #4552, #4584
- fix pasting of (non image) files into composer #4533
- fix translation PluralRules fallback to 'en' not to 'en-US' (en-US isnt valid) #4585

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add changelog entries also for the other features?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tauri version is not released yet, so I thought we could skip them, but we could also do that

@Simon-Laux Simon-Laux merged commit f022277 into main Feb 10, 2025
19 checks passed
@Simon-Laux Simon-Laux deleted the simon/t2 branch February 10, 2025 09:20
WofWca added a commit that referenced this pull request Feb 11, 2025
Apparently it started failing after #4533.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants