Changelog
Major updates and structural changes
This changelog tracks significant site-wide changes, new sections, and major content additions. For granular page-level changes, see the changelog at the bottom of each page.
v0.3.0
2026-03-22
- FIXED Sidebar refactored to shared JS component — consistent navigation across all pages
- FIXED Active page highlighting now works correctly everywhere
- UPDATED All 28 pages updated to use shared sidebar
v0.2.0
2026-03-13
- NEW Hardware section: GPUs, VRAM, Multi-GPU, Apple Silicon pages
- NEW Software section: llama.cpp deep dive, Model Formats comparison
- NEW Inference section with pipeline overview and serving patterns
- NEW Page-level metadata: last modified dates and per-page changelogs
- NEW Global changelog (this page)
- UPDATED Navigation now includes all new sections
v0.1.0
2026-03-13
- NEW Initial site structure with dark theme
- NEW Fundamentals section: What is an LLM, Parameters, Quantization, Context Window, KV Cache, Prefill/Decode
- NEW Hardware overview with specs comparison tables
- NEW Software overview with stack diagram
- NEW Ollama getting started guide
- NEW Guides: Apple vs NVIDIA, Why Is It Slow?
- NEW A-Z Glossary
Planned
- vLLM deep dive
- Fine-tuning basics
- RAG architecture guide