Skip to content

Paperproof v1.9.0

Latest
Compare
Choose a tag to compare
@lakesare lakesare released this 02 Jun 21:11
· 5 commits to main since this release

Overview

Improvements that make scopes ("what hypotheses are in scope", "what tactic is the cursor currently on") easy to track.

Added

  • Highlight available hypotheses and goals
    Based on what hypotheses and goals are currently in scope.

  • Bolden tactics
    Based on user's cursor position in VSCode editor.

Changed

  • Remove isReadonlyMode setting

    Changes described above make scoping nonintrusive, so we don't need to have an additional setting that controls whether we want UI indicating scoping on or off; now it's always on.