Changelog
Release History
What changed in each version of Codeonix.
v1.3.0
Latest
May 19, 2026
Added
- Node.js & PowerShell runtimes — Choose Python, Node.js, or PowerShell per task. Set runtime paths in Settings → Runtimes. PowerShell is built into Windows.
- 16 new triggers — Bringing the total to 31. New: File Added, File Removed, File Updated, New Download, Specific File Change, Wi-Fi Connected/Disconnected, Internet Connected/Lost, LAN Connected/Disconnected, Laptop Plugged In/Unplugged, High CPU Usage, High RAM Usage, Image Copied, URL Copied.
- Command Palette — Global shortcut Ctrl+Down opens a system-wide task launcher from anywhere on your desktop, even when Codeonix is minimised to tray.
Removed
- Script Security Scanner — Removed from the app.
v1.2.0
Release
May 6, 2026
Added
- Folder Change trigger — Watches a folder for files added, removed, or modified. Supports recursive subdirectory watching.
- Script Security Scanner — Scans scripts before saving and shows a permission review modal for risky operations. Includes an "Always allow" option per task.
- Privacy settings — Toggle to enable/disable anonymous analytics in Settings → Privacy.
- Offline asset bundle — All libraries (Monaco, Bootstrap Icons, SortableJS, Inter) bundled locally. No CDN requests at runtime.
- Trigger environment variables — All triggers now inject context into scripts via env vars.
Removed
- Community Scripts — Removed from the app.
Fixed
- Several truncated source files restored (
index.html,editor.js,security.js). - Analytics toggle rendering and guard applied to all
trackEvent()calls. - Sidebar scrollbar no longer hidden behind resize handle.
v1.1.0
Release
May 2, 2026
Added
- Security notice — First-run warning reminding users that scripts run with their account permissions.
v1.0.0
First Release
April 30, 2026
Added
- 14 built-in triggers — Manual, Schedule, Webhook, File Change, Process Start/Close, Device Connect/Disconnect, Network Change, Battery Low, Clipboard Change, Idle, Keyboard Shortcut, CLI.
- Monaco Editor — VS Code-grade editor with syntax highlighting and autocompletion.
- AI Code Generation — Claude, ChatGPT, Gemini, OpenRouter. Describe it, get a script.
- Bundled Python runtime — No Python install needed. Shared venv for pip dependencies.
- Webhook & CLI server — Every task reachable via HTTP on
localhost:1995. - Quick-Run — Global hotkey (
Alt+Space) to fire any task from anywhere. - Import / Export — Back up and share tasks as JSON files.
- Auto-update, dark/light theme, system tray & notifications.