ilml-plugin-linkedin 1.20.3 → 1.20.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.20.4
4
+ - **Fixed: commands no longer fail while LinkedIn is still showing its "setting things up" loading screen.** LinkedIn now often shows a roughly 30-second initialization screen and only then redirects to the page you asked for. The plugin used to give up before that finished — which showed up as false "not logged in / redirected to login" errors on sync, a message box that "never appeared" when sending, and hit-or-miss inbox searches. Every command now waits through that loading screen (up to 45 seconds) before deciding anything, so a slow LinkedIn load no longer looks like a failure. No schema change.
5
+
3
6
  ## 1.20.3
4
7
  - **Fixed: an interrupted or crashed run no longer leaves a hidden browser open that blocks your next command.** Before, if a command was interrupted (Ctrl-C), hit an error, or had its output piped to something that closed early, its automation browser could stay running in the background — and the next `connect` / `sync` / `apply` would then fail with a "the profile is already open" error. Two layers now prevent this:
5
8
  - Every command reliably closes its own browser when it exits — on normal finish, Ctrl-C, termination, an uncaught error, or a closed output pipe.