# Changelog All notable changes to OktoScript will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). **OktoScript** is developed and maintained by **OktoSeek AI**. ## [1.0.0] - 2025-11-22 ### Added - Initial release of OktoScript by OktoSeek AI - Complete grammar specification (v1.0) - PROJECT, DESCRIPTION, VERSION, TAGS, AUTHOR blocks - DATASET block with support for multiple formats - MODEL block with architecture and precision options - TRAIN block with optimizer and scheduler support - METRICS block with built-in and custom metrics - VALIDATION block for training validation - INFERENCE block for inference configuration - EXPORT block with multiple format support (gguf, onnx, okm, safetensors, tflite) - DEPLOY block for deployment configuration - SECURITY block for model encryption and watermarking - LOGGING block for training logs - Complete PizzaBot example project - JSON Schema for dataset validation - Professional README with documentation - OktoScript License 1.0 (Proprietary-Free Use License) ### Documentation - Grammar specification in EBNF format - Complete README with examples - Example project documentation - Contributing guidelines - Project structure documentation --- [1.0.0]: https://github.com/oktoseek/oktoscript/releases/tag/v1.0.0 --- **OktoScript** is a product of **OktoSeek AI**.