Version & README
parent
48e7d405dd
commit
f3d02721ad
|
@ -88,14 +88,12 @@ The lines in a file look exactly the same as regular entries in the prompt, but
|
||||||
|
|
||||||
|
|
||||||
## Todo (pre-release, in this order):
|
## Todo (pre-release, in this order):
|
||||||
- Prevent macro-chaining recursion
|
|
||||||
- Update screenshot
|
|
||||||
- Update documentation
|
|
||||||
- Write "how it works"
|
- Write "how it works"
|
||||||
- PyPi package
|
- PyPi package
|
||||||
|
|
||||||
|
|
||||||
## Todo:
|
## Todo:
|
||||||
|
- Prevent macro-chaining recursion
|
||||||
- Cleanup warnings
|
- Cleanup warnings
|
||||||
- Truncate long expressions in warnings
|
- Truncate long expressions in warnings
|
||||||
- History indexing
|
- History indexing
|
||||||
|
|
|
@ -14,7 +14,7 @@ description = "A lambda calculus engine"
|
||||||
#
|
#
|
||||||
# Patch release:
|
# Patch release:
|
||||||
# Small, compatible fixes.
|
# Small, compatible fixes.
|
||||||
version = "0.1.3"
|
version = "1.1.4"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"prompt-toolkit==3.0.31",
|
"prompt-toolkit==3.0.31",
|
||||||
|
|
Reference in New Issue