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

Why is support for old Windows versions being dropped? #190

Open
thecatontheceiling opened this issue Aug 4, 2023 · 1 comment
Open

Comments

@thecatontheceiling
Copy link

title. I am confused on why this decision was made and it's extremely inconvenient that everything under 1909 is not supported anymore :/

@namazso
Copy link
Owner

namazso commented Aug 4, 2023

There are some upcoming changes that will require modern OSes:

  • Potentially rewriting the frontend in C# / WinForms: Windows 7 does not support multiple CLRs in explorer, therefore if more than one shell extension uses .NET, it just can't work. Windows 8 solves this.
  • Changing installer to WiX, and distribution format to MSIX to achieve convenient packaging and context menu entries on Windows 11. This requires the new Microsoft Store, which requires Windows 10 1909.

Since the market share of these old OSes on desktop is less than 5 percent, it's not really worth keeping up two wildly different installers. And it's not like 3.0.x will disappear after a new release.

@namazso namazso changed the title why was support for "old" windows isos removed? you're literally just calculating hashes Why is support for old Windows versions being dropped? Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants