Skip to content

Releases: psedge/fijit

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 11 Jun 15:29
93f90fc

0.4.4 (2026-06-11)

Bug Fixes

  • dedupe crontab entries robustly in schedule/unschedule (0ebcda0)

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 11 Jun 09:20
3a3a8e0

0.4.3 (2026-06-11)

⚠ BREAKING CHANGES

  • drop global config; obscura via --obscura or $PATH, scrapers self-contained

Features

  • add sort/compute/follow steps, new alert triggers and in-file state (0884e3a)
  • drop global config; obscura via --obscura or $PATH, scrapers self-contained (0865649)

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:03
96e00ec

0.4.2 (2026-06-10)

Features

  • capture arbitrary element attributes via query_all attrs (8700a31)

Bug Fixes

  • key change-alert state by explicit id, not step position (df2cfc4)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:31

0.4.1 (2026-06-10)

Features

  • document filter/find operators in init-config template (6d29979)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 11:52
53188a9

0.4.0 (2026-06-10)

Features

  • log scraper output to per-scraper file in fijit schedule (c32ba4d)
  • on_error block sends scraper errors to Slack (c76db8b)

Bug Fixes

  • log to /var/log/fijit/<name>.log instead of ~/.local (a326e33)
  • verify /var/log/fijit is writable in fijit schedule with helpful error (8f46900)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 10:58

0.3.0 (2026-06-10)

Features

  • update init-config template with action and trigger reference (49ac9d5)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:23
625b962

0.2.0 (2026-06-09)

Features

v0.1.0

Choose a tag to compare

@psedge psedge released this 09 Jun 20:38
fix: add contents write permission to build workflow for release uploads