mirror of
https://github.com/bingryan/obsidian-markdown-export-plugin.git
synced 2026-07-22 07:10:24 +00:00
Update CHANGELOG.md [skip ci]
This commit is contained in:
parent
483f5a68c5
commit
4e55ac929c
1 changed files with 25 additions and 0 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -1,3 +1,28 @@
|
|||
# 1.0.38 (Tue Jan 06 2026)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### fix: use file parameter instead of getActiveFile() for embed processing ([#123](https://github.com/bingryan/obsidian-markdown-export-plugin/pull/123))
|
||||
|
||||
* **Bug Fixes**
|
||||
* Fixed embed resolution during file export to correctly use the file being exported instead of relying on the active editor file, ensuring embeds are properly resolved and replaced regardless of which file is currently open.
|
||||
|
||||
<sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub>
|
||||
|
||||
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
|
||||
|
||||
---
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- fix: use file parameter instead of getActiveFile() for embed processing [#123](https://github.com/bingryan/obsidian-markdown-export-plugin/pull/123) ([@bingryan](https://github.com/bingryan))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- [@bingryan](https://github.com/bingryan)
|
||||
|
||||
---
|
||||
|
||||
# 1.0.37 (Sat Jan 03 2026)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
|
|
|||
Loading…
Reference in a new issue