| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-08 | Opt-into edge-to-edge by default | cookiell546 | |
| Chromium already supports dynamic edge-to-edge viewports. This change opts-in by default, making the gesture navigation bar (chin) invisible without needing scroll interaction. No other changes were necessary, as no content relied on specific viewport insets. Command used: ``` sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html ``` | |||
| 2023-07-13 | Use simple templating for static processing | smdyv | |
| 2023-07-13 | Change string markings for replacements | smdyv | |
| 2023-06-16 | Add Mastodon link to footer | tedgravlin | |
| 2022-11-27 | move GrapheneOS account to grapheneos.social | Daniel Micay | |
| 2022-11-07 | add metadata for temporary Mastodon account | Daniel Micay | |
| 2022-10-10 | add forum link to footer | Daniel Micay | |
| 2021-11-18 | set up SRI for future use by CSP v3 | Daniel Micay | |
| 2021-06-23 | Add color-scheme meta tag | Marco Janotta | |
| 2021-05-17 | use SVG for /favicon.ico if browser asks for it | Daniel Micay | |
| This makes Chromium use the SVG favicon universally including as the favicon for non-HTML files. | |||
| 2021-05-16 | use dedicated favicon.svg with dark mode support | Daniel Micay | |
| 2021-05-14 | rename grapheneos.css to main.css | Daniel Micay | |
| 2021-05-03 | use empty alt text for decorative header logo | Daniel Micay | |
| 2021-05-03 | Add logo to site menu | Marco Janotta | |
| 2021-04-19 | improve 404 page explanation | Daniel Micay | |
| 2021-03-27 | migrate history page into an index page | Daniel Micay | |
| 2021-03-26 | automate CSS/JS cache busting | Daniel Micay | |
| 2021-03-08 | make a dedicated history page | Daniel Micay | |
| 2021-02-20 | use svg logo for footer | Daniel Micay | |
| 2021-01-24 | create an install directory with an index page | Daniel Micay | |
| 2020-12-29 | declare and use a single Apple touch icon | Daniel Micay | |
| 2020-12-29 | add LinkedIn to social site list | Daniel Micay | |
| 2020-12-28 | add styling for inline code blocks too | Daniel Micay | |
| 2020-12-28 | add code block styling | Daniel Micay | |
| 2020-12-27 | add articles page | Daniel Micay | |
| 2020-12-23 | drop block display for coin-address p element | Daniel Micay | |
| 2020-12-22 | center cryptocurrency donation addresses | Daniel Micay | |
| 2020-12-22 | add Monero donation address | Daniel Micay | |
| 2020-12-21 | handle changed -webkit-fill-available semantics | Daniel Micay | |
| Chromium changed how this works to better match the evolving specification and our usage effectively became a no-op. | |||
| 2020-12-08 | mark up site banner with header element | Daniel Micay | |
| 2020-12-07 | add machine-readable license information | Daniel Micay | |
| 2020-12-06 | use consistent id naming | Daniel Micay | |
| 2020-12-06 | move main header id to main element | Daniel Micay | |
| 2020-12-05 | add features page to menu elsewhere | Daniel Micay | |
| 2020-12-02 | sync CSS version | Daniel Micay | |
| 2020-12-02 | use id to style site menu | Daniel Micay | |
| 2020-12-02 | use aria-current="page" instead of custom class | Daniel Micay | |
| 2020-11-13 | update Open Graph prefix URL | Daniel Micay | |
| 2020-11-07 | update Roboto Mono fonts | Daniel Micay | |
| 2020-10-26 | reuse mask-icon.svg as an svg favicon | Daniel Micay | |
| Yandex.Webmaster requested an SVG favicon and there may be other software able to take advantage of it too. | |||
| 2020-10-26 | use semantic main element instead of a div | Daniel Micay | |
| 2020-04-24 | add initial custom 404 page | Daniel Micay | |
