Skip to content

Commit c752f80

Browse files
committed
💎 4.4.2
1 parent 942c2f1 commit c752f80

File tree

3 files changed

+76
-3
lines changed

3 files changed

+76
-3
lines changed

CHANGELOG.md

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,80 @@
22

33
## [Unreleased](https://github.com/gjtorikian/html-proofer/tree/HEAD)
44

5-
[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.2.0...HEAD)
5+
[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.4.1...HEAD)
6+
7+
**Closed issues:**
8+
9+
- `erstiebegrüßung.html` causing problems on macOS [\#771](https://github.com/gjtorikian/html-proofer/issues/771)
10+
- HTMLProofer times out [\#768](https://github.com/gjtorikian/html-proofer/issues/768)
11+
12+
**Merged pull requests:**
13+
14+
- Create erstiebegrüßung.html from code [\#772](https://github.com/gjtorikian/html-proofer/pull/772) ([asbjornu](https://github.com/asbjornu))
15+
- Validate options [\#767](https://github.com/gjtorikian/html-proofer/pull/767) ([asbjornu](https://github.com/asbjornu))
16+
17+
## [v4.4.1](https://github.com/gjtorikian/html-proofer/tree/v4.4.1) (2022-09-25)
18+
19+
[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.4.0...v4.4.1)
20+
21+
**Closed issues:**
22+
23+
- Custom `Checker` class is not executed [\#764](https://github.com/gjtorikian/html-proofer/issues/764)
24+
- `--cache` unvailable in CLI [\#763](https://github.com/gjtorikian/html-proofer/issues/763)
25+
- `--parallel` unavailable in CLI [\#762](https://github.com/gjtorikian/html-proofer/issues/762)
26+
- HTMLproofer does not properly ignore links [\#756](https://github.com/gjtorikian/html-proofer/issues/756)
27+
- Mailto check failed in some cases [\#754](https://github.com/gjtorikian/html-proofer/issues/754)
28+
29+
**Merged pull requests:**
30+
31+
- Optimize checking internal link hashes in target files [\#770](https://github.com/gjtorikian/html-proofer/pull/770) ([riccardoporreca](https://github.com/riccardoporreca))
32+
- Fix `--swap-attributes` CLI argument in README [\#765](https://github.com/gjtorikian/html-proofer/pull/765) ([mark-monteiro](https://github.com/mark-monteiro))
33+
- Fix and improve swap\_attribute README example [\#755](https://github.com/gjtorikian/html-proofer/pull/755) ([riccardoporreca](https://github.com/riccardoporreca))
34+
35+
## [v4.4.0](https://github.com/gjtorikian/html-proofer/tree/v4.4.0) (2022-08-13)
36+
37+
[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.3.2...v4.4.0)
38+
39+
**Closed issues:**
40+
41+
- `--assume_extension` unexpected behaviour [\#751](https://github.com/gjtorikian/html-proofer/issues/751)
42+
- Protocol-relative \(no `http(s):`\) URL issue: Script cache issue and anti-pattern consideration [\#750](https://github.com/gjtorikian/html-proofer/issues/750)
43+
- Questions on command-line options in 4.x [\#749](https://github.com/gjtorikian/html-proofer/issues/749)
44+
45+
**Merged pull requests:**
46+
47+
- Fail on protocol-relative urls [\#752](https://github.com/gjtorikian/html-proofer/pull/752) ([riccardoporreca](https://github.com/riccardoporreca))
48+
49+
## [v4.3.2](https://github.com/gjtorikian/html-proofer/tree/v4.3.2) (2022-08-03)
50+
51+
[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.3.1...v4.3.2)
52+
53+
**Closed issues:**
54+
55+
- 4.3.1 Ignoring options [\#748](https://github.com/gjtorikian/html-proofer/issues/748)
56+
- Link checker triggered for href="" [\#746](https://github.com/gjtorikian/html-proofer/issues/746)
57+
- Passing RegExp to `--ignore-url` broken after v4.2.0 release [\#745](https://github.com/gjtorikian/html-proofer/issues/745)
58+
59+
**Merged pull requests:**
60+
61+
- Switch 'source' elements to use image check code path [\#747](https://github.com/gjtorikian/html-proofer/pull/747) ([fallax](https://github.com/fallax))
62+
63+
## [v4.3.1](https://github.com/gjtorikian/html-proofer/tree/v4.3.1) (2022-07-29)
64+
65+
[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.3.0...v4.3.1)
66+
67+
**Closed issues:**
68+
69+
- ignore\_files no longer works with regex [\#743](https://github.com/gjtorikian/html-proofer/issues/743)
70+
- Empty mailto is generating undesired errors. [\#742](https://github.com/gjtorikian/html-proofer/issues/742)
71+
72+
**Merged pull requests:**
73+
74+
- Srcsets - better handling of multiple srcsets [\#744](https://github.com/gjtorikian/html-proofer/pull/744) ([fallax](https://github.com/fallax))
75+
76+
## [v4.3.0](https://github.com/gjtorikian/html-proofer/tree/v4.3.0) (2022-07-26)
77+
78+
[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.2.0...v4.3.0)
679

780
**Closed issues:**
881

lib/html_proofer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module HTMLProofer
4-
VERSION = "4.4.1"
4+
VERSION = "4.4.2"
55
end

script/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
CHANGELOG_GITHUB_TOKEN="$PUBLIC_GITHUB_TOKEN" github_changelog_generator -u gjtorikian -p html-proofer
3+
CHANGELOG_GITHUB_TOKEN="$GITHUB_CHANGELOG_TOKEN" github_changelog_generator -u gjtorikian -p html-proofer

0 commit comments

Comments
 (0)