-
Notifications
You must be signed in to change notification settings - Fork 347
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
Fixes for Windows, cross-platform copy, system theme... #179
Conversation
@ItsEeleeya is attempting to deploy a commit to the Cap Software Inc Team on Vercel. A member of the Team first needs to authorize it. |
Working well on macos for me, still need to test on windows |
@Brendonovich I updated the preparation script to work on windows. It now correctly adds the DLLs to the resources on Windows. I had to update tauri-cli to tauri build and some plugins are also on |
…1.0" This reverts commit 4506764.
Preparation scrip is now fixed, the github CI prebuild script now uses it for creating the platform configs (haven't tested it on Github). |
arboardclipboard-rs for cross-platform clipboard writes.(- Removes plugin-clipboard-manager)
unwrap
onprev-recordings
window'scursor_position()
as it might sometimes be an Err on windows.prev-recordings
on Chromium webviews have an issue where elements with a z-index don't respect the overflow style properly.Previous:
Other changes:
thin
scrollbarNew installer sidebar banner
![MSI installer banner](https://private-user-images.githubusercontent.com/47112191/393613966-2aee5cf5-5da3-4b98-9a0a-b1068574ec8a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NzUzNDAsIm5iZiI6MTczOTg3NTA0MCwicGF0aCI6Ii80NzExMjE5MS8zOTM2MTM5NjYtMmFlZTVjZjUtNWRhMy00Yjk4LTlhMGEtYjEwNjg1NzRlYzhhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDEwMzcyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVkOTRlNTVkM2ViOTFmZjY4MmMzNWVkMGJkMzQ5MmVlNjgxMzQ2NGRkYTVmNzc5YjBmNmM4ZTU1MDEzOWI1M2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6sHOqVIloXU21iQyJRxZv_HHyixRChUVrfw3UNNX9_4)
New macos-specific icon matching the rest of the system
## Known Issue (Windows-only)After logging into the app and restarting, trying to open the settings window will freeze the app, likely an issue with how the setting's store is read. For now during development you need to remove the old store and log back in.Magically Solved by @Brendonovich