-
Notifications
You must be signed in to change notification settings - Fork 705
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
Notify users of new PyInstaller version #469
Notify users of new PyInstaller version #469
Conversation
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.
Was originally aiming to do this on the client side but this looks good - my only concern is holding up the application's first load if that call is too slow but it should be ok.
Just a few small things in comments 👍
Co-authored-by: Brent Vollebregt <brent.vollebregt@gmail.com>
Co-authored-by: Brent Vollebregt <brent.vollebregt@gmail.com>
Co-authored-by: Brent Vollebregt <brent.vollebregt@gmail.com>
Co-authored-by: Brent Vollebregt <brent.vollebregt@gmail.com>
Co-authored-by: Brent Vollebregt <brent.vollebregt@gmail.com>
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.
Looks good, will aim to put it in soon
Thanks for the contribution! This has been released in v2.43.0 🚀 |
This PR is created for the Issue #467
I have added version check on utils.py and display warning on the UI!
Also, I updated to requirements.txt
SS:
![image](https://private-user-images.githubusercontent.com/20202577/313468469-9d925748-0438-4a25-95b6-193a0619fc32.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzk5MjMsIm5iZiI6MTczOTMzOTYyMywicGF0aCI6Ii8yMDIwMjU3Ny8zMTM0Njg0NjktOWQ5MjU3NDgtMDQzOC00YTI1LTk1YjYtMTkzYTA2MTlmYzMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA1NTM0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZlNGM2YmUwMzhmMzA2MmRhNDk4YTJhM2Y3ZmY4MmY0M2FlMmRkOTY1Zjc2OTQ5NzlmNjI5NmQ0NGEyYzA3MmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0CB4AV-97vAexkbjZlRaqdz_sfwKCPf7JmE1-nYxGxc)
Tested on: Ubuntu 22.04.3 LTS, Windows 11