diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa0300b..ebea29e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.5.4](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.3...7.5.4) (2025-01-23) +### Bug Fixes + +* **dryRun:** prevent deleting when the dryRun.folder name is empty or equals to =="/" ([f9851cc](https://github.com/Enveloppe/obsidian-enveloppe/commit/f9851cca5559e4afd6b958a6d8781f348a91b3ea)) +* **export:** add more type in the censoring data when export ([9be1ce1](https://github.com/Enveloppe/obsidian-enveloppe/commit/9be1ce1081f3a479faaad255351a71f60e173fab)) +* **export:** render the settings after import properly ([d657eed](https://github.com/Enveloppe/obsidian-enveloppe/commit/d657eed3971bf71edd6184669fa9fac3c32cd3f6)) +* **locale:** use localStorage.language instead of moment in primary searching for the locale ([069f3ff](https://github.com/Enveloppe/obsidian-enveloppe/commit/069f3ff78c579466d7dbaf80c0775fdcf1e8c619)) +* **settings-autoclean:** in some old version, the excluded values was not a list ([c1a7895](https://github.com/Enveloppe/obsidian-enveloppe/commit/c1a78951503638d021a6a55894cf307a709621c4)) + ## [7.5.3](https://github.com/ObsidianPublisher/obsidian-github-publisher/compare/7.5.2...7.5.3) (2025-01-13) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 7981db8b..9a138415 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.3", + "version": "7.5.4", "minAppVersion": "0.15.4", "description": "Enveloppe helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", diff --git a/manifest.json b/manifest.json index 7981db8b..9a138415 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.3", + "version": "7.5.4", "minAppVersion": "0.15.4", "description": "Enveloppe helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", diff --git a/package.json b/package.json index ac4a83d9..f0a68749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enveloppe", - "version": "7.5.3", + "version": "7.5.4", "description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.", "main": "main.js", "private": true,