mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
* fix: Enhance release packaging for cross-platform compatibility * fix: Resolve pipeline bug with zip command on Windows * fix: Clarify changelog entry for Windows zip command issue in release pipeline * Update CHANGELOG.MD Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Fixed
- Fixed a bug in the release pipeline where Windows was trying to call the zip, PowerShell doesn't have a zip command
[0.1.1] - 2025-06-25
Fixed
- Fixed a bug where the
scan --no-indexcommand would not respect themax_resultsconfig setting (#1)
Added
- Integration tests covering indexing and scanning pipelines (#3, #4, #5, #8)
[0.1.0] - 2025-06-25
Added
- Initial alpha release of Nyx CLI tool
- Multi-language AST pattern scanning via
tree-sitterfor Rust, C/C++, Java, Go, PHP, Python, Ruby, TypeScript, JavaScript scancommand: filesystem walker, pattern execution, console outputindexcommand: build, rebuild, and status reporting of SQLite-backed indexlistcommand: list indexed projects with optional verbositycleancommand: remove one or all project indexes- Configuration system with
nyx.conf(generated) andnyx.local(user overrides) - Default severity levels: High, Medium, Low
- Unit tests for core modules (config, ext, project utils)