Releases: sgrastar/HARlytics
v0.5.0
- Added "priority" column to the list view. It displays when the HAR file contains priority information (such as Chromium-based browsers).
- Enhanced sequence diagram creation with additional options for scheme, fetch time, size, and other information
- Improved error handling when loading files
Added "Priority" column
Enhanced sequence diagram creation with additional options
✨️Try it!
v0.4.0
- Add Dark mode
New Features "Dark mode"
Whether you're a fan of Venetian squid ink pasta or not, chances are you're among the many who crave that sleek, dark aesthetic. The wait is over, folks – Dark Mode has finally arrived!
Want to toggle between the light and dark side? Just look for the moon or sun icon in the top right corner of your screen. One click, and you're swimming in digital ink.

We'd love to hear your thoughts on the color scheme or anything else you notice. Your feedback helps us fine-tune this inky masterpiece.
✨ Go ahead, give it a whirl!
v0.3.2
- Add link to release note
- Update node package
Dependency Updates
Major Updates
@vitest/coverage-v8: ^2.1.9 -> ^3.1.1mermaid: ^10.9.3 -> ^11.6.0jsdom: ^25.0.1 -> ^26.0.0postcss: ^8.4.49 -> ^8.5.3vitest: ^2.1.9 -> ^3.1.1
Minor Updates
@sveltejs/kit: ^2.5.10 -> ^2.20.2@testing-library/svelte: ^5.2.5 -> ^5.2.7autoprefixer: ^10.4.20 -> ^10.4.21flowbite: ^2.3.0 -> ^2.5.2flowbite-svelte: ^0.46.1 -> ^0.46.23tailwindcss: ^3.4.15 -> ^3.4.17vite: ^5.4.14 -> ^5.4.16
What's Changed
- Improve UI, Update packages by @sgrastar in #14
- Update node package, Add link to release note by @sgrastar in #15
New Contributors
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
- Added Cache/CDN-specific views
New Features "Cache/CDN" tab
We're introduce the new "Cache/CDN" tab, designed to help you easily verify browser cache and check CDN status efficiently.
The Cache/CDN tab includes three powerful Display Modes:
1. Cache Status
This view provides detailed information about cached resources, showing the status of each asset. You can quickly identify which resources are cached, stale, or need revalidation. The table displays important metrics like status codes, response times, and file sizes to help troubleshoot caching issues.
2. CDN Delivery Status
Monitor how your CDN is performing with this comprehensive view. Track HTTP protocol versions, cache hit/miss rates, and content delivery optimization. This mode shows detailed information about resource delivery paths, allowing you to ensure your CDN configuration is working as expected.
3. Resource Validation
Validate your resources with this detailed view that displays ETags, Last-Modified timestamps, and age information. This mode helps you understand the validation mechanisms in place for your assets and troubleshoot any caching policy issues.
"Export Data to CSV" option to facilitate further analysis and reporting.
✨Try it!
v0.2.0
- Added unit tests for filtering functionality
New Features "Message Filter"
We've added a powerful "Message Filter" feature that allows you to filter communications by their specific purpose.
This feature streamlines your debugging workflow by enabling you to focus only on the types of requests and responses that matter for your current task. Simply toggle the categories you need to instantly clean up your view and focus on what's important.
Filter Categories:
Authorization
Displays requests containing Authorization headers. Essential for debugging authentication issues, API token validation, and security testing.
PostData
Shows requests that contain POST data. Ideal for analyzing form submissions, API payloads, and data uploads.
QueryParameter
Filters for requests that include query parameters. Perfect for debugging search functionality, pagination, and URL parameter handling.
Set-Cookie
Highlights responses that include cookies (where Set-Cookie headers are present). Useful for tracking session management, authentication flows, and tracking implementations.
Plain
Displays requests that don't fall into any of the categories above. Helps identify basic content requests and simple GETs.
The numbers in parentheses indicate how many requests of each type are present in your current session, allowing you to quickly gauge traffic composition.
🔍Try it!








