Skip to content

Releases: orangecoding/fredy

10.0.0

05 Sep 11:42
Compare
Choose a tag to compare
  • Upgrading dependencies
  • Fixing Immowelt Scraper

[BREAKING CHANGE]
A listing may be edited, resulting in a price change. Previously, Fredy only stored the listing ID, so even if the price changed, Fredy wouldn’t alert on that listing again because it had already been sent. To address this issue, I modified the ID to be a hash of the ID and price. This way, if the price changes, the ID also changes, ensuring that the listing is sent again.

9.0.0

24 Jul 07:55
Compare
Choose a tag to compare

BREAKING CHANGE

  • using NodeJs 20

8.1.0

24 Jul 07:33
92db821
Compare
Choose a tag to compare
  • Upgrading ui dependencies
  • Building docker image for arm64 as well
  • Using ScrapingAnt for NeubauKompass, as they recently have added Bot protection

8.0.7

22 Jul 08:44
8ba3a53
Compare
Choose a tag to compare
  • added extra check for scraping ant. #100

New Contributors

Full Changelog: 8.0.6...8.0.7

8.0.6

12 Jun 12:20
Compare
Choose a tag to compare
  • upgrading dependencies
  • fixing immoswp provider
  • fixing some confusing description

8.0.5

27 Mar 10:20
4ed92b2
Compare
Choose a tag to compare

8.0.4

18 Mar 07:40
bf77ba2
Compare
Choose a tag to compare

Thnks to @pomeloy

  • Adding Jobname to new provider

8.0.3

13 Mar 14:07
7b63dc7
Compare
Choose a tag to compare

Thanks to @pomeloy

  • Added new Pushover Adapter
  • Added new Apprise Adapter

8.0.2

08 Feb 09:41
Compare
Choose a tag to compare
  • upgrading dependencies
  • fixing immoscout prodivder

8.0.1

26 Jan 18:52
Compare
Choose a tag to compare
  • Upgrading dependencies
  • Fixing access issue in docker setup