Skip to content

Releases: brianpetro/obsidian-smart-connections

2.1.97

01 Sep 02:17
Compare
Choose a tag to compare

Fix openai rate limit bug in #751

2.1.96

31 Aug 15:56
Compare
Choose a tag to compare

Updated backend to utilize improved JS Brains patterns (including preparation for moving v2.2 into stable-release). Notable changes include: improved loading performance and GPU accelerated local embeddings (up to 10x faster).

2.1.95

26 Aug 19:28
Compare
Choose a tag to compare

reduced complexity of load/import/embed/save processes by using collection process_queue pattern instead of disjointed loops

2.1.94

24 Aug 20:08
Compare
Choose a tag to compare

bugfixes

2.1.93

24 Aug 14:21
Compare
Choose a tag to compare

Significant backend refactoring aimed to increase long-term stability. Relevant changes outside this repo can be found in the JS Brains repo https://github.com/brianpetro/jsbrains/commits/main/

2.1.92

18 Aug 14:08
Compare
Choose a tag to compare

Implements fix for #729 . See brianpetro/jsbrains@af3639b for details

2.1.91

18 Aug 14:07
Compare
Choose a tag to compare

Implements fix for #729 . See brianpetro/jsbrains@af3639b for details

2.1.90

17 Aug 20:35
Compare
Choose a tag to compare

Increase amount of context that can be used in the Smart Chat as discussed in #728

2.1.89

17 Aug 19:52
Compare
Choose a tag to compare

Implemented many improved/refactored components. All components are open-source and easily accessible in the JS Brains project https://github.com/brianpetro/jsbrains/ . Details about recent updates can be found here https://github.com/brianpetro/jsbrains/commits/main/

2.1.88

02 Aug 22:12
Compare
Choose a tag to compare

fix exclusions in sources (notes) based on block lines (excluded blocks) brianpetro/jsbrains@d3b86e6