All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
📦 Feature Updates
- New functionality added to the tool (e.g., introducing a new lookup type like DNSSEC validation or adding IPv6 support).
- Expands what the software can do beyond its original scope.
🛠️ Bug Fixes
- Corrections for errors, crashes, or misbehaviors (e.g., fixing a traceroute timeout issue or resolving incorrect WHOIS parsing).
- Usually small but critical for stability.
⚡ Performance Improvements
- Optimizations to make the tool faster or more efficient (e.g., reducing query latency, caching DNS results).
- Can also include resource usage improvements for mobile devices.
🔄 Compatibility Updates
- Ensuring the tool works with new browsers, operating systems, or protocols (e.g., Chrome/Edge PWA support, TLS 1.3 compatibility).
- Keeps the tool usable as environments evolve.
📚 Documentation Updates
- Changes to README files, help guides, or inline tooltips.
- Often overlooked, but critical for user comfort and onboarding.
🧪 Experimental / Beta Updates
- Features marked as “pre-release” or “beta” for testing (e.g., experimental port scanning modes).
- Allows feedback before full rollout.
- Allow the
Network Query Toolwebsite to have long‑term browser caching support across desktop and mobile devices.- Enhanced installability, theme handling, and overall responsiveness for modern browsers.
- Refined caching behavior to provide faster repeat loads and smoother navigation.
- Improved the PWA Support for the
Network Query Toolwebsite for desktop and mobile devices.
- Allow the
Network Query Toolwebsite to implement HTTP Strict Transport Security (HSTS) with a long duration deployed on the server. - Added support for TLS 1.3.
- Faster handshakes (1 round trip instead of 2)
- Stronger default ciphers
- Removal of legacy, insecure algorithms
- Better privacy (more of the handshake is encrypted)
- Lower latency for every HTTPS request
- Allow the
Network Query Toolwebsite to pass HTML5 validation while reducing bandwidth usage and page load times.- Moved the early gzip compression support from all pages to the .htaccess file.
- Added "🌙 Mode" and "☀️ Mode" in the theme for the
Network Query Toolwebsite for desktop and mobile devices.
- Allow the
Network Query Toolwebsite to reduce bandwidth usage and improve page load times.- Implemented early gzip compression support, to reduce bandwidth usage and improve page load times across desktop and mobile devices.
- Optimized output buffering to ensure headers are sent efficiently, minimizing latency during DNS and WHOIS queries.
- Allowed the
Network Query Toolwebsite from being accessed by specific user-agents.
- Added dark mode detection and theme to the
Network Query Toolfor desktop and mobile devices.
- Improve the
Network Query Toolresponsiveness on mobile devices.- Links and tap targets are sufficiently large and touch-friendly
- Page content fits device width
- Text on the page is readable
- Strengthen the
Network Query Toolsecurity & privacy headers.
- Prevent the
Network Query Toolfrom allowing the execution of arbitrary commands on the host system.
- Initial release of the
Network Query Toolwebsite.