Releases: Masterb1234/obsidian-post-webhook
Releases · Masterb1234/obsidian-post-webhook
1.2.1
1.2.0
Changelog v1.2.0
- Complete rewrite in TypeScript for improved reliability and maintainability
- Added "Exclude Attachments" option in settings to skip sending attachments for specific Webhooks
- Introduced Context Notes feature for adding reusable content blocks to Webhook requests
1.1.2
Changelog v1.1.2
- Added option to exclude attachments from payload in YAML.
1.1.1
Changelog v1.1.1
- Improved text selection handling;
- Added response file type detection.
1.1.0
Changelog v1.1.0
- Added support for configuring and managing multiple Webhook endpoints
- Introduced text selection support, allowing users to send selected portions of notes to Webhooks; responses are inserted directly after selections
- Fixed various bugs and improved overall stability
1.0.3
Changelog v1.0.3
- Added new "Attach Response" toggle in settings that allows webhook responses to be automatically appended to the note with a separator line
- Improved HTTP request handling by using Obsidian's native requestUrl API instead of fetch
1.0.2
Changelog v1.0.2
- Switched to Obsidian's native parseYaml function for YAML parsing
- Replaced custom Base64 conversion with Obsidian's arrayBufferToBase64
- Updated HTTP requests to use Obsidian's requestUrl instead of fetch
- Implemented native getFrontMatterInfo for frontmatter parsing
- Improved attachment handling using Obsidian's file cache and link resolution
- Refactored parseYamlFrontmatter to use Obsidian's built-in functions
- Minor other changes
1.0.1
Add files via upload
1.0.0
Update manifest.json