ilml-plugin-linkedin 1.18.0 → 1.19.0

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.19.0
4
+ - **`connect run` now reaches people whose "Connect" is tucked under the "More" (⋯) menu** — the out-of-network profiles (often investors / senior folks) it used to silently skip as "already connected". Since 1.14.5 the plugin trusted the "· 1st" distance badge as proof of an existing connection, but that badge is unreliable and made it skip connectable targets without ever opening their "More" menu. Now whether you're connected is decided by the **actual Connect control** (found by the full search, including the "More" dropdown), never by the badge: a Connect control anywhere ⇒ send; none found ⇒ genuinely connected ⇒ clean skip.
5
+ - **Safety hardening so this can't misfire.** The dropdown search can never select a "Remove connection" item (excluded everywhere); a click-time guard refuses any remove / disconnect / report / block / unfollow control; and the last-resort button strategies now exclude the "People you may know" recommendation rail and verify the name — so a same-first-name rail neighbour can't receive the request meant for your target. A safety refusal counts as a clean skip, not a failure, so it can't trip the run's circuit breaker. No schema change.
6
+
7
+ ## 1.18.1
8
+ - **Fixed: `connect run` skipped people you're NOT connected to as "already connected".** When a profile showed a real **Connect** button, a separate read of the "1st / 2nd / 3rd" distance badge could pick up a stray "1st" from elsewhere on the page and wrongly override the result to "already connected" — silently skipping valid targets without ever sending. Now a Connect button on the profile is authoritative proof you're not connected (LinkedIn never shows Connect for an existing connection); the distance badge is only a fallback used when neither a Connect nor a Message button is found. No schema change.
9
+
3
10
  ## 1.18.0
4
11
  - **The automation now runs as one consistent browser "device", so LinkedIn stops treating every run as a brand-new sign-in.** Previously each command opened a throwaway browser profile — which looked like a new device to LinkedIn every time, triggering "new device" emails, early session drops, and repeated login/password prompts. The plugin now keeps a persistent Chrome profile per account (stored next to your saved session), so LinkedIn sees the same trusted device across runs: fewer security emails, fewer forced re-logins, lower ban-risk. Your existing session carries over automatically on the first run after updating — no re-login needed.
5
12
  - **`ilml linkedin login` is clearer about what to do.** It opens the browser and, if that profile is already signed in, tells you so and just asks you to press Enter to re-save. Otherwise you sign in manually, then **press Enter in the terminal** to save your session — don't close the window yourself; it closes automatically once saved. (The old docs said "close the window", which could actually lose the login — now fixed.)