adding changelog to pages/routes
This commit is contained in:
@@ -17,7 +17,7 @@ This project follows [Semantic Versioning](https://semver.org/).
|
||||
- _Nothing yet — add upcoming fixes here._
|
||||
|
||||
---
|
||||
|
||||
## [v0.2]
|
||||
|
||||
### ✨ Features
|
||||
|
||||
@@ -37,6 +37,10 @@ This project follows [Semantic Versioning](https://semver.org/).
|
||||
* **Modal sizing & ergonomics**
|
||||
Increased modal width at larger breakpoints and made the body scrollable so long details don’t squish other content.
|
||||
|
||||
* **GeoIP Results Uplift**
|
||||
Added Cloudflare detection via Geoip ASN results and Cloudflare badge on results page
|
||||
Added Country - ASN notes beside collapsed IP next to GeoIP results for quick viewing.
|
||||
|
||||
* **Text Analysis Pipeline (Rules)**
|
||||
Implemented `analyse_text()` to extract visible page text and evaluate `category: text` rules.
|
||||
Captures matched phrases into a deduped `content_snippet` (length capped via `settings.ui.snippet_preview_len`).
|
||||
@@ -88,7 +92,7 @@ This project follows [Semantic Versioning](https://semver.org/).
|
||||
|
||||
---
|
||||
|
||||
## [v0.1] – Initial Work
|
||||
## [v0.1]
|
||||
|
||||
- Implemented initial **Flask-based web UI** for URL submission and analysis.
|
||||
- Added **domain & IP enrichment** (WHOIS, GeoIP, ASN/ISP lookups).
|
||||
|
||||
Reference in New Issue
Block a user