74cd7485ee
ROADMAP.md now documents that T6.1 (jobs_view split), T6.2 (cleanup), and T7.1–T7.2 (Windows zip + Linux tar.gz packaging) are complete. Version 0.10.0 and CHANGELOG.md were already finalized. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
Roadmap
This file tracks planned GoSentry work that is larger than a single bug fix.
Completed: Release 0.10.0
Refactoring Follow-Ups (T6.1)
File-size guidelines have been addressed:
src/ui/jobs_view.gosplit intojobs_view.go+jobs_toolbar.goandjobs_details.goto bring it under the ~250 UI file guideline.src/app/operations_test.goremains at 536 lines (soft limit); revisit when next editing if file size becomes a barrier.
Post-Field-Test Cleanup (T6.2)
Stale diagnostics and obsolete compatibility code removed:
- Removed autostart-migration code.
- Cleaned
.gitignoreand.dockerignoreof YAML import rules. - Kept startup-timing History instrumentation for future performance tracking.
Delivery And Packaging (T7.1, T7.2)
Portable distribution variants complete:
- Windows portable
.zip:scripts\package-windows.batbuilds and bundlesgosentry.exe,README.md, andCHANGELOG.md. - Linux portable
.tar.gz:scripts/package-linux.shbuildslinux-amd64natively andlinux-arm64via cross-compilation.
Both formats bundle files at the archive root for direct extraction and use.