Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Releases: negrutiu/remarker

v2.4

06 Jul 08:23

Choose a tag to compare

Changelog:

  • Updated to support Visual Studio 2019 (v16.1)
  • Fixed a crash occurring when inexistent markers (e.g. //x+) are encountered

v2.3

20 Apr 04:42

Choose a tag to compare

Changelog:

  • Updated to support Visual Studio 2019

v2.2

13 Jan 19:26

Choose a tag to compare

Changelog:

  • White spaces between comment prefix and emphasis marks are no longer allowed.
    i.e. instead of // ++ Big comment you should use //++ Big comment

v2.1

02 Dec 18:28

Choose a tag to compare

Changelog:

  • Excluded XML documentation comments (///)

v2.0

29 Nov 07:22

Choose a tag to compare

Changelog:

  • Additional work to prevent stack overflows
  • Made all the background colors customizable
  • Exposed more settings: Todo, Hack, Question, Bug, Note
  • Other minor adjustments

v1.5

25 Nov 08:30
bd53587

Choose a tag to compare

Changelog:

  • Updated to support Visual Studio 2017 (Community, Pro and Enterprise editions)
  • Fixed a stack overflow caused by a recursive reaction to our own changes
  • Fixed a potential crash caused by corrupted/invalid Remarker settings
  • Modified some default fonts and colors