Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

56 lines (35 loc) · 1.02 KB

Changelog for goscrape

All notable changes to this project will be documented in this file.

[v0.3.0] - 2025-01-01

Added:

  • body background attribute support
  • fragments at the end of the URL are now filtered
  • support srcset attribute for image downloading

Fixed:

  • inline css gets processed correctly
  • --include / --exclude parameter list handling

[v0.2.0] - 2024-06-21

Added:

  • add cookie loading and storing support
  • add docker image build
  • add header parameter support
  • add user agent parameter support
  • support serving directory in local webserver

Changed:

  • improved error messages
  • reduced dependencies and binary size

Fixed:

  • fix asset downloading
  • fix downloading of binary files
  • fix logger output
  • fix logger verbose flag usage
  • fix stopping of program using ctrl+c

[v0.1.1] - 2023-02-11

Added:

  • binaries for releases
  • http request timeout configuration support
  • proxy configuration support

Fixed:

  • do not abort scraping on error

[v0.1.0] - 2022-06-26

First version of goscrape released.