Skip to content

Releases: Masterb1234/obsidian-post-webhook

1.2.1

14 Jan 14:43
77af15b
Compare
Choose a tag to compare

Changelog v1.2.1

  • Enhanced UI with improved webhook management interface
  • New response handling options: append, overwrite, or create new note
  • Support for inline fields (field:: value) in webhook parameters
  • Various minor improvements and optimizations

1.2.0

30 Dec 13:06
b91c599
Compare
Choose a tag to compare

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

23 Dec 19:20
ec40744
Compare
Choose a tag to compare

Changelog v1.1.2

  • Added option to exclude attachments from payload in YAML.

1.1.1

17 Dec 20:08
56fd4bf
Compare
Choose a tag to compare

Changelog v1.1.1

  • Improved text selection handling;
  • Added response file type detection.

1.1.0

07 Dec 22:16
88c7285
Compare
Choose a tag to compare

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

30 Nov 10:36
88c7285
Compare
Choose a tag to compare

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

22 Nov 19:39
3f14be5
Compare
Choose a tag to compare

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

22 Nov 19:34
8920606
Compare
Choose a tag to compare
Add files via upload

1.0.0

17 Nov 17:52
df590fa
Compare
Choose a tag to compare
Update manifest.json