PySimpleGUI, a GUI framework for Python, has previously been published under the LGPLv3. They just announced that they are changing to a subscription model with PysimpleGUI 5, and that previous versions will be sunsetted.
Their new license is also pretty unclear about how open source software using their library is supposed to work. Furthermore, it's unclear if a free and open source Python program using PySimpleGUI would be considered hobbyist (free) or commercial (paid subscription).
But since all prior versions were distributed under the LGPL, I don't understand how this works. Isn't the prior version still FOSS? Furthermore, wouldn't the new version also be somehow subject to LGPL since it presumably is mostly the old code that is LGPL licenced?
Lastly, the new licence also has a statement about not distributing prior versions of PySimpleGUI, which also didn't quite make sense to me:
Licensee may not (and shall not permit any third party to): ... (i) incorporate PySimpleGUI or any portion thereof into any software that purports to subject it to open source software or similar license terms, including any prior version of PySimpleGUI (modified or unmodified) which was previously distributed under such licenses;