Skip to content

Releases: cortexuvula/RSVP

v1.5.0 — Security Hardening & Background Threading

Choose a tag to compare

@cortexuvula cortexuvula released this 11 Jun 15:32

Security

  • SSRF protection in URL fetching — DNS-resolved IPs checked against private/reserved ranges (loopback, RFC 1918, link-local, CG-NAT, IETF, IPv6-mapped IPv4)
  • Atomic file writes for settings and stats via tempfile.mkstemp() + os.replace()

Changed

  • TTS playback runs on a dedicated QThread — UI stays responsive
  • URL fetching in TextInputDialog runs on a background QThread
  • TTS stop/dispatch routes through worker thread signals
  • Settings and stats save() no longer re-raise — errors logged and flagged
  • SettingsDialog requires explicit settings= parameter (DI)
  • Proportional ORP formula min(length // 3, 4)
  • Improved markdown stripping, CRLF normalization, UTF-8 encoding fallback

Fixed

  • Stats recorder sets finished=True when reaching last word
  • Duplicate logger in bookmark_controller
  • Duplicate entries in __all__
  • TextInputDialog caches fetched text to avoid redundant re-fetch
  • Concurrent fetch guard in TextInputDialog

Testing

  • 340 tests passing (52 new), 0 failures, zero ruff violations
  • New test files: test_document_loader.py, test_text_input_dialog.py

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 20:42

Full Changelog: v1.3.5...v1.4.0

v1.3.5

Choose a tag to compare

@github-actions github-actions released this 15 May 19:04

Full Changelog: v1.3.4...v1.3.5

v1.3.4

Choose a tag to compare

@github-actions github-actions released this 15 May 18:57

Full Changelog: v1.3.3...v1.3.4

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 15 May 18:46

Full Changelog: v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 15 May 18:22

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 15 May 18:19

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 15 May 17:43

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 20:56

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 15:32

Full Changelog: v1.0.0...v1.1.0