Releases: joshmu/periscope
Releases · joshmu/periscope
v1.16.1
v1.16.0
1.16.0 (2026-02-06)
Bug Fixes
- add retry for config-dependent tests on macOS CI (3f40a54)
- add search infrastructure readiness gate to prevent flaky CI tests (bd2eabc)
- buffer list shows only visible tabs instead of all loaded documents (074f44f)
- resolve flaky test by closing editors before test (68f4eda)
Features
- add buffer list feature with filtering (aa12e8d)
v1.15.1
v1.15.0
1.15.0 (2025-08-31)
Bug Fixes
- editor: remove unnecessary async edit in setCursorPosition (018dce6)
- search: restore dynamic --files flag detection in query (35140f5)
- test: increase Windows CI timeout multiplier to 3x for stability (f4124e2)
- test: normalize startFile paths for cross-platform compatibility (456d92b)
- test: prevent settings.json modifications after test runs (cfa6a61)
- test: remove color overrides causing config test failures (0168064)
- test: resolve CI race condition in file search mode test (27283d7)
- test: resolve failing escape key test with proper editor state setup (596368c)
- test: resolve flaky preview tests and enhance waitForPreviewUpdate helper (4b3518b)
- test: resolve Windows CI test failures (5da81c2)
- tests: simplify wait time calculation for CI-aware timeouts (e6145b0)
Features
- implement file search with improved architecture (#89) (43ae1b2)
- merge master branch with line numbers feature from PR #97 (5ebe3cd)
- search: add injectable arguments for flexible ripgrep configuration (b119b2e)
- search: integrate line numbers feature with updated test architecture (4b4e929)
- test: add CI-aware timeout multipliers (dbfbb3e)
- test: add single test execution capabilities (d92b208)
- test: fix configuration exclusion test and improve test helper (34c3e72)
Performance Improvements
- test: reduce test execution time by 58% with optimized timeouts (7cae1a4)