Skip to content

Releases: brianpetro/obsidian-smart-connections

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

2.1.87

01 Aug 21:31
Compare
Choose a tag to compare

Improved embedding and loading performance. See recent JS Brains commits for more technical details https://github.com/brianpetro/jsbrains/commits/main/

2.1.86

11 Jul 19:02
Compare
Choose a tag to compare

improve detection of "/" and "@" characters to trigger context selection modal in Smart Chat