Commit graph

4 commits

Author SHA1 Message Date
Andrevich
6ea14e9c7c Update docs: system requirements and clarify privacy
- Add OpenWrt 23.05+ requirement to all README files
- Expand privacy statement to clarify no telemetry/analytics and data only goes to router, provided URLs, and official package sources
- Update smoke check command in CONTRIBUTING and all READMEs to include pytest: `python -m compileall -q src && pytest -q`
- Minor formatting improvements
2026-07-01 17:23:03 +04:00
Andrevich
02ab62a723 Switch macOS packaging from DMG to ZIP format
Change macOS release asset from .dmg to .zip using ditto instead of hdiutil. This preserves app bundle structure and symlinks better than plain zip. Update all README translations with new unzip instructions and clearer Gatekeeper bypass steps for unsigned builds. DMG with proper macOS signing/notarization planned for later.
2026-07-01 13:06:51 +04:00
Andrevich
e9284193d8 Remove PyYAML and update architecture docs
Remove PyYAML dependency from pyproject.toml and all documentation.

Update architecture documentation to reflect actual implementation:
- Replace Orchestrator/SecurityGate description with engine/* module organization
- Clarify that UI drives setup flow through wizard and settings screens

Remove 'custom' routing mode from documentation (already removed in implementation).

Clean up license file and references.
2026-07-01 12:20:18 +04:00
Andrevich
35f648bacc Re:Sputnik 0.1.0 — initial public release 2026-06-30 23:20:44 +04:00