Releases: antoniosolismz/Obsidian-AI
Releases · antoniosolismz/Obsidian-AI
Release 0.1.7
What's Changed
- Refactor createCompletion function for better UTF-8 support and code simplicity by @leonvanbokhorst in #3
- Modify the promptless commands to use the selected text instead of the whole note (this makes it not work in mobile using the swipe down apparently. Will have to review if using the selection or the whole note is better)
New Contributors
- @leonvanbokhorst made their first contribution in #3
Full Changelog: 0.1.6...0.1.7
Release 0.1.6
Added more commands from the pending section and added all missing placeholders for the prompted commands
Also added usage instructions to README
Full Changelog: 0.1.5...0.1.6
Release 0.1.5
Full Changelog: 0.1.4...0.1.5
Release 0.1.4
Full Changelog: 0.1.3...0.1.4
Release 0.1.3
Full Changelog: 0.1.2...0.1.3
Release 0.0.4
Full Changelog: 0.0.3...0.0.4
Release 0.0.3
Full Changelog: 0.0.2...0.0.3
Release 0.0.2
Full Changelog: 0.0.1...0.0.2
0.0.1
- 87f6e98 Update node.js.yml
- a665ae4 Update node.js.yml
- 0be54b1 Update node.js.yml
- 2b2f32d Update node.js.yml
- 3fdf71c Update node.js.yml
- 2aea077 Create node.js.yml
- c763e6c remove debugging stuff
- 6b552f4 add all the missing commands
- 60e984b try to add a loading spinner
- 6c707a2 add more commands
- 4a69298 move the existing commands to use the prompt modal
- eea5984 Better UI to write prompts
- dd91c52 Update README.md
- d03f030 allow to configure url and apikey
- f40853a refactor to make adding more prompts easier
- e794840 add plans for the future
- 7f23752 write literally the worst readme
- 5043e70 add the brainstorm ideas command
- a7ac0ae add help me write command
- 5c7121e first version