DAW Tuner – Changelog
This page tracks how the DAW Tuner project evolves over time –
what changed in the script generator, rules engine, and public-facing features.
v0.3.0 – Telemetry / Delivery Toggles & Safer Roles
Released: 0.3.0 (current)
- Added explicit checkboxes on the main form for:
- Disable telemetry service (DiagTrack)
- Disable Delivery Optimization (DoSvc)
- Introduced per-role defaults for controversial services:
- Dedicated DAW: telemetry and Delivery Optimization disabled by default.
- Mixed-use desktop and laptop: those services stay enabled unless the user opts out.
- Updated
rules.php to include DO_DISABLE_TELEMETRY and DO_DISABLE_DELIVERY flags per role.
- Updated
generate.php so:
- Role defaults are combined with the new checkbox overrides.
- SysMain, telemetry, Delivery Optimization, and Search are handled in separate, clearly logged blocks.
- Final flag values are echoed at runtime, so users see exactly which toggles are active.
- Kept rollback in sync by re-enabling telemetry and Delivery Optimization to sensible defaults when the rollback script is run.
- Polished
index.php, tools.php, and daws.php visuals for public-facing use with a unified dark theme.
v0.2.0 – Rules Engine & Platform Stabilization
Released: earlier
- Introduced centralized rules.php:
- CPU tiers, GPU types, system roles, and DAW profiles.
- RAM-aware pagefile guidance.
- Refactored generate.php to pull all tuning behavior from the rules engine instead of hard-coded flags.
- Added secure download.php and download_rollback.php using session-based script delivery.
- Added robots.txt and sitemap.xml support to prepare for search engine indexing.
- Hardened the layout so all DAW tuner files live inside
/dawtuner/ instead of the web root.
- Improved the main page disclaimer and metadata for future public use.
v0.1.0 – Initial Prototype
Released: initial build
- Created the first version of the script generator form.
- Implemented basic tuning script preview.
- Added initial rollback script generation.
- Set up the basic navigation and dark layout.
- Added simple version tracking via
version.php.