8000 Releases · progsource/maddy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: progsource/maddy

1.5.0

21 Apr 10:47
4f97721
Compare
Choose a tag to compare

version 1.5.0

  • Added: Correctly parse links with title text, i.e. [link](http://example.com "example").
  • Fixed: Do not create invalid URLs from links with spaces, i.e. [link](/ABC/some file).
  • Fixed: Do not create invalid HTML from links with quotes, i.e. [link](/ABC/some"file).
  • Added: benchmarks.

full changelog

1.4.0

28 Mar 04:19
Compare
Choose a tag to compare

version 1.4.0

  • Changed: Updated google test to v1.16.0.
  • Added: clang-format
  • Added: automatic update dependencies ci
  • Fixed: (This is a [link](/ABC/some file) (the URL will include this).) should not put the later parenthesis into the link url.
  • Removed: config flags isEmphasizedParserEnabled and isHTMLWrappedInParagraph. Use config->enabledParsers &= ~maddy::types::EMPHASIZED_PARSER; and config->enabledParsers |= maddy::types::HTML_PARSER; to gain the same behavior as if the previous config flags were set to false.

You can find all changes of this release in the changelog

1.3.0

26 Aug 11:35
1fe37d5
Compare
Choose a tag to compare

You can find all changes of this release in the changelog

1.2.1

06 Aug 11:37
7c6e32f
Compare
Choose a tag to compare

You can find all changes of this release in the changelog

1.2.0

27 Jul 17:23
cc7f95f
Compare
Choose a tag to compare

You can find all changes of this release in the changelog

0