Skip to content

Commit d4d8a9f

Browse files
committed
🚀 RELEASE: v1.3
1 parent f186787 commit d4d8a9f

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

‎boot.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ error_reporting(E_ERROR | E_PARSE);
135135
ini_set('display_errors', '0');
136136
137137
// --- PLUGIN VERSION ---
138-
define('PERISCOPE_VERSION', '1.2');
138+
define('PERISCOPE_VERSION', '1.3');
139139
140140
// --- AUTOLOADER ---
141141
spl_autoload_register(function ($class) {

‎changelog.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.3.0] - 2026-01-24
4+
5+
### Added
6+
7+
- **Email Health Grading** - Automatic scoring (A-F) of email infrastructure security. Analyzes MX redundancy, SPF strictness, DKIM presence, and DMARC policies with actionable recommendations.
8+
- **SPF Visualizer** - Deep analysis of Sender Policy Framework records. Breaks down mechanisms, identifies third-party providers, checks qualifiers, and counts DNS lookups against the RFC limit of 10.
9+
- **Reverse DNS Verification** - Performs Forward-Confirmed Reverse DNS (FCrDNS) checks on resolved IP addresses to validate server identity (PTR record matching).
10+
- **Advanced History Filtering** - Filter the scan log by Domain Existence, detected Platform (CMS), and Scan Frequency.
11+
- **Expanded DKIM Detection** - Added signatures for 50+ major email providers including Google Workspace, Microsoft 365, SendGrid, Mailchimp, Postmark, and Zendesk.
12+
13+
### Changed
14+
15+
- **Engine Architecture** - Unified the DNS lookup logic into a single robust pipeline for both CLI and Web interfaces, improving consistency.
16+
- **Cache System** - Implemented background cache regeneration to seamlessly upgrade legacy scan data to the latest format without blocking the UI.
17+
318
## [1.2.0] - 2026-01-22
419

520
### Added

‎index.html‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
</script>
1818
<link rel="preconnect" href="https://fonts.googleapis.com">
1919
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
20-
<link
21-
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap"
22-
rel="stylesheet">
20+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
2321
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css" rel="stylesheet" />
2422
<script src="https://cdn.tailwindcss.com"></script>
2523
<script>
@@ -1732,7 +1730,7 @@ <h3 class="text-lg font-medium text-slate-900 dark:text-white flex items-center
17321730
showFaviconPreview: false,
17331731
showMissingMetadata: false,
17341732
showPluginsModal: false,
1735-
version: '1.2',
1733+
version: '1.3',
17361734
pendingDeepLink: null,
17371735
}
17381736
},

0 commit comments

Comments
 (0)