Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/fix-image-urls.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down