# Version 1.1.65

**Includes fixes for breaking changes introduced in 1.1.61:**

* The new scrolling algorithm, when used with "Continue until no element is found", caused errors if the page reloaded, such as during paginated loops.&#x20;
* Nested loops were sometimes incorrectly flagged as recursive in dynamic loop scenarios. This false positive is now resolved.
* Improved redirect handling in the Send HTTP Request building block.
* Fixed a rare issue where some error reports could not be saved.
* In rare cases, ending a standard loop could trigger an error due to internal loop values not being properly reset.
* Some pages were incorrectly identified as extension pages and excluded, preventing detection of the active page.&#x20;
* Terminating the regular browser run was no longer handled correctly. While likely not a breaking change, it occasionally left unnecessary browser connections open.
* When using Write JavaScript to append data outside of a loop, followed shortly by starting a loop, the newly appended rows were ignored.

**Includes other fixes:**

* When running multiple TaskBots in non-incognito mode at the same time, a race condition could occur between sessions. This concurrency handling has been improved.
