Releases: AmrDeveloper/Turtle
Releases · AmrDeveloper/Turtle
2.0.10
2.0.9
- Implement targets support in assignment expr
a, b, c = (.., .., ..). - Implement parsing star_expressions in assignments
t = a, b, c. - Fix throwing
only single target (not tuple) can be annotated. - Implement
tuple_iteratorand integrate it inforstatement. - Improve unpacking error message to throw ValueError similar to Python.
- Remove screen orientation.
- Disable tuple assignment on GPU as NYI.
2.0.8
- Remove singing by debug config.
- Update HILT library to 2.60.
- Support x86 ABI build target.
- Set up the version code function for different ABIs.
2.0.7
- Change the version code calculation for each ABI.
- Update Toolbar options depending on current route.
- Not crash if no browser is provided when open url.
2.0.6
- Support ABI builds.
- Update fastlane config for F-Droid.
2.0.5
- Add fastlane config/screenshots.
- Update Proguard rules for release.
2.0.4
- Implement
delstatement with identifiers. - Implement
try ... except ... else ... finallystatement. - Support active exception at runtime.
2.0.3
- Implement Set Comprehension on the interpreter target.
- Implement Dict Comprehension on the interpreter target.
- Add support for function return type annotations.
- Add more arity checks to bin function.
- Implement builtin
callablefunction. - Implement the inverse operator.
- Support for ... else stmt.
- Move the files screen to the toolbar.
- Show badge on active tab.
2.0.2
- Disable Minify for now.
