What changed
Raid Signal v1.4.0 brings the desktop’s live tactical context into the compact
native overlay and adds real candidate locations for find-item quest objectives.
- Live squad members now appear on the native overlay without opening a second
relay connection or moving decrypted positions outside the desktop process. - Active quest markers, including hollow candidate-location markers, now appear
in the overlay when quest markers are enabled. - Find-item objectives can show every known candidate spawn from the refreshed
Regular, PvE, and Seasonal PvP intelligence snapshot. - Floors that intentionally have no packaged SVG layer keep the base artwork
visible. - The last recognized extract panel remains available when a later screenshot
contains unrelated text and clears when the raid ends.
Thank you @Reiss-Cashmore for contributing
the five-PR feature and fix series behind the overlay, quest-location, map-layer,
and extract improvements.
Compatibility, privacy, and limits
Settings schema v2 and room protocol v1 remain compatible. The overlay receives
only bounded, validated process-local snapshots from the main desktop webview.
Invitation keys remain in URL fragments, the relay still forwards ciphertext
only, and no position history is stored.
Quest-log import remains experimental because current Tarkov builds may not
retain a safely attributable supported event format. Manual quest selection is
still the reliable fallback. Never publish raw Tarkov logs.
Raid Signal does not read game memory, inject input, automate play, modify game
files, or claim anti-cheat approval. It is independent and not endorsed by
Battlestate Games.
Install and verify
Download installers only from this immutable GitHub Release. Assets include a
SHA-256 checksum, release.json, an SPDX SBOM, Microsoft Defender and ClamAV
scan gates, and GitHub build provenance.
The Windows installer is currently unsigned and may show an unknown-publisher
warning.
What's Changed
- fix(maps): keep base artwork for floors with no packaged layer by @Reiss-Cashmore in #28
- fix(raid): keep the last recognized extracts across later screenshots by @Reiss-Cashmore in #29
- feat(quests): map objectives that carry possible locations by @Reiss-Cashmore in #25
- feat(overlay): show quest markers on the compact overlay by @Reiss-Cashmore in #26
- build(deps): bump trufflesecurity/trufflehog from 3.97.0 to 3.97.1 by @dependabot[bot] in #34
- feat(overlay): show squad positions on the compact overlay by @Reiss-Cashmore in #27
- build(deps): refresh compatible toolchain updates by @QTtrash in #36
- chore(assets): refresh intelligence snapshot for v1.4.0 by @QTtrash in #37
- chore(release): prepare v1.4.0 by @QTtrash in #38
New Contributors
- @Reiss-Cashmore made their first contribution in #28
Full Changelog: v1.3.1...v1.4.0