Skip to content

Releases: rocq-prover/vsrocq

v2.4.3

16 Apr 10:55
v2.4.3
6d1a104

Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

v2.4.2

15 Apr 20:48
v2.4.2
6ee971d

Choose a tag to compare

What's Changed

  • Support custom background colors for manual mode areas by @EugZol in #1197
  • Fix compatibility matrix and release 2.4.2 by @gares in #1239

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1

14 Apr 20:36
v2.4.1
30a4788

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

14 Apr 08:50
v2.4.0
f99769a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.4...v2.4.0

v2.3.4

27 Nov 09:16
v2.3.4
9853a60

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.3...v2.3.4

v2.3.3

27 Oct 12:33
v2.3.3
ccbc49c

Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

23 Oct 09:26
v2.3.2
3961d7d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

10 Oct 10:35
v2.3.1
101a4be

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

11 Sep 10:38
v2.3.0
9a162d4

Choose a tag to compare

This release renames the language server and extension to vsrocq

What's Changed

New Contributors

Full Changelog: v2.2.6...v2.3.0

v2.2.6

19 May 12:25
v2.2.6
5d6f49f

Choose a tag to compare

What's Changed

Fixes

This release introduces a number of fixes. Most notably:

Execution bug

Before this fix, some tasks were executed twice

  • EM: do not exec the same task twice by @gares in #1050

Problems with errored sentence in the diff and collisions in sentences map

Before this fix, two bad things would happen: the computed diff could be wrong which would cause havoc when re-parsing a document after an edit, and most notably, sometimes there were collisions in the sentences_by_end map which caused the document to be in an erroneous state (some sentences were recorded multiple times

  • fix: remember to compare errored sentences in the diff by @rtetley in #1063

Parsing events were not cancelled properly

The cancel handle was not passed properly in the state, this caused parsing events to happen multiple times and lead to poor performances as well as the infamous "reset" bug (see here)

Misc

Some other small bugs were fixed

Minor changes

Outline

A number of minor improvements were made to the outline.

Syntax coloring

Visuals

In preparation for the renaming, the logos have been replaced

Full Changelog: v2.2.5...v2.2.6