Skip to content

Releases: nyhtml/Network-Query-Tool

2.0.0

14 Jan 11:22
1dd7a9b

Choose a tag to compare

UX Update

  • Improved the PWA Support for the Network Query Tool website for desktop and mobile devices.

1.9.0

11 Jan 19:59
1dd7a9b

Choose a tag to compare

Security Update

  • Allow the Network Query Tool website 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

1.8.0

04 Jan 08:23
b2f6be0

Choose a tag to compare

Bug Fixes

  • Allow the Network Query Tool website 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.

1.7.0

31 Dec 13:28
21990f3

Choose a tag to compare

UX Update

  • Added "🌙 Mode" and "☀️ Mode" in the theme for the Network Query Tool website for desktop and mobile devices.

1.6.0

18 Dec 11:00
8d7fb60

Choose a tag to compare

Performance Improvements

  • Allow the Network Query Tool website 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.

1.5.0

18 Oct 23:18
168e940

Choose a tag to compare

Security Update

  • Allow the Network Query Tool website from being accessed by specific user-agents.

1.4.0

18 Oct 23:04
47a25c8

Choose a tag to compare

UX Update

  • Added dark mode detection and theme to the Network Query Tool website for desktop and mobile devices.

1.3.0

18 Oct 20:24
2f06c8e

Choose a tag to compare

UX Update

  • Improve the Network Query Tool website responsiveness on mobile devices.
    • Links and tap targets are sufficiently large and touch-friendly
    • Page content fits device width
    • Text on the page is readable

1.2.0

18 Oct 20:19
2f06c8e

Choose a tag to compare

Security Update

  • Strengthen the Network Query Tool website security & privacy headers.

1.1.0

18 Oct 20:14
2f06c8e

Choose a tag to compare

Security Update

  • Prevent the Network Query Tool website from allowing the execution of arbitrary commands on the host system.