Skip to content

Releases: towfiqi/serpbear

v2.0.6

15 Nov 04:45
Compare
Choose a tag to compare

2.0.6 (2024-11-15)

Bug Fixes

  • Ensures Docker build uses matching npm package versions from package.json (4fef1a9)
  • Resolves broken Docker build due to croner package version mismatch. (aeed1f8), closes #247
  • Resolves broken Proxy Scraper functionality. (649f412), closes #248
  • Resolves Google Ads search volume data loading issue. (12eac2b)

v2.0.5

12 Nov 10:48
Compare
Choose a tag to compare

2.0.5 (2024-11-12)

Bug Fixes

  • Fixes broken scrape result issue for keywords with special characters. (d9d7c63), closes #221
  • Fixes misaligned Keywords table UI content. (faa3519)
  • Resolves "Add Domain" UI confusion. (17fb2c4)
  • Resolves broken Scrapingrobot scraper on new installs. (bc02c92), closes #243

v2.0.4

10 Nov 07:05
Compare
Choose a tag to compare

2.0.4 (2024-11-10)

Bug Fixes

  • Fixes Docker build issue. (1bef758)

v2.0.3

10 Nov 07:03
Compare
Choose a tag to compare

What's Changed

Features

  • Ability to keywords for both mobile and desktop at once. (3786438), closes #60 #66 #199
  • Adds ability to set Notification Email From name. (b35d333), closes #222
  • Adds the ability to show hide columns in tracked keywords table. (d3e3760), closes #224
  • auto filter keywords if they already exist instead of throwing error. (a09eb62), closes #244
  • Displays Best position on mobile layout as well. (a74338f)
  • Displays keyword's best position in email notification. (4c2f900)
  • Keywords Country filter now only shows relevant countries. (a050536)
  • Makes Content width a little wider. (42c5e2b)

Bug Fixes

  • Correct CTR calculation in InsightStats component (232507e)
  • Fixes incorrect position display in keyword detail view when position is above 100 (01b1b7b)
  • Fixes missing keyword city value in exported csv file. (f482884), closes #194
  • Fixes missing Search Console data in Email notification when its integrated through App settings. (040dab1)
  • Resolves incorrect search trend graph in Ideas section. (7597210), closes #219
  • Resolves notification email's incorrect image size in some email clients. (bc96dc7), closes #201
  • update scraping robot typo in README (c24b630)

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

13 Mar 17:59
Compare
Choose a tag to compare

2.0.2 (2024-03-13)

Bug Fixes

  • Resolves Broken Google Adwords Authentication in Docker containers. (1d0a788), closes #179

v2.0.1

06 Mar 08:50
Compare
Choose a tag to compare

2.0.1 (2024-03-06)

Bug Fixes

  • Resolves broken doc links (d48ae76)
  • Resolves keyword loading issue in Docker instances. (4a87d22), closes #178

v2.0.0

05 Mar 14:37
Compare
Choose a tag to compare

2.0.0 (2024-03-05)

Features

seerpbear_keyword_research

  • Adds Google Adwords Integration to allow generating Keyword Ideas. (5650645)
  • Adds keyword search volume data feature for tracked keywords. (2a1fc0e)
  • Adds a Keyword Research Section. (4d15989)
  • Adds the ability to pick existing tags when applying keyword tags. (407ab8d), closes #171
  • Adds the ability to view the changelog and displays the latest version number. (bb4a684)

Bug Fixes

  • Resolves Domain keyword Ideas generation issue. (252ae9a)
  • Resolves minor UI bugs. (50160f5)

v1.0.3

22 Feb 13:18
Compare
Choose a tag to compare

1.0.3 (2024-02-22)

Bug Fixes

  • Resolves scraper not able to scrape some keywords correctly. (9a7a43f)
  • Resolves large keywords breaking the keywords table ui (724d3c8)
  • Resolves App not reloading on Scraper setup. (56ffbf5)

v1.0.2

15 Feb 03:13
Compare
Choose a tag to compare

1.0.2 (2024-02-15)

Bug Fixes

  • Resolves Incorrect Position issue. (0e64b95), closes #164

v1.0.1

13 Feb 18:14
Compare
Choose a tag to compare

1.0.1 (2024-02-13)

Bug Fixes

  • Resolves the app crash issue when there is no database. (e5dd411), closes #161 #162