Scalepad Endpoint Agent의 버전 기록 - 6개 버전
Scalepad Endpoint Agent 제작자: Scalepad
Scalepad Endpoint Agent의 버전 기록 - 6개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 4.0.9
2026년 5월 15일에 출시 - 18.1 KBfirefox 109.0 이상에서 작동Improvements
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.All Rights Reserved에 따라 릴리스된 소스 코드
이전 버전
버전 4.0.7
2026년 5월 6일에 출시 - 14.53 KBfirefox 109.0 이상에서 작동🛠 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 configurationsAll Rights Reserved에 따라 릴리스된 소스 코드
버전 4.0.6
2026년 4월 30일에 출시 - 15.05 KBfirefox 109.0 이상에서 작동Version 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.All Rights Reserved에 따라 릴리스된 소스 코드
버전 4.0.5
2026년 2월 19일에 출시 - 20.54 KBfirefox 109.0 이상에서 작동Fix Firefox supportAll Rights Reserved에 따라 릴리스된 소스 코드
버전 4.0.4
2026년 2월 17일에 출시 - 13.28 KBfirefox 58.0 이상에서 작동Updated stability for browser->desktop agent communication.All Rights Reserved에 따라 릴리스된 소스 코드
버전 4.0.0
2026년 1월 29일에 출시 - 12.47 KBfirefox 58.0 이상에서 작동All Rights Reserved에 따라 릴리스된 소스 코드