Georgios Kontaxis [Tue, 11 Nov 2025 23:04:08 +0000 (23:04 +0000)]
Block access to YouTube
Steven Black [Tue, 17 Mar 2026 17:50:16 +0000 (13:50 -0400)]
Release 3.16.69
Steven Black [Tue, 17 Mar 2026 17:49:56 +0000 (13:49 -0400)]
Updates from BigDargon, URLHaus, someonewhocares.org, and KADhosts.
Steven Black [Sat, 14 Mar 2026 19:03:04 +0000 (15:03 -0400)]
Release 3.16.68
Steven Black [Sat, 14 Mar 2026 19:02:52 +0000 (15:02 -0400)]
Updates from BigDargon, URLHaus, someobewhocares.org, and KADhosts.
Steven Black [Wed, 11 Mar 2026 14:38:11 +0000 (10:38 -0400)]
Release 3.16.67
Steven Black [Wed, 11 Mar 2026 14:37:55 +0000 (10:37 -0400)]
Updates from URLHaus, someonewhocares.org, and KADhosts.
Steven Black [Sat, 7 Mar 2026 17:26:51 +0000 (12:26 -0500)]
Release 3.16.66
Steven Black [Sat, 7 Mar 2026 17:26:37 +0000 (12:26 -0500)]
Updates from BigDargon, URLHaus, someonewhocares.org, and KADhosts.
Steven Black [Sun, 1 Mar 2026 13:18:07 +0000 (08:18 -0500)]
Merge pull request #3083 from StevenBlack/dependabot/github_actions/github-actions-
19552e3c9c
Bump the github-actions group with 3 updates
dependabot[bot] [Sun, 1 Mar 2026 00:52:47 +0000 (00:52 +0000)]
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action).
Updates `github/codeql-action` from 4.32.0 to 4.32.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
b20883b0cd1f46c72ae0ba6d1090936928f9fa30...
89a39a4e59826350b863aa6b6252a07ad50cf83e)
Updates `docker/build-push-action` from 6.18.0 to 6.19.2
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/
263435318d21b8e681c14492fe198d362a7d2c83...
10e90e3645eae34f1e60eeb005ba3a3d33f178e8)
Updates `actions/dependency-review-action` from 4.8.2 to 4.8.3
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/
3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261...
05fe4576374b728f0c523d6a13d64c25081e0803)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-version: 6.19.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/dependency-review-action
dependency-version: 4.8.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <redacted>
Steven Black [Sat, 28 Feb 2026 12:18:07 +0000 (07:18 -0500)]
Release 3.16.65
Steven Black [Sat, 28 Feb 2026 12:17:17 +0000 (07:17 -0500)]
Updates from BigDargon, URLHaus, someonewhocares.org, and KADhosts.
Steven Black [Thu, 26 Feb 2026 12:42:39 +0000 (07:42 -0500)]
Merge pull request #2814 from toastal/nix-mkafter
nix flake: use `lib.mkAfter` put the host list at the end
Β·ππ΄πππ©π€ [Thu, 26 Feb 2026 04:44:50 +0000 (11:44 +0700)]
nix flake: use ``lib.mkAfter`` put the host list at the end
At present, if a user uses ``networking.stevenBlockHosts.enable = true``
in tandem with ``networking.extraHosts``, the ``extraHosts`` will put be
put after which makes it very difficult to see the custom adds with even
the ``$PAGER`` operating a bit slow due to file size. I would propose
putting this projectβs hosts at the end of the hosts file. Meaning:
.. code:: nix
{
networking = {
stevenBlockHosts.enable = true;
extraHosts = ''
127.0.0.1 myproject.localhost
'';
};
}
will now output
.. code::
127.0.0.1 localhost
::1 localhost
127.0.0.1 myproject.localhost
# Title: StevenBlack/hosts with the fakenews extension
#
# β¦
Format: text/x-rst
Steven Black [Wed, 25 Feb 2026 16:32:56 +0000 (11:32 -0500)]
Release 3.16.64
Steven Black [Wed, 25 Feb 2026 16:32:31 +0000 (11:32 -0500)]
Updates from URLHaus, someonewhocares.org, and KADhosts.
Steven Black [Wed, 25 Feb 2026 16:22:36 +0000 (11:22 -0500)]
Merge pull request #3079 from Hasnep/fix-flake
Add missing lib to Nix flake
Hannes [Wed, 25 Feb 2026 11:55:54 +0000 (19:55 +0800)]
Add missing lib to Nix flake
Steven Black [Tue, 24 Feb 2026 16:43:56 +0000 (11:43 -0500)]
Merge pull request #2813 from toastal/nix-flake-avoid-with-lib
nix flake refactor: avoid `with lib;` & use `lib.optional*`
Steven Black [Tue, 24 Feb 2026 15:56:33 +0000 (10:56 -0500)]
Release 3.16.63
Steven Black [Tue, 24 Feb 2026 15:56:02 +0000 (10:56 -0500)]
Updates from URLHaus, someonewhocares.org, and KADhosts.
Steven Black [Tue, 24 Feb 2026 15:50:41 +0000 (10:50 -0500)]
Issue #3058: add domain admixer.md.
Steven Black [Tue, 24 Feb 2026 15:08:46 +0000 (10:08 -0500)]
Merge pull request #3078 from 30350n/consolidate-nix-flake-docs
Consolidate nix flake documentation in preparation for #3077
Bobbe [Sat, 21 Feb 2026 13:04:19 +0000 (14:04 +0100)]
Consolidate nix flake documentation in preparation for #3077
Steven Black [Mon, 23 Feb 2026 01:06:24 +0000 (20:06 -0500)]
Release 3.16.62
Steven Black [Mon, 23 Feb 2026 01:06:04 +0000 (20:06 -0500)]
Updates from URLHaus, someonewhocares.org, and KADhosts.
Steven Black [Thu, 19 Feb 2026 14:45:08 +0000 (09:45 -0500)]
Release 3.16.61
Steven Black [Thu, 19 Feb 2026 14:44:27 +0000 (09:44 -0500)]
Updates from someonewhocares.org and KADhosts.
Steven Black [Wed, 18 Feb 2026 11:40:30 +0000 (06:40 -0500)]
Release 3.16.60
Steven Black [Wed, 18 Feb 2026 11:40:09 +0000 (06:40 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Sat, 14 Feb 2026 17:37:53 +0000 (12:37 -0500)]
Issue #3070: Adding three domains.
Steven Black [Thu, 12 Feb 2026 14:08:51 +0000 (09:08 -0500)]
Release 3.16.59
Steven Black [Thu, 12 Feb 2026 14:08:37 +0000 (09:08 -0500)]
Updates from BigDargon, URLHaus, and KADhosts.
Steven Black [Wed, 4 Feb 2026 22:43:08 +0000 (17:43 -0500)]
Release 3.16.58
Steven Black [Wed, 4 Feb 2026 22:38:57 +0000 (17:38 -0500)]
Updates from URLhaus and KADHosts.
Steven Black [Mon, 2 Feb 2026 22:23:20 +0000 (17:23 -0500)]
Release 3.16.57
Steven Black [Mon, 2 Feb 2026 22:23:03 +0000 (17:23 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Sun, 1 Feb 2026 03:54:58 +0000 (22:54 -0500)]
Merge pull request #3067 from StevenBlack/dependabot/github_actions/github-actions-
90fbf92623
Bump the github-actions group with 4 updates
dependabot[bot] [Sun, 1 Feb 2026 00:51:26 +0000 (00:51 +0000)]
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [github/codeql-action](https://github.com/github/codeql-action) and [docker/login-action](https://github.com/docker/login-action).
Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/
8e8c483db84b4bee98b60c0593521ed34d9990e8...
de0fac2e4500dabe0009e67214ff5f5447ce83dd)
Updates `actions/setup-python` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/
83679a892e2d95755f2dac6acb0bfd1e9ac5d548...
a309ff8b426b58ec0e2a45f0f869d46889d02405)
Updates `github/codeql-action` from 4.31.9 to 4.32.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
5d4e8d1aca955e8d8589aabd499c5cae939e33c7...
b20883b0cd1f46c72ae0ba6d1090936928f9fa30)
Updates `docker/login-action` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/
5e57cd118135c172c3672efd75eb46360885c0ef...
c94ce9fb468520275223c153574b00df6fe4bcc9)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-version: 4.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: docker/login-action
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <redacted>
Steven Black [Sat, 31 Jan 2026 22:38:26 +0000 (17:38 -0500)]
Release 3.16.56
Steven Black [Sat, 31 Jan 2026 22:38:10 +0000 (17:38 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Thu, 29 Jan 2026 23:52:15 +0000 (18:52 -0500)]
Merge pull request #3064 from MrSaneApps/add-sanehosts-manager
Add SaneHosts to Third-Party Hosts Managers
SJ [Thu, 29 Jan 2026 21:16:11 +0000 (16:16 -0500)]
docs: Add SaneHosts to Third-Party Hosts Managers
Steven Black [Thu, 29 Jan 2026 20:28:05 +0000 (15:28 -0500)]
Release 3.16.55
Steven Black [Thu, 29 Jan 2026 20:27:47 +0000 (15:27 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Sun, 25 Jan 2026 19:47:07 +0000 (14:47 -0500)]
Release 3.16.54
Steven Black [Sun, 25 Jan 2026 19:46:51 +0000 (14:46 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Sun, 25 Jan 2026 19:39:25 +0000 (14:39 -0500)]
Issue #3036: add domain newsentry.simpals.md.
Steven Black [Wed, 21 Jan 2026 22:02:10 +0000 (17:02 -0500)]
Release 3.16.53
Steven Black [Wed, 21 Jan 2026 22:01:56 +0000 (17:01 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Wed, 21 Jan 2026 16:27:09 +0000 (11:27 -0500)]
Issue #3055: adding Android ad domains.
Steven Black [Mon, 19 Jan 2026 18:33:46 +0000 (13:33 -0500)]
lol trying to phish me.
Steven Black [Mon, 19 Jan 2026 15:21:10 +0000 (10:21 -0500)]
Release 3.16.52
Steven Black [Mon, 19 Jan 2026 15:20:55 +0000 (10:20 -0500)]
Updates from BigDargon, URLHaus, and KADhosts.
Steven Black [Tue, 13 Jan 2026 22:04:31 +0000 (17:04 -0500)]
Release 3.16.51
Steven Black [Tue, 13 Jan 2026 22:04:11 +0000 (17:04 -0500)]
Updates from URLHaus and KADhosos.
Steven Black [Mon, 12 Jan 2026 01:50:31 +0000 (20:50 -0500)]
Release 3.16.50
Steven Black [Mon, 12 Jan 2026 01:50:04 +0000 (20:50 -0500)]
Updates from BigDargon, URLHaus, Kadhosts, and hostsVN.
Steven Black [Sat, 10 Jan 2026 19:02:16 +0000 (14:02 -0500)]
Release 3.16.49
Steven Black [Sat, 10 Jan 2026 19:01:57 +0000 (14:01 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Sat, 10 Jan 2026 18:53:55 +0000 (13:53 -0500)]
Issue #3052: adding iwad.cachefly.net.
Steven Black [Thu, 8 Jan 2026 19:05:34 +0000 (14:05 -0500)]
Release 3.16.48
Steven Black [Thu, 8 Jan 2026 19:05:16 +0000 (14:05 -0500)]
Updates from BigDargon, URLHaus, KADhosts, and hostsVN.
Steven Black [Thu, 8 Jan 2026 15:19:54 +0000 (10:19 -0500)]
Update latest from yoyo.org.
Steven Black [Sun, 4 Jan 2026 03:03:32 +0000 (22:03 -0500)]
Release 3.16.47
Steven Black [Sun, 4 Jan 2026 03:03:06 +0000 (22:03 -0500)]
Updates from Sinfonietta, URLHaus, and KADhosts.
Steven Black [Sat, 3 Jan 2026 02:36:12 +0000 (21:36 -0500)]
Release 3.16.46
Steven Black [Sat, 3 Jan 2026 02:35:57 +0000 (21:35 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Sat, 3 Jan 2026 01:42:24 +0000 (20:42 -0500)]
Issue #3044: add content-loader.com.
Steven Black [Sat, 3 Jan 2026 01:34:40 +0000 (20:34 -0500)]
Merge pull request #3049 from StevenBlack/dependabot/github_actions/github-actions-
b98d0136c8
Bump the github-actions group with 3 updates
Steven Black [Thu, 1 Jan 2026 22:17:58 +0000 (17:17 -0500)]
Release 3.16.45
Steven Black [Thu, 1 Jan 2026 22:16:56 +0000 (17:16 -0500)]
Updates from BigDargon, URLHaus, and KADhosts.
dependabot[bot] [Thu, 1 Jan 2026 00:01:46 +0000 (00:01 +0000)]
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).
Updates `actions/checkout` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/
1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...
8e8c483db84b4bee98b60c0593521ed34d9990e8)
Updates `github/codeql-action` from 4.31.5 to 4.31.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
fdbfb4d2750291e159f0156def62b853c2798ca2...
5d4e8d1aca955e8d8589aabd499c5cae939e33c7)
Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/
e468171a9de216ec08956ac3ada2f0791b6bd435...
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-version: 4.31.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-version: 3.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <redacted>
Steven Black [Fri, 26 Dec 2025 18:30:31 +0000 (13:30 -0500)]
Issue #3041: adding logs.ads.vungle.com.
Steven Black [Thu, 25 Dec 2025 16:47:19 +0000 (11:47 -0500)]
Release 3.16.44
Steven Black [Thu, 25 Dec 2025 16:47:03 +0000 (11:47 -0500)]
Updates from BigDargon, URLHaus, and KADhosts.
Steven Black [Fri, 19 Dec 2025 21:25:50 +0000 (16:25 -0500)]
Release 3.16.43
Steven Black [Fri, 19 Dec 2025 21:25:34 +0000 (16:25 -0500)]
Updates from Sinfonietta, BigDargon, URLHaus, and KADhosts.
Steven Black [Tue, 16 Dec 2025 00:01:00 +0000 (19:01 -0500)]
Release 3.16.42
Steven Black [Tue, 16 Dec 2025 00:00:37 +0000 (19:00 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Mon, 15 Dec 2025 21:37:05 +0000 (16:37 -0500)]
Adding pixelfy.me β tried to phish me.
Steven Black [Thu, 11 Dec 2025 15:33:39 +0000 (10:33 -0500)]
Release 3.16.41
Steven Black [Thu, 11 Dec 2025 15:33:22 +0000 (10:33 -0500)]
Updates from BigDargon, URLHaus, KADhosts, and hostsVN.
Steven Black [Thu, 11 Dec 2025 15:27:30 +0000 (10:27 -0500)]
Issue #3025: adding 7 new domains.
Steven Black [Thu, 4 Dec 2025 20:50:24 +0000 (15:50 -0500)]
Release 3.16.40
Steven Black [Thu, 4 Dec 2025 20:50:09 +0000 (15:50 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Thu, 4 Dec 2025 20:36:10 +0000 (15:36 -0500)]
Merge pull request #3022 from StevenBlack/dependabot/github_actions/github-actions-
2b9314ca71
Bump the github-actions group with 5 updates
Steven Black [Thu, 4 Dec 2025 20:30:21 +0000 (15:30 -0500)]
Issue #3204: add two core.windows.net domains.
Steven Black [Thu, 4 Dec 2025 20:25:47 +0000 (15:25 -0500)]
Issue #3026: add domain colombia.ru.com.
Steven Black [Wed, 3 Dec 2025 02:16:09 +0000 (21:16 -0500)]
Release 3.16.39
Steven Black [Wed, 3 Dec 2025 02:14:26 +0000 (21:14 -0500)]
Updates from URLHaus and KADhosts.
dependabot[bot] [Mon, 1 Dec 2025 00:01:51 +0000 (00:01 +0000)]
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.0.0` | `6.1.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4.31.2` | `4.31.5` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `5.8.0` | `5.10.0` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.1` | `4.8.2` |
Updates `actions/checkout` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/
08c6903cd8c0fde910a37f88322edcfb5dd907a8...
1af3b93b6815bc44a9784bd300feb67ff0d1eeb3)
Updates `actions/setup-python` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/
e797f83bcb11b83ae66e0230d6156d7c80228e7c...
83679a892e2d95755f2dac6acb0bfd1e9ac5d548)
Updates `github/codeql-action` from 4.31.2 to 4.31.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
0499de31b99561a6d14a36a5f662c2a54f91beee...
fdbfb4d2750291e159f0156def62b853c2798ca2)
Updates `docker/metadata-action` from 5.8.0 to 5.10.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/
c1e51972afc2121e065aed6d45c65596fe445f3f...
c299e40c65443455700f0fdfc63efafe5b349051)
Updates `actions/dependency-review-action` from 4.8.1 to 4.8.2
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/
40c09b7dc99638e5ddb0bfd91c1673effc064d8a...
3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-version: 4.31.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: docker/metadata-action
dependency-version: 5.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/dependency-review-action
dependency-version: 4.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <redacted>
Steven Black [Sat, 29 Nov 2025 23:35:49 +0000 (18:35 -0500)]
Release 3.16.38
Steven Black [Sat, 29 Nov 2025 23:35:33 +0000 (18:35 -0500)]
Updates from URLHaus and KADhosts.
Steven Black [Sat, 29 Nov 2025 23:27:41 +0000 (18:27 -0500)]
Issue #3021 add two domains.
Steven Black [Thu, 27 Nov 2025 21:29:28 +0000 (16:29 -0500)]
PR #3018: remove reference to a data folder that's no longer there.
Steven Black [Thu, 27 Nov 2025 20:50:21 +0000 (15:50 -0500)]
Release 3.16.37
Steven Black [Thu, 27 Nov 2025 20:50:00 +0000 (15:50 -0500)]
Merge pull request #3018 from XhmikosR/patch-3
Improve sourcestats.sh
Steven Black [Thu, 27 Nov 2025 20:48:49 +0000 (15:48 -0500)]
Testing PR #3018, and updating all the plots.