Skip to content

Releases: joshmu/periscope

v1.16.1

06 Feb 11:11

Choose a tag to compare

1.16.1 (2026-02-06)

Bug Fixes

  • apply smart-case behavior to searchFiles glob patterns (a2e5380)

v1.16.0

06 Feb 06:22

Choose a tag to compare

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

31 Aug 23:44

Choose a tag to compare

1.15.1 (2025-08-31)

v1.15.0

31 Aug 07:00

Choose a tag to compare

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)

v1.14.0

31 Aug 04:56

Choose a tag to compare

1.14.0 (2025-08-31)

Features

  • results: add option to show line numbers (on by default) (fc46707)

v1.13.3

15 Aug 00:33

Choose a tag to compare

1.13.3 (2025-08-15)

Bug Fixes

  • ci: prevent comment posting errors for external contributor PRs (e7103ee)

v1.13.2

10 Aug 01:44

Choose a tag to compare

1.13.2 (2025-08-10)

Bug Fixes

  • ripgrep: handle paths with spaces by quoting paths (7511939)

v1.13.1

08 Aug 07:33

Choose a tag to compare

1.13.1 (2025-08-08)

Bug Fixes

  • resolve sticky context bug in resume search (5409bf6)

v1.13.0

06 Aug 07:49

Choose a tag to compare

1.13.0 (2025-08-06)

Features

  • logging: add output channel for extension logs (10fd944)

v1.12.0

12 Jul 00:23

Choose a tag to compare

1.12.0 (2025-07-12)

Features

  • add periscope.resumeSearch command to restore previous queries (ea21ac5), closes #90