Skip to content

Releases: kapi1525/ghwiki2chm

v0.3.0

03 Sep 00:43
a234a6e

Choose a tag to compare

Changelog:

  • HTML tags are now removed from TOC item titles.
  • Switched to libcurl url parser.
  • TOC is by default created from _Sidebar.md file.
  • Removed the option to generate TOC items for page sections.
  • Added option to create a custom TOC root item.

v0.2.2

18 Aug 19:48
b8c2dfa

Choose a tag to compare

Changelog:

  • Added -j argument that allows to set number of threads used for markdown conversion.
  • If file name has dashes (-), they will be removed when creating a title for a page.
  • Links to external web pages will open in a new browser window.

v0.2.1

26 Jul 20:48
f0947ef

Choose a tag to compare

Changelog:

  • Updated dependencies.

v0.2.0

03 Jul 11:47
33fcca2

Choose a tag to compare

Changelog:

  • Switched to libcurl multi api, to allow more efficient multiple, simultaneous transfers.
  • Markdown conversion is now multi-threaded.
  • Linux builds are now almost fully static, they only depend on the libc and other essentials.
  • Linux builds now use libcurl built with http3 support.
  • Added option to limit amount of files downloaded at once.
  • SSL certificates are no longer ignored by default, added option to ignore them.
  • Added option to show verbose libcurl output.
  • Windows builds use static crt.
  • Some other minor internal changes.

Full Changelog: v0.1.2...v0.2.0

v0.2.0-rc.3

03 Jul 11:42
c043218

Choose a tag to compare

v0.2.0-rc.3 Pre-release
Pre-release

Changelog:

  • Switched to libcurl multi api, to allow more efficient multiple, simultaneous transfers.
  • Markdown conversion is now multi-threaded.
  • Linux builds are now almost fully static, they only depend on the libc and other essentials.
  • Linux builds now use libcurl built with http3 support.
  • Added option to limit amount of files downloaded at once.
  • SSL certificates are no longer ignored by default, added option to ignore them.
  • Added option to show verbose libcurl output.
  • Windows builds use static crt.
  • Some other minor internal changes.

Full Changelog: v0.1.2...v0.2.0-rc.3

v0.2.0-rc.2

02 Jul 23:12
06be070

Choose a tag to compare

v0.2.0-rc.2 Pre-release
Pre-release

Changelog:

  • Switched to libcurl multi api, to allow more efficient multiple, simultaneous transfers.
  • Markdown conversion is now multi-threaded.
  • Linux builds are now almost fully static, they only depend on the libc and other essentials.
  • Linux builds now use libcurl built with http3 support.
  • Added option to limit amount of files downloaded at once.
  • SSL certificates are no longer ignored by default, added option to ignore them.
  • Added option to show verbose libcurl output.
  • Windows builds use static crt.
  • Some other minor internal changes.

Full Changelog: v0.1.2...v0.2.0-rc.2

v0.2.0-rc.1

02 Jul 23:02
9ef4717

Choose a tag to compare

v0.2.0-rc.1 Pre-release
Pre-release

Changelog:

  • Switched to libcurl multi api, to allow more efficient multiple, simultaneous transfers.
  • Markdown conversion is now multi-threaded.
  • Linux builds are now almost fully static, they only depend on the libc and other essentials.
  • Linux builds now use libcurl built with http3 support.
  • Added option to limit amount of files downloaded at once.
  • SSL certificates are no longer ignored by default, added option to ignore them.
  • Added option to show verbose libcurl output.
  • Windows builds use static crt.
  • Some other minor internal changes.

Full Changelog: v0.1.2...v0.2.0-rc.1

v0.1.2

26 Apr 12:54
df07404

Choose a tag to compare

Changelog:

  • Updated dependency: maddy to v1.5, this includes some markdown parsing fixes.

v0.1.1

01 Apr 00:20
ccbdbc1

Choose a tag to compare

Changelog:

  • Updated dependencies.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 Aug 16:57
c5119ae

Choose a tag to compare

First release.