Skip to content

Releases: entangled/entangled.py

Entangled 2.1.10

23 Oct 08:08
Compare
Choose a tag to compare

Adds the pandoc template to the supported list of templates.

Entangled 2.1.9

30 Sep 10:45
Compare
Choose a tag to compare

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

27 Sep 18:00
Compare
Choose a tag to compare

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

17 Sep 07:30
Compare
Choose a tag to compare
  • bug fix for previous release

Entangled 2.1.6

17 Sep 07:25
Compare
Choose a tag to compare
  • 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

16 Sep 14:37
Compare
Choose a tag to compare
  • when using the quarto_attributes hook, the classes attribute will be interpreted as listing classes that would normally be entered through {.lang #codeid .class1 .class2 attr=value} syntax.

Entangled 2.1.4

11 Sep 11:02
Compare
Choose a tag to compare
  • Ensure trailing newline on writing output files

Entangled 2.1.3

12 Aug 12:59
Compare
Choose a tag to compare
  • improve bugfix in previous release: stabilize output to filedb.json.

Entangled 2.1.2

12 Aug 12:49
Compare
Choose a tag to compare

Saves file database with sorting keys enabled, to reduce noise in git.

Entangled 2.1.1

23 Jul 07:39
Compare
Choose a tag to compare

Bug fix in quarto_attributes hook.