You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,26 @@ Types for Changes:
14
14
15
15
## [Unreleased] - ReleaseDate
16
16
17
+
### Added
18
+
19
+
- Support for ignore/disable comments to skip specific links or blocks in markup files [#114](https://github.com/becheran/mlc/pull/114)
20
+
-`--files` option to specify individual files to check [#115](https://github.com/becheran/mlc/pull/115)
21
+
- Severity column to CSV reports to distinguish errors from warnings [#109](https://github.com/becheran/mlc/pull/109)
22
+
- ARM64 binary support for Linux
23
+
24
+
### Changed
25
+
26
+
- Replace external URL dependencies in E2E tests with local mock servers [#118](https://github.com/becheran/mlc/pull/118)
27
+
- CI workflow now auto-fixes and pushes formatting/clippy changes instead of failing [#116](https://github.com/becheran/mlc/pull/116)
28
+
- Optimize URL comparison to avoid unnecessary cloning
29
+
30
+
### Fixed
31
+
32
+
- False redirect warnings for URLs with fragments
33
+
- Linux ARM64 build by using cross for proper musl cross-compilation
34
+
- CSV file race condition by using unique file names for each test
0 commit comments