Skip to content

Releases: agrawal-d/cph

v6.0.0

24 Nov 10:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.11.0...v6.0.0

v5.11.0

03 Jun 04:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.10.0...v5.11.0

v5.10.0

17 Feb 19:40
9c26d94
Compare
Choose a tag to compare
  • Update some compilers
  • Add Go support
  • Minor UX improvements

What's Changed

New Contributors

Full Changelog: v5.9.2...v5.10.0

v5.9.2 - Support for narrow sidebars

06 Mar 15:16
Compare
Choose a tag to compare

This release adds support for narrow sidebars. Now the extension UI adapts to small sidebars, so you can have more space for the editor.

image

Marketplace link: https://marketplace.visualstudio.com/items?itemName=DivyanshuAgrawal.competitive-programming-helper

If you would like to share feedback, you can add your comments on the linked discussion page.

4.3.8

22 Sep 08:25
Compare
Choose a tag to compare
  • Fix .cph folder creation, improve UI, show saving status, auto save on compile and other small fixes.
  • New Icon

4.2.0

13 Aug 08:26
Compare
Choose a tag to compare

4.2.0

  • Shows error if unable to spawn compiler/interpreter.
  • Ability to delete a testcase file permanently.

4.1.0

08 Jul 17:02
Compare
Choose a tag to compare
  • Improved large testcase editing performance by defering saves.
  • Suffix problem names with MD5 hashes to prevent same-name-collisions.
  • OS specific deletion bug fixes.
  • Show compilation status in UI.

4.0.3

16 Jun 12:12
Compare
Choose a tag to compare
  • Fix problem with immediately exiting processes.

4.0.2

09 Jun 07:52
6d67740
Compare
Choose a tag to compare

Fixed webview resources loading.

4.0.1

08 Jun 16:00
76ac726
Compare
Choose a tag to compare

Fixes conflicts and bugs in 4.0.0, caused by the namespace migration during JS->TS.