serpbear/CHANGELOG.md
2022-12-08 09:51:06 +06:00

4.5 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.7 (2022-12-08)

Bug Fixes

  • Email notifcations now sent everyday at 3am (f000063)
  • shortens hours and minutes in notif emails (480767d)
  • Throws better error logs in cron for debugging (a6af9d3)

0.1.6 (2022-12-05)

Bug Fixes

  • CSS Linter issues. (a599035)
  • invalid json markup (e9d7730)
  • Sort was buggy for keyword with >100 position (d22992b), closes #23
  • UI: Adds tooltip for Domain action icons. (b450540)

0.1.5 (2022-12-03)

Features

  • keyword not in first 100 now shows >100 (e1799fb)

Bug Fixes

  • domains with - were not loading the keywords. (efb565b), closes #11
  • failed scrape messes up lastResult data in db (dd6a801)
  • First search result items were being skipped. (d6da18f), closes #13
  • removes empty spaces when adding domain. (a11b0f2)

0.1.4 (2022-12-01)

Features

  • Failed scrape now shows error details in UI. (8c8064f)

Bug Fixes

  • Domains with www weren't loading keywords. (3d1c690), closes #8
  • Emails were sending serps of previous day. (6910558)
  • Fixes Broken ScrapingRobot Integration. (1ed298f)
  • scraper fails if matched domain has www (38dc164), closes #6 #7
  • scraper fails when result has domain w/o www (6d7cfec)

0.1.3 (2022-12-01)

Features

  • Adds a search field in Country select field. (be4db26), closes #2

Bug Fixes

  • could not add 2 character domains. (5acbe18), closes #1
  • license location. (a45237b)
  • No hint on how to add multiple keywords. (9fa80cf), closes #3

0.1.2 (2022-11-30)

Bug Fixes

  • API URL should be dynamic. (d687109)
  • Email Notification wasn't working. (365caec)