@@ -14,15 +14,25 @@ and this project adheres to
14
14
<!--
15
15
## [v0.108.0] - TBA
16
16
17
- ## [v0.107.41 ] - 2023-11-01 (APPROX.)
17
+ ## [v0.107.42 ] - 2023-12-06 (APPROX.)
18
18
19
- See also the [v0.107.41 GitHub milestone][ms-v0.107.41 ].
19
+ See also the [v0.107.42 GitHub milestone][ms-v0.107.42 ].
20
20
21
- [ms-v0.107.41 ]: https://github.com/AdguardTeam/AdGuardHome/milestone/76 ?closed=1
21
+ [ms-v0.107.42 ]: https://github.com/AdguardTeam/AdGuardHome/milestone/77 ?closed=1
22
22
23
23
NOTE: Add new changes BELOW THIS COMMENT.
24
24
-->
25
25
26
+ <!--
27
+ NOTE: Add new changes ABOVE THIS COMMENT.
28
+ -->
29
+
30
+
31
+
32
+ ## [ v0.107.41] - 2023-11-13
33
+
34
+ See also the [ v0.107.41 GitHub milestone] [ ms-v0.107.41 ] .
35
+
26
36
### Security
27
37
28
38
- Go version has been updated to prevent the possibility of exploiting the
@@ -38,22 +48,22 @@ NOTE: Add new changes BELOW THIS COMMENT.
38
48
39
49
### Changed
40
50
41
- - The height of ready-to-use filter lists has been increased ([ #6358 ] ).
42
- - Improved authentication failure logging ([ #6357 ] ).
51
+ - Increased the height of the ready-to-use filter lists dialog ([ #6358 ] ).
52
+ - Improved logging of authentication failures ([ #6357 ] ).
43
53
44
- #### Configuration Changes
54
+ #### Configuration changes
45
55
46
56
- New properties ` dns.ratelimit_subnet_len_ipv4 ` and
47
- ` dns.ratelimit_subnet_len_ipv6 ` in the configuration file ([ #6368 ] ).
57
+ ` dns.ratelimit_subnet_len_ipv6 ` have been added to the configuration file
58
+ ([ #6368 ] ).
48
59
49
60
### Fixed
50
61
51
- - Missing timezone on schedule form submission ([ #6401 ] ).
62
+ - Schedule timezone not being sent ([ #6401 ] ).
52
63
- Average request processing time calculation ([ #6220 ] ).
53
- - Redundant shortening long client names in the Top Clients table ([ #6338 ] ).
64
+ - Redundant truncation of long client names in the Top Clients table ([ #6338 ] ).
54
65
- Scrolling column headers in the tables ([ #6337 ] ).
55
- - ` $important,dnsrewrite ` rules do not take precedence over allowlist rules
56
- ([ #6204 ] ).
66
+ - ` $important,dnsrewrite ` rules not overriding allowlist rules ([ #6204 ] ).
57
67
- Dark mode DNS rewrite background ([ #6329 ] ).
58
68
- Issues with QUIC and HTTP/3 upstreams on Linux ([ #6335 ] ).
59
69
@@ -69,11 +79,8 @@ NOTE: Add new changes BELOW THIS COMMENT.
69
79
[ #6368 ] : https://github.com/AdguardTeam/AdGuardHome/issues/6368
70
80
[ #6401 ] : https://github.com/AdguardTeam/AdGuardHome/issues/6401
71
81
72
- [ go-1.20.11 ] : https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY/m/d-jSKR_jBwAJ
73
-
74
- <!--
75
- NOTE: Add new changes ABOVE THIS COMMENT.
76
- -->
82
+ [ go-1.20.11 ] : https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY/m/d-jSKR_jBwAJ
83
+ [ ms-v0.107.41 ] : https://github.com/AdguardTeam/AdGuardHome/milestone/76?closed=1
77
84
78
85
79
86
@@ -204,7 +211,7 @@ See also the [v0.107.37 GitHub milestone][ms-v0.107.37].
204
211
is returned if the blocking mode isn't set to ` Null IP ` . In previous versions
205
212
it returned NXDOMAIN response in such cases.
206
213
207
- #### Configuration Changes
214
+ #### Configuration changes
208
215
209
216
In this release, the schema version has changed from 24 to 27.
210
217
@@ -414,7 +421,7 @@ See also the [v0.107.34 GitHub milestone][ms-v0.107.34].
414
421
415
422
- Improved CPU and RAM consumption during updates of filtering-rule lists.
416
423
417
- # ### Configuration Changes
424
+ # ### Configuration changes
418
425
419
426
In this release, the schema version has changed from 23 to 24.
420
427
@@ -494,7 +501,7 @@ See also the [v0.107.33 GitHub milestone][ms-v0.107.33].
494
501
495
502
# ## Changed
496
503
497
- # ### Configuration Changes
504
+ # ### Configuration changes
498
505
499
506
In this release, the schema version has changed from 20 to 23.
500
507
@@ -759,7 +766,7 @@ See also the [v0.107.28 GitHub milestone][ms-v0.107.28].
759
766
- ARPA domain names containing a subnet within private networks now also
760
767
considered private, behaving closer to [RFC 6761][rfc6761] ([#5567]).
761
768
762
- # ### Configuration Changes
769
+ # ### Configuration changes
763
770
764
771
In this release, the schema version has changed from 17 to 20.
765
772
@@ -899,7 +906,7 @@ See also the [v0.107.26 GitHub milestone][ms-v0.107.26].
899
906
900
907
# ## Changed
901
908
902
- # ### Configuration Changes
909
+ # ### Configuration changes
903
910
904
911
- Property `edns_client_subnet`, which in schema versions 16 and earlier used
905
912
to be a part of the `dns` object, is now part of the `dns.edns_client_subnet`
@@ -988,7 +995,7 @@ See also the [v0.107.24 GitHub milestone][ms-v0.107.24].
988
995
989
996
# ## Changed
990
997
991
- # ### Configuration Changes
998
+ # ### Configuration changes
992
999
993
1000
In this release, the schema version has changed from 14 to 16.
994
1001
@@ -1698,7 +1705,7 @@ See also the [v0.107.7 GitHub milestone][ms-v0.107.7].
1698
1705
- The `dns.bogus_nxdomain` property in the configuration file now supports CIDR
1699
1706
notation alongside IP addresses ([#1730]).
1700
1707
1701
- # ### Configuration Changes
1708
+ # ### Configuration changes
1702
1709
1703
1710
In this release, the schema version has changed from 12 to 14.
1704
1711
@@ -2039,7 +2046,7 @@ See also the [v0.107.0 GitHub milestone][ms-v0.107.0].
2039
2046
file, together with the new `group` and `user` properties ([#2763]).
2040
2047
- Permissions on filter files are now `0o644` instead of `0o600` ([#3198]).
2041
2048
2042
- # ### Configuration Changes
2049
+ # ### Configuration changes
2043
2050
2044
2051
In this release, the schema version has changed from 10 to 12.
2045
2052
@@ -2605,11 +2612,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
2605
2612
2606
2613
2607
2614
<!--
2608
- [Unreleased] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.41 ...HEAD
2609
- [v0.107.41 ] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.40 ...v0.107.41
2615
+ [Unreleased] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.42 ...HEAD
2616
+ [v0.107.42 ] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.41 ...v0.107.42
2610
2617
-->
2611
2618
2612
- [Unreleased] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.40...HEAD
2619
+ [Unreleased] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.41...HEAD
2620
+ [v0.107.41] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.40...v0.107.41
2613
2621
[v0.107.40] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.39...v0.107.40
2614
2622
[v0.107.39] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.38...v0.107.39
2615
2623
[v0.107.38] : https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.37...v0.107.38
0 commit comments