Loading...
- v1.4.0iOS
1. Added display function, which can be directly used in most GUI-related frameworks without any configuration. 2. Added package manager, which facilitates the management of Python and system packages. 3. Some functional and experience optimizations.
- v1.3.0iOS
1. Added project configuration function, allowing users to customize the scripts triggered by runs, accelerating the development of large-scale projects. 2. The editor's performance has been significantly optimized, allowing for smooth loading of extremely large code documents without any lag. Additionally, the speed of code auto-completion prompts has been greatly improved.
- v1.2.0iOS
1. Added numpy and matplotlib libraries in the default environment, and matplotlib supports displaying images directly in the editor. 2. Added open command, you can open a file directly by typing open 123.py in command line, no need to find it in file tree. 3. The editor now supports previewing PDF, image, and video files. 4. Fixed some crashes.
- v1.1.0iOS
1. Fixed several issues, including crashes and terminal experience issues. 2. Fixed a known instruction decoding bug that could cause some packages in the container to run improperly. 3. Added complete ssh, gcc, g++, make, cmake, ninja, git, tar commands to the environment, supporting the installation of certain third-party dependency packages.