You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Google Search URL Crawler Change Log 📋
2
2
3
3
## v1.1 (2024) *(current)* 🆕
4
+
5
+
Note that it's been five years since the previous release, and Google had time to change the way it returns results with a clear intention of making it more difficult to programmatically process the returned html elements.
6
+
7
+
Therefore, this version may not work as excellent as it did in the year 2019; However, this version is functional and it seems to perform a good job.
8
+
4
9
#### 🛠️ Fixes:
5
10
• The program stopped working due obsolescence.
6
11
• "Search" button did not preserved allignment when the window gets resized.
@@ -11,6 +16,7 @@
11
16
• Improved default user-agent string to try prevent getting banned due using a fake browser agent.
12
17
• When selecting a row from the search results, the URL is displayed in the bottom textbox control of the window.
13
18
• Basic status messages are displayed at the bottom of the circular progress bar.
19
+
• Ensured format compatibility when exporting to CSV by replacing the default delimitter (;) in the CSV fields.
0 commit comments