v0.11.0
Note
Superseded — use v0.12.0.
The desktop installer/portable in this release could fail to launch; that is fixed in
v0.12.0, which has working Windows downloads. This release is kept for history.
InkTrack v0.11.0
Windows desktop app
InkTrack now ships as a standalone Windows desktop app — the same FastAPI
application in a native window (SQLite-only, no server, no Docker). Two downloads:
- InkTrack-Setup-0.11.0.exe — per-user installer (Start menu + uninstall, no admin).
- InkTrack-0.11.0-portable.zip — portable; unzip and run
InkTrack\InkTrack.exe.
User data is stored under %LOCALAPPDATA%\InkTrack and preserved across updates.
See BUILD.md.
Also in this release
- Configurable per-user data directory (
INKTRACK_DATA_DIR). - Fix: SQLite-safe primary keys in the initial-schema migrations.
Windows SmartScreen (unsigned build)
These direct downloads are not code-signed, so Windows SmartScreen may warn on
first run. To proceed: click More info -> Run anyway. The app is open source
(GPL-3.0) - you can review or rebuild it yourself. A signed build via the Microsoft
Store is planned.
Full changelog: https://github.com/codebyit/inktracker/blob/main/CHANGELOG.md