1. 01 Apr, 2024 2 commits
  2. 25 Mar, 2024 10 commits
  3. 22 Mar, 2024 1 commit
  4. 21 Mar, 2024 4 commits
  5. 20 Mar, 2024 2 commits
  6. 19 Mar, 2024 1 commit
  7. 18 Mar, 2024 8 commits
  8. 12 Mar, 2024 2 commits
    • Robert Knight's avatar
      Improve splitting of hyphen-separated CFI ranges · 6ebeef98
      Robert Knight authored
      Create a `stripCFIRange` utility which strips assertions before separating the
      input. This means that hyphens inside assertions will be ignored.
      6ebeef98
    • Robert Knight's avatar
      Only consider part of CFI up to step indirection · 0c16351c
      Robert Knight authored
      When filtering annotations against CFIs or matching the current segment
      against a focus filter, only consider the part of the CFI up to the
      first step indirection ("!"). This means that matching only considers whether
      CFIs refer to the same content document (which the client also refers to more
      generically as a "segment"), and not the precise part of the content document.
      
      This resolves an issue where a CFI focus filter with a step indirection (eg.
      "/2/4!/8-/4!/2") did not match the expected segment ("/2").
      0c16351c
  9. 11 Mar, 2024 5 commits
  10. 07 Mar, 2024 2 commits
  11. 06 Mar, 2024 3 commits