What's New

Latest updates and improvements to ASeekers.

ASeekers v1.6

14 Aug
2026
Feature We've improved how the system retrieves articles from various websites, making the process more reliable and consistent across all features that need to fetch web content.

feat: ArticleFetchService centralised URL fetching - ArticleFetchService extracted as shared service - MediaIngestionService updated to use ArticleFetchService - CommentDebunkerService updated to use ArticleFetchService - MSN API body extraction working - Consistent script/style/nav stripping across all fetches - Source detection centralised in ArticleFetchService.DetectSource

09 Aug
2026
Feature You can now delete individual comments one at a time using the trash button on each comment card, and the selection count will automatically update to reflect your changes.

feat: Comment Debunker delete single comment - DeleteComment action removes individual parsed comments - Trash button on each comment card - Card removed from DOM immediately on delete - Updates selection count after deletion

09 Aug
2026
Feature We've improved the comment analysis tool to filter out unnecessary information like dates, timestamps, and promotional labels, making it easier to focus on actual comment content. You can now search comments in real-time by username or text, with instant results showing how many matches were found.

feat: Comment Debunker parser and search improvements - Improved ParseComments filters timestamps, dates, metadata, URLs - Filters day names, month names, engagement counts, badges - Filters Just now, Recently, Edited, Pending, Sponsored - Filters pure numbers and very short lines - Added comment search box on Session view - Search filters by username or comment content in real time - Shows match count as you type - comment-card class added for search targeting

09 Aug
2026
Feature Fixed a display issue in the Comment Debunker feature where the wrong data was being shown due to a mismatch between the page template and the information being sent to it. The page now correctly shows response counts and session summaries.

fix: CommentDebunker Index view model mismatch - Updated @model to CommentSessionSummary - Replaced all s.Responses references with precomputed TotalCount and RespondedCount

08 Aug
2026
Feature We've significantly improved the loading speed of the Comment Debunker index page by calculating summary statistics in advance rather than computing them each time you view the page.

fix: Comment Debunker index page instant load - View model updated to CommentSessionSummary - Replaced in-view Responses.Count with precomputed TotalCount - Replaced responded count calculation with precomputed RespondedCount - Eliminates EF Core lazy loading round-trips per session row

Recent Updates

04 Jun
2026
Feature Added convenient Print and Save as PDF buttons to all legal documents including Privacy Policy, Terms of Service, Safeguarding guidelines, and Constitution. When printing, the page layout is automatically cleaned up to show only the document content without navigation elements.

feat: legal documents print and PDF download - LegalActions partial with Print and Save as PDF buttons - Print styles hide navbar, sidebar and buttons for clean output - Applied to Privacy, Terms, Safeguarding and Constitution views

04 Jun
2026
Feature We've added a new bulk import feature that automatically converts your git commits into polished changelog entries, plus you can now see a version number in the navigation bar and browse all your project updates on a dedicated What's New page.

feat: bulk import with AI polish for changelog - BulkImport action imports all unimported commits with AI polish - Milestone, category and public flag settable on bulk import - Unimported count shown on Admin page - Version number added to project and displayed in navbar - What's New page wired to Changelog controller - All changelog entries now public and visible

ASeekers v1.5

02 Jun
2026
Feature The Parliamentary Monitor search feature is now fully functional on the live website, with all AI analysis and data lookup capabilities working properly in production.

fix: deployed site fully operational - All API keys added to appsettings.production.json - Parliamentary Monitor search working on live site - AI analysis, web search, TWFY all working in production

01 Jun
2026
Feature We've reorganized our debunked articles into clearer categories with their own dedicated pages. Defended articles (with green styling) and Contextual articles (with blue styling) now have separate sections that are easily accessible from the Truth Hub menu, making it easier to find the specific type of information you're looking for.

feat: Separated article response types into distinct public pages - Defended articles at /Truth/Debunked/Defended - Contextual articles at /Truth/Debunked/Contextual - Debunked index excludes Defended and Contextual categories - Defended view with green styling and shield icon - Contextual view with blue styling and info icon - Nav links added to Truth Hub dropdown for both new pages

14 May
2026
Feature We've improved the Parliamentary Monitor with better vote tracking that can now show up to 200 voting records per politician, organized into easy-to-browse categories like climate, immigration, and workers' rights. You can now switch between viewing key votes on important topics or all votes, with cleaner data and easier navigation through the results.

feat: Parliamentary Monitor voting records enhanced - Paginated vote fetching up to 200 votes (10 pages of 20) - Key topic filtering for asylum, immigration, climate, welfare, workers rights - Deduplication of votes by title and date - Tab switcher between Key Votes and All Votes - Stats summary fixed to use VotedAye/VotedNo correctly - Scrollbar added to votes tables - ParliamentMemberId stored for Parliament API lookups

Contextual Help System

29 Mar
2026
Feature Contextual AI Help System

Added a smart AI help system that provides contextual assistance based on what page you are currently viewing. The help feature works seamlessly across all pages and understands your location in the application to give more relevant support.