-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
[Bug]: Stretchly Informs User that a New Version is Available but New Version will not run on the OS #1403
Comments
Hi @RobK88 , what is the message that you see? Seems like macOS 10.13 is not supported for quite some time https://endoflife.date/macos |
I am using electron, and I can not find info what they support so I opened an issue: electron/electron#40739 |
I think the solution is simple. When Stretchly checks for a new version, it also checks to see what version of macOS is being used. If the user is using High Sierra or earlier, then do NOT display a message that a new version is available but display a message stating that this version is the latest version available for your version of macOS.
Rob
…________________________________
From: Jan Hovancik ***@***.***>
Sent: December 11, 2023 4:01 AM
To: hovancik/stretchly ***@***.***>
Cc: RobK88 ***@***.***>; Mention ***@***.***>
Subject: Re: [hovancik/stretchly] [Bug]: Stretchly Informs User that a New Version is Available but New Version will not run on the OS (Issue #1403)
I am using electron, and I can not find info what they support so I opened an issue: electron/electron#40739<electron/electron#40739>
—
Reply to this email directly, view it on GitHub<#1403 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AD5RB5MCIETBU2CIKOVR4QLYI3DX3AVCNFSM6AAAAAA7VDAVL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBZGU4TKNRQGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
But I won't be able to change the already installed version, right? And the new version is already not supported. That's why I would like to see what kind of error you see whether we can somehow fix that. Sometimes "not supported" doesn't need to mean not possible to use. |
This is a common problem on Macs since Apple updates its OS almost every year now. In this situation where the user no longer runs an OS the is needed to run the most current version of the application, the user typically sees various message when checking for new versions within the application such as:
You can decide what you want to display. But if Stretchy says "new version available" as it does now, users will go the website, download it, install it and be disappointed it does not run. Moreover, they probably wiped out the old version. They will need to either use Time Machine, or go to your website to find the version that runs in their macOS. Very frustrating for users. RobK88 |
Issue, as titled, on Windows 8.1 as well. There is no way to see what the highest compatible version is when searching Releases, either. |
Well, TBH I don't know what OS versions are supported. What Electron says in docs in not telling much: https://github.com/electron/electron/blob/main/README.md#platform-support |
Version
Known issues
Existing issues
Advanced Preferences
What operating system are you using?
macOS
Operating System Version
macOS 10.13
Reproduction steps
...
Reproduces how often: [What percentage of the time does it reproduce?] 100%
Expected Behavior
Stretchly 15.x should run on the OS in question.
Actual Behavior
Stretchy should NOT inform the user that a new version is available when the new version will not run on the OS running on the Mac in question.
P.S. It may also be a good idea to state the system requirements on your web site and on Github.
Relevant log output
No response
Preferences
No response
Additional information
Stretchly should check the macOS version and make sure that the latest version will run on the Mac in question BEFORE informing the user that a new version is available.
Code of Conduct
The text was updated successfully, but these errors were encountered: