InteJer v0.1.0-beta.8
If you installed beta.7, update. It shipped with a bug that stopped your sessions from loading. This release fixes it.
Your sessions load again
beta.7 could fail on startup with "Failed to load sessions" and show you an empty history. Nothing was lost — the sessions were on disk the whole time; a database migration tripped over a column that already existed and took the whole session list down with it. The migration is now tolerant of work that's already been applied, so it steps over it and carries on.
FreeCAD preview works on FreeCAD 1.0
Previewing a .FCStd file silently produced nothing on FreeCAD 1.0.x. Two separate quirks in that version were swallowing the conversion — it discarded the arguments we passed it, and then discarded the error message that would have told us so. Both are worked around; a real model now renders in the Preview tab.
While fixing this: if a STEP file contains no actual geometry (an empty export — it happens, and the file still looks valid), the Preview tab now tells you "no tessellatable geometry found" instead of failing quietly. If you see that, the file needs re-exporting from whatever produced it.
Stored approvals no longer take the app down
A schema mismatch in the shared database could kill the permission route outright. It now degrades to "no stored approvals" and logs a warning, rather than failing the request.
Also in this build
Everything from beta.7: InteJer Agent pinned to GLM 5.2 (it was running on whatever model you had selected), agents hidden from the model picker, classic layout by default, and the onboarding tour. Account sign-in was fixed server-side and is already live for everyone regardless of build.
Known issue
This build reports 0.1.0-beta.7 in its version string — the version is stamped at package time and lagged by one release. Cosmetic; the binary here is the beta.8 code. Fixed in the next build.
Installing
Windows x64, unsigned beta build — SmartScreen will warn on first launch. Choose More info → Run anyway. Run the installer over your existing install; your settings and sessions are preserved. In-app auto-update isn't enabled during the beta, so pick up new builds here or from the Downloads page in your dashboard.