Releases: entangled/entangled.py
Releases · entangled/entangled.py
Entangled 2.1.10
Entangled 2.1.9
Disables behaviour where files get removed from the DB when they're not found on the file system. This created more trouble than its worth.
Entangled 2.1.8
Adds a new flag to entangled tangle
, being -r/--reset-db
. Running with -r
will rebuild the file database in case it got corrupted.
Entangled 2.1.7
- bug fix for previous release
Entangled 2.1.6
- Allow Yaml lists in task definitions. The following now works:
```python
#| file: test.py
#| classes: ["task"]
#| creates:
#| - hello.txt
print("Hello", file=open("hello.txt", "w"))
```
Entangled 2.1.5
- when using the
quarto_attributes
hook, theclasses
attribute will be interpreted as listing classes that would normally be entered through{.lang #codeid .class1 .class2 attr=value}
syntax.
Entangled 2.1.4
- Ensure trailing newline on writing output files
Entangled 2.1.3
- improve bugfix in previous release: stabilize output to filedb.json.
Entangled 2.1.2
Saves file database with sorting keys enabled, to reduce noise in git.
Entangled 2.1.1
Bug fix in quarto_attributes hook.