Skip to content

v0.2

Compare
Choose a tag to compare
@brunoarine brunoarine released this 26 Dec 21:54
· 84 commits to main since this release
a7398c3

Automated installation of Python dependencies

Users no longer need to worry about installing org-similarity dependencies manually, and risking breaking something in their system. With the help of virtual environments, all dependencies will be downloaded during the first run.

Better org-roam v2 compatibility

By the time I implemented the first version of org-similarity, org-roam v2 wasn't released yet. The newer version heavily relies on org PROPERTIES, linking documents through their IDs rather than filenames. Now, org-similarity correctly parses the properties drawer and offers the option to create links using IDs or filenames (as before).

Refactored and optimized Python code

I must level with you: the first version of org-similarity was made in a hurry. The documents pre-processing step was kinda hacky and less than ideal. Now, the preprocessing steps are leveraged by orgparse, a nifty Python package to handle org-mode files.