diff --git a/.changeset/fix-image-urls.md b/.changeset/fix-image-urls.md deleted file mode 100644 index 2d192d6..0000000 --- a/.changeset/fix-image-urls.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"fcrawl": patch ---- - -Fix image URL handling to preserve absolute URLs for better viewing experience - -- Internal images now keep absolute URLs instead of broken relative paths -- External images continue to work as absolute URLs -- All images remain viewable when users have internet connectivity -- Internal links still transform to relative .md paths for local navigation -- Fixes issue where images had incorrect .md extensions appended \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5f023..aa77a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # fcrawl +## 0.3.2 + +### Patch Changes + +- [#17](https://github.com/0xBigBoss/firecrawl-cli/pull/17) [`4434939`](https://github.com/0xBigBoss/firecrawl-cli/commit/4434939b401e84fcef4608e97bf3dbb8045b6d00) Thanks [@0xBigBoss](https://github.com/0xBigBoss)! - Fix image URL handling to preserve absolute URLs for better viewing experience + + - Internal images now keep absolute URLs instead of broken relative paths + - External images continue to work as absolute URLs + - All images remain viewable when users have internet connectivity + - Internal links still transform to relative .md paths for local navigation + - Fixes issue where images had incorrect .md extensions appended + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index f0f243d..4320bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fcrawl", - "version": "0.3.1", + "version": "0.3.2", "description": "Web crawler using Firecrawl API that saves pages as local Markdown files", "module": "index.ts", "type": "module",