Skip to content

v2.2.0

Choose a tag to compare

@vvertax vvertax released this 26 Apr 15:19
· 15 commits to main since this release
df50e63

Daily Time Tracker v2.2.0

馃殌 More Reliable Runtime Loading

The script loader has been rebuilt to make hosted runtime loading more predictable across Release, Test, and Dev.
Channel startup now behaves more cleanly when a runtime import fails, helping the script recover more safely instead of getting stuck in a bad state.

馃И Smarter Dev Channel Handling

Dev access checks now better distinguish between a real access denial and a temporary API or network problem.
Short-lived issues are less likely to throw you out of Dev unnecessarily, which makes testing much less frustrating.

馃攧 Better Channel Consistency

The Release, Test, and Dev wrappers are now aligned more strictly with their own version manifests and update sources.
This reduces channel mismatches and helps each branch check the correct runtime version more reliably.

馃寪 Hosted Runtime Delivery Hardening

The hosted runtime delivery flow was cleaned up to behave more reliably with the current server setup.
This lowers the chance of runtime-loading problems caused by import, header, or static delivery inconsistencies.

馃Ч Stability-Focused Cleanup

This release is mainly a stabilization update rather than a feature-heavy one.
Behind the scenes, the project structure, channel flow, and maintenance guardrails were cleaned up to reduce future regressions and make updates safer to ship.