-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Conversation
runtime.readClipboardImage
and TempFileFunctionsruntime.readClipboardImage
and TempFileFunctions, also fix pasting of (non-image) files into composer
@@ -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 | |||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
* add nix to gitignore * add copy to clipboard functionality * remove flake files * rm .envrc * move to clipboard
… meaning of comments if not careful.
Apparently it started failing after #4533.
also contains a bugfix for electron -> fix pasting of (non image) files into composer by using web apis instead of
runtime.writeClipboardToTempFile
todo:
this pr also contains:
LocaleData.locale