Historique de versions de Scalepad Endpoint Agent - 7 versions
Scalepad Endpoint Agent par Scalepad
Historique de versions de Scalepad Endpoint Agent - 7 versions
Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.
Dernière version
Version 4.0.10
Publié le 11 juin 2026 - 18,42 KoFonctionne avec firefox 109.0 et versions supérieuresImprovements- More reliable Firefox support — Hardened the Firefox native-messaging connection handling (wrapping browser APIs so async storage and messaging calls behave consistently) and refreshed the extension naming/manifest for consistent identification across browsers.
- Clearer diagnostics when saving in-progress state fails — Failures to persist the open segment snapshot to local storage are now logged instead of being silently swallowed, making segment/queue issues easier to diagnose.
Maintenance- Normalized "ScalePad" and "macOS" branding throughout the extension.
- Updated build and development dependencies (@types/chrome, esbuild).
Code source publié sous licence Tous droits réservés
Anciennes versions
Version 4.0.9
Publié le 15 mai 2026 - 18,1 KoFonctionne avec firefox 109.0 et versions supérieuresImprovements
Tracking now survives the browser suspending the extension — Chrome, Edge, and Firefox aggressively shut down extension background scripts when idle. Previously the in-progress segment could be lost (or could resume incorrectly) when this happened. The extension now persists its open segment to local storage and rebuilds state when the background script restarts, so a segment in progress when the browser suspended the extension is no longer lost.
No more phantom segments after sleep, hibernate, or other unobserved gaps — Previously, if the machine slept while a segment was open, that segment kept running until the next observation, producing a single long segment that included the entire sleep duration. A new reconciliation loop now detects gaps of more than 30 seconds without an observation and closes the open segment at the last observed time instead.
Self-healing delivery when the desktop agent returns errors — When the desktop agent rejects a segment (for example because its database is briefly locked), the extension now applies an exponential backoff between retries (2s → 5s → 15s → 1 min → 5 min) instead of retrying as fast as possible. After repeated failures on the same segment (10 consecutive errors, or 30 minutes of failure) that segment is set aside in a capped dead-letter queue so the next segment in line can still be delivered — the queue can no longer get permanently stuck behind a single failing message.Code source publié sous licence Tous droits réservés
Version 4.0.7
Publié le 6 mai 2026 - 14,53 KoFonctionne avec firefox 109.0 et versions supérieures🛠 Fix: Firefox & Edge activity tracking issues
Resolves an issue where Firefox and Edge extensions failed to record web activity segments (Chrome unaffected).
What was fixed
- Active tab detection failure (DevTools interaction)
- When DevTools was focused, the extension couldn’t detect a valid browser tab, preventing tracking from starting.
- Fixed by falling back to normal browser windows when no trackable tab is found.
Native messaging host not found
- Firefox and Edge could enter a reconnect loop due to a missing com.scalepad.agent manifest.
Fixed by:
- Registering both com.scalepad.agent and com.scalepad.agent.main
- Adding fallback logic to recover from failed connections
- Improved connection resilience
- Extension now detects failed connections earlier and retries immediately, improving compatibility with older agent installs.
Result
- Activity tracking now works reliably in Firefox and Edge
- Extension recovers automatically from missing or outdated agent configurationsCode source publié sous licence Tous droits réservés
Version 4.0.6
Publié le 30 avr. 2026 - 15,05 KoFonctionne avec firefox 109.0 et versions supérieuresVersion 4.0.6 — Bug fix
Fixed: First website visit not tracked after opening the browser
When opening the browser (or switching to it) and navigating to a URL, the first visit was not recorded as activity. The extension only started tracking after a second interaction — such as switching away and back to the tab or clicking on the page.
Root cause: When a tab becomes active, the browser fires the tab-activated event before the URL is fully set. The extension received the activation event with no URL, skipped tracking, and then when the URL arrived via a second event, it incorrectly required an existing tracking session to already be in progress before it would react.
Fix: The extension now starts a tracking session when a URL loads into an already-active tab even if no session was previously in progress. Domain-change logic (ending the current session and starting a new one) is unaffected.
Affected browsers: Firefox (macOS and Windows), Microsoft Edge (Windows). Chrome was not affected in practice but benefits from the same fix.Code source publié sous licence Tous droits réservés
Version 4.0.5
Publié le 19 févr. 2026 - 20,54 KoFonctionne avec firefox 109.0 et versions supérieuresFix Firefox supportCode source publié sous licence Tous droits réservés
Version 4.0.4
Publié le 17 févr. 2026 - 13,28 KoFonctionne avec firefox 58.0 et versions supérieuresUpdated stability for browser->desktop agent communication.Code source publié sous licence Tous droits réservés
Version 4.0.0
Publié le 29 janv. 2026 - 12,47 KoFonctionne avec firefox 58.0 et versions supérieuresCode source publié sous licence Tous droits réservés