Releases: nx-python/PyNX
Releases · nx-python/PyNX
v0.6.0-alpha: Imgui
- Imgui and Pyimgui support (Documentation, Example)
- Urllib works properly now
- New python file launcher
v0.5.2-alpha: Threads
- Python threads support
- zlib support
v0.5.1-alpha: Hotfix for relative imports
- Fix relative import paths
v0.5.0-alpha: New PyNX Menu
- When launching PyNX, you will now be greeted with a menu that allows you to select the Python program you want to launch
- Python homebrew applications are now placed in the /switch/ directory on the SD card
- Python homebrew applications can be a single
.py
file or a directory containing amain.py
file - Python homebrews can of course import each other, as long as the homebrew they're trying to import is installed
- Miscellaneous controller input fixes
v0.4.1-alpha: Stability™
- Fixed a bug that stopped
nx.utils.AnsiMenu
from working - Fixed a bug related to player 1's controller input
v0.4.0-alpha: Fixed everything™
- Documentation
- Lots of bugfixes
v0.3.2-alpha: Multitouch + Fixes
- Added full 10 point multitouch support
- Fixed several filesystem related issues
- Fixed lots of other issues
v0.3.1-alpha: Hotfix release
Hotfix: Accessing the currently active user via nx.users.active_user
shouldn't crash PyNX anymore.
v0.3.0-alpha: Savedata access and controller input
This release adds the _nx CPython extension module and the nx package. This allows developers to access Switch-specific functionalities. For now, only savedata access and basic controller input are implemented.
v0.2.0-alpha: Python 3 support!
This release adds support for Python version 3.5.