mirror of
https://github.com/soxoj/maigret.git
synced 2026-09-12 04:47:39 +02:00
Bump to 0.6.3 (#2863)
This commit is contained in:
@@ -1,5 +1,32 @@
|
||||
# Changelog
|
||||
|
||||
## [0.6.3] - 2026-07-13
|
||||
|
||||
## What's Changed
|
||||
* Bump to 0.6.2 by @soxoj in https://github.com/soxoj/maigret/pull/2827
|
||||
* fix: remove malformed type attribute from html tag in PDF template by @yyq1043-cloud in https://github.com/soxoj/maigret/pull/2806
|
||||
* build(deps-dev): bump pytest-rerunfailures from 16.3 to 16.4 by @dependabot[bot] in https://github.com/soxoj/maigret/pull/2829
|
||||
* build(deps-dev): bump coverage from 7.14.3 to 7.15.0 by @dependabot[bot] in https://github.com/soxoj/maigret/pull/2831
|
||||
* build(deps): bump typing-extensions from 4.15.0 to 4.16.0 by @dependabot[bot] in https://github.com/soxoj/maigret/pull/2832
|
||||
* Sponsorship update by @soxoj in https://github.com/soxoj/maigret/pull/2833
|
||||
* Fix site checks: 6 fixed, 1 disabled by @soxoj in https://github.com/soxoj/maigret/pull/2834
|
||||
* Fix site checks: 13 fixed, 7 disabled + CN sites by @soxoj in https://github.com/soxoj/maigret/pull/2835
|
||||
* Fix site checks: 82 fixed, 11 disabled + DiscourseJson engine by @soxoj in https://github.com/soxoj/maigret/pull/2836
|
||||
* Add 10 new sites by @soxoj in https://github.com/soxoj/maigret/pull/2839
|
||||
* Add 5 new sites by @soxoj in https://github.com/soxoj/maigret/pull/2840
|
||||
* Update sponsor info by @soxoj in https://github.com/soxoj/maigret/pull/2841
|
||||
* Update README with sponsor info by @soxoj in https://github.com/soxoj/maigret/pull/2854
|
||||
* build(deps-dev): bump mypy from 2.1.0 to 2.2.0 by @dependabot[bot] in https://github.com/soxoj/maigret/pull/2844
|
||||
* fix(data): tag Pixwox with cf_firewall so --cloudflare-bypass triggers by @tgalery in https://github.com/soxoj/maigret/pull/2847
|
||||
* Fix site checks: 14 fixed, 5 disabled by @soxoj in https://github.com/soxoj/maigret/pull/2860
|
||||
* Automated Sites List Update by @github-actions[bot] in https://github.com/soxoj/maigret/pull/2861
|
||||
* build(deps-dev): bump coverage from 7.15.0 to 7.15.1 by @dependabot[bot] in https://github.com/soxoj/maigret/pull/2862
|
||||
|
||||
## New Contributors
|
||||
* @tgalery made their first contribution in https://github.com/soxoj/maigret/pull/2847
|
||||
|
||||
**Full Changelog**: https://github.com/soxoj/maigret/compare/v0.6.2...v0.6.3
|
||||
|
||||
## [0.6.2] - 2026-07-01
|
||||
|
||||
## What's Changed
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ project = 'Maigret'
|
||||
copyright = '2025, soxoj'
|
||||
author = 'soxoj'
|
||||
|
||||
release = '0.6.2'
|
||||
release = '0.6.3'
|
||||
version = '0.6'
|
||||
|
||||
# -- Internationalization
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""Maigret version file"""
|
||||
|
||||
__version__ = '0.6.2'
|
||||
__version__ = '0.6.3'
|
||||
|
||||
+1
-4
@@ -73,10 +73,7 @@ COMMON_ERRORS = {
|
||||
),
|
||||
}
|
||||
|
||||
PROXY_RECOMMENDATION = (
|
||||
"it's recommended to use --cloudflare-bypass or proxy, "
|
||||
"e.g. https://vaultproxies.net/maigret"
|
||||
)
|
||||
PROXY_RECOMMENDATION = "it's recommended to use --cloudflare-bypass or a proxy"
|
||||
|
||||
ERRORS_TYPES = {
|
||||
'Captcha': 'Try to switch to another IP address or to use service cookies',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"updated_at": "2026-07-11T14:02:40Z",
|
||||
"updated_at": "2026-07-13T16:02:35Z",
|
||||
"sites_count": 3187,
|
||||
"min_maigret_version": "0.5.0",
|
||||
"data_sha256": "4eeed3b475a1ff4dce558bbca926d50adcb6b8e5372770f330e25baa4a252df0",
|
||||
|
||||
Generated
+6
-6
@@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "about-time"
|
||||
@@ -714,7 +714,7 @@ files = [
|
||||
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
||||
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
||||
]
|
||||
markers = {dev = "platform_system == \"Windows\" or sys_platform == \"win32\""}
|
||||
markers = {dev = "sys_platform == \"win32\" or platform_system == \"Windows\""}
|
||||
|
||||
[[package]]
|
||||
name = "coverage"
|
||||
@@ -3115,14 +3115,14 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "socid-extractor"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Extract accounts' identifiers and metadata from personal pages on various platforms."
|
||||
optional = false
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "socid_extractor-0.1.0-py3-none-any.whl", hash = "sha256:d19303436f97d394a937ccab576e60fa107aeb2b2cb56a158dcdf62cd8953b05"},
|
||||
{file = "socid_extractor-0.1.0.tar.gz", hash = "sha256:94e5e35be06fc3b281900122e12e8feb1a895b189417e311e07f219522d0789e"},
|
||||
{file = "socid_extractor-0.1.1-py3-none-any.whl", hash = "sha256:62c32044979d02b4eb2ebc22e1829d4b08ef73294e1aada41ddc52790ff9e958"},
|
||||
{file = "socid_extractor-0.1.1.tar.gz", hash = "sha256:a7013008ff4aeaedb24e0899318e2d5cbf1b395f9945db1495c720fa5823ded1"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -3565,4 +3565,4 @@ pdf = ["arabic-reshaper", "python-bidi", "xhtml2pdf"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "72686fde760cc08ed4a1b8f6743af726d2c004b41529830142b19745d696569a"
|
||||
content-hash = "46241581fa0fe65a1954694043afcd390c266f16ce7f28e5a0ff9ff4bb7d5bef"
|
||||
|
||||
+2
-2
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "maigret"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
description = "🕵️♂️ Collect a dossier on a person by username from thousands of sites."
|
||||
authors = ["Soxoj <soxoj@protonmail.com>"]
|
||||
readme = "README.md"
|
||||
@@ -51,7 +51,7 @@ pycountry = ">=24.6.1,<27.0.0"
|
||||
PySocks = "^1.7.1"
|
||||
python-bidi = {version = "^0.6.3", optional = true}
|
||||
requests = "^2.32.4"
|
||||
socid-extractor = ">=0.0.27,<0.1.1"
|
||||
socid-extractor = ">=0.1.1,<0.2.0"
|
||||
soupsieve = "^2.6"
|
||||
alive_progress = "^3.2.0"
|
||||
typing-extensions = "^4.14.1"
|
||||
|
||||
@@ -3191,7 +3191,7 @@ Rank data fetched from Majestic Million by domains.
|
||||
1.  [Bahamut (https://home.gamer.com.tw/)](https://home.gamer.com.tw/)*: top 100M, cn, gaming, tw*
|
||||
1.  [hkitalk (https://www.hkitalk.net/)](https://www.hkitalk.net/)*: top 100M, cn, forum, hk*
|
||||
|
||||
The list was updated at (2026-07-11)
|
||||
The list was updated at (2026-07-13)
|
||||
## Statistics
|
||||
|
||||
Enabled/total sites: 2516/3187 = 78.95%
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ description: |
|
||||
|
||||
Currently supported more than 3000 sites, search is launched against 500 popular sites in descending order of popularity by default. Also supported checking of Tor sites, I2P sites, and domains (via DNS resolving).
|
||||
|
||||
version: 0.6.2
|
||||
version: 0.6.3
|
||||
license: MIT
|
||||
base: core22
|
||||
confinement: strict
|
||||
|
||||
@@ -55,8 +55,7 @@ def test_notify_about_errors():
|
||||
(
|
||||
'Too many errors of type "Access denied" (25.0%)',
|
||||
'!',
|
||||
"It's recommended to use --cloudflare-bypass or proxy, "
|
||||
"e.g. https://vaultproxies.net/maigret",
|
||||
"It's recommended to use --cloudflare-bypass or a proxy",
|
||||
),
|
||||
('Verbose error statistics:', '-'),
|
||||
('Captcha: 25.0%', '!'),
|
||||
|
||||
Reference in New Issue
Block a user