Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

57 lines (39 loc) · 2.43 KB

UNRELEASED

6.1.4

Fixed

  • Fix the wrong behavior of toggle comments, indent, delete line, etc. when wrap text is on. (#213)

6.1.3

Fixed

  • Fix the wrong behavior of the built-in checker Ignore trailing spaces.
  • Check whether CF Tool is started when submitting to CF.
  • Support CF Tool v1.0.0. (#194)
  • Fix this bug: the editor is cleared when formatting if Clang Format is not found. (#195)
  • Fix untitled tab title with problem URL.
  • Add "problem URL is not set" to the requirements of not saving hot exit status.

6.1.2 (Beta)

Fixed

  • Fix update check.

6.1.1 (Beta)

Added

  • You can show/hide each testcase, and only run the non-hidden testcases.
  • Add a drop-down menu for each testcase. You can delete a testcase / run a single testcase from it.
  • Add a drop-down menu for testcases. You can remove empty, remove all, hide AC, show all, hide all, inverse hide/show from it.
  • Add "Set Codeforces URL" in the right-click menu of tabs. You can enter the contest ID and problem code instead of the whole URL.
  • Warn when submitting to CF and the problem code is 0.
  • A system-wide tray icon.
  • Windows icon for all OSs.
  • Add an option to save files faster.
  • In the regex mode of Find/Replace dialog, you can use "\1", "\2" to refer to the 1st, 2nd capturing group in text to replace.

Changed

  • The "Hide AC" button is removed. (But a similiar action is added in the "More" menu of testcases.)
  • Submitting to CF is enhanced. Now empty messages are not shown, some wrong verdicts are fixed, toast messages are shown only once per run. Some small bugs are also fixed.
  • Now there's only one Diff Viewer per testcase. The output and expected will update automatically after each run. When pressing the diff button, the output and expected will update and the Diff Viewer will show and raise.

Fixed

  • Show line-breaks without "¶" in the Diff Viewer when "Display new-line characters in the Diff Viewer" option is not checked. (#181)
  • Fix window size issue on Windows if the transparency is 100 and the window was maximized in the last session.
  • Fix a bug which makes the editor crash if the text is modified when running.
  • Fix wrong version comparing in update notifier.
  • Fix wrong color when submitting to CF and gets "Pretests passed" verdict.
  • Fix a bug which would cause multiple lines jammed into one line. (#187)

v6.0

It's the first version after the versioning rules changed, so there's no change log before v6.0.