Changelog
This page tracks notable site changes.
Not every text edit is listed here — only changes that affect structure, navigation, documentation, or tools.
2026-05-19
Tools improved
The main browser tools were upgraded into practical utilities:
Headers inspectornow shows summary, cache policy, security headers, duplicates, and recommendations.Security headers generatorgenerates plain headers and ready-to-use Nginxadd_headerlines.JSON formattersupports format, minify, sort keys, copy, and structure summary.CIDR calculatorsupports IPv4 and IPv6.Base64 codecsupports Base64 and Base64URL with Unicode.URL codecsupports full URL and component modes.JWT decodershows header, payload, time claims, and warnings without signature verification.Regex testershows matches, groups, indexes, and summary.
Documentation became more practical
The main reference pages were rewritten:
Quickstart;Safe deploy checklist;Troubleshooting;curl cheatsheet;Cache-Control;Content Security Policy;OpenSSL checks;Let’s Encrypt renewal;TLS fallbacks.
Pages now focus on what to check, which commands to run, what result to expect, and when to stop.
A unified site structure was added
The site now uses a single catalog for docs and tools. Lists are generated from shared structure instead of scattered manual blocks.
What changed:
- docs are grouped by category;
- tools are grouped by task;
- breadcrumbs were added;
- internal pages now have an “In this section” block;
- category links in breadcrumbs point back to the relevant catalog section.
Local filtering was added
/en/docs/ and /en/tools/ now include a local filter.
It searches title, description, slug, and tags.
The filter runs in the browser and does not send requests anywhere.
Homepage was improved
The root page now opens as a Russian landing page.
The homepage acts as an entry point into the reference: quickstart, docs, tools, and common tasks.
2026-05-11
New pages added
Added documentation pages:
curl cheatsheet;Cache-Control;Content Security Policy;OpenSSL checks;Let’s Encrypt renewal;Safe deploy checklist.
New tools added
Added local browser tools:
Base64 codec;URL codec;Headers inspector.
All tools run locally in the browser and do not make network requests.
2026-05-05
First stable version
Published the first working version of the site:
- RU/EN sections;
- static Astro build;
- local assets;
- sitemap;
- robots.txt;
- 404 page;
- baseline security headers;
- separate cache policy for HTML and
/assets/.
Next
Planned next steps:
- Add reference pages:
- HTTP status codes;
- MIME types;
- Nginx
try_files; - Nginx location priority;
- DNS/dig cheatsheet.
- Improve existing tools:
Headers inspector;Security headers generator;CIDR calculator;JSON formatter.
- Add a
smoke.shscript for repeatable build and production checks.