Four releases have shipped since 0.2.0. Here they are in one post; every item is from the changelog.
Settings → Site (0.3)
The site name, description, logo, footer, call-to-action button and share image can now be changed from the admin, per language. The configuration file holds the defaults and the admin overrides them. An uploaded logo is re-encoded on the server; SVG uploads are left out on purpose.
A broken link report (0.4)
The dashboard gains a card and a report screen that check every internal link against the files the site is made of. The report sends no network requests and writes nothing to the database. On our own two sites the first scan found 16 broken addresses, all from language links, so the language switcher now links only to translations that exist.
A faster first paint (0.4.2)
Only the parts of the theme stylesheet a page uses are written into the page, so the browser starts drawing without waiting for a second file. In a mobile measurement on slow 4G with a throttled CPU, first paint went from about 1.3 seconds to 0.65. The media library makes 480, 960 and 1440 pixel copies of every image, and pages ask for the right one with srcset.
A code review and browser tests (0.4.1–0.4.4)
An independent code review found 15 correctness bugs, three of them serious (deleting a draft could delete another component's page, a draft could get a wrong redirect, a deleted member's id could be reused). Each was fixed after a test that caught it. 0.4.4 adds end-to-end tests in which a real browser uses the admin the way a person does. Their first run found six bugs; the most visible was the sign-out button answering with a server error instead of signing out.
Status
2,638 tests. HisarBlok is still in development; the source code and a download package are coming soon. This site and ciciftp.com are updated with every release, first on a trial copy and then live.