版本发布 8
## What's Changed * Hotfix disable GitHub checks by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/98 **Full Changelog**: https://github.com/john0isaac/markdown-checker/compare/v0.2.4...v0.2.5
## What's Changed * Release 0.2.4 by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/96 **Full Changelog**: https://github.com/john0isaac/markdown-checker/compare/v0.2.3...v0.2.4
## What's Changed * Add skip_domains "opensource.org" in __init__.py by @IsuminI in https://github.com/john0isaac/markdown-checker/pull/86 ## New Contributors * @IsuminI made their first contribution in https://github.com/john0isaac/markdown-checker/pull/86 **Full Changelog**: https://github.com/john0isaac/markdown-checker/compare/v0.2.2...v0.2.3
## What's Changed * Fix cmd options by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/66 * skip more domains by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/67 * fix tracemalloc errors by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/69 * fix https://github.com/microsoft/Phi-3CookBook/pull/141 by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/70 **Full Changelog**: https://github.com/john0isaac/markdown-checker/compare/v0.2.0...v0.2.1
## What's Changed - Redesign the entire package. - Port to using Click instead of arg_parser. - Expose options for external users to allow for more customization. - Increase coverage for paths by including paths that start with / or nothing. - Add retires for URLs before flagging them as broken. - Preform head request on URL which falls back to get if both not working flag as broken after retries count finishes. - Analyze all web URLs except the ones in skip_domains list. - Change Syntax of terminal comments to improve readability. - Add Spinner to indicate that the tool is working (Not compatible with all terminals) - Add documentation for the new features. - Use multiprocessing for checking broken urls reducing the execution time by 50%. - Add support for GitHub automatic annotations. **Full Changelog**: https://github.com/john0isaac/markdown-checker/compare/v0.1.5...v0.2.0
## What's Changed * Increase timeout by 10 seconds for checking links by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/52 **Full Changelog**: https://github.com/john0isaac/markdown-checker/compare/v0.1.4...v0.1.5
## What's Changed * Improve devcontainer by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/28 * add vscode settings by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/35 * Add mypy by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/37 * Add precommit by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/38 * Add gh workflows by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/39 * Add read the docs by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/43 **Full Changelog**: https://github.com/john0isaac/markdown-checker/compare/v0.1.3...v0.1.4
## What's Changed * Minor bugs by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/23 * New release by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/24 **Full Changelog**: https://github.com/john0isaac/markdown-checker/compare/v0.1.2...v0.1.3