Releases: snowdreamtech/UniGo
Releases · snowdreamtech/UniGo
Release list
v0.0.6
0.0.6 (2026-07-15)
⚠ BREAKING CHANGES
- security: mise now downloads binaries ONLY from GitHub Releases
ci
- dependabot: add path monitoring for mise toolchain config (ebc7227)
- deps: remove MISE_SKIP_CHECKSUM workaround (0a80645)
🚀 Features
- add advanced general commands (cache, generate) and silent/no-config flags (cf37c1c)
- add comprehensive performance testing and documentation infrastructure (c1d8996)
- add config placeholder and update edit command to use it (36ab555)
- add df, edit, and implode generic commands (a733069)
- add generate manpage command to CLI (4f95703)
- add missing performance and documentation scripts (fe65a58)
- add multi-os docker support (e12e9ed)
- add rocket icon to performance workflow name (e6a6146)
- add SQLite transaction manager for atomic multi-repo operations (c04dd2f)
- add support for riscv64, ppc64le, loong64, and s390x architectures in install script (26d48f0)
- add UNIRTM_HOOK_ALLOW_MISSING=1 to .unirtm.toml (a1ceab9)
- align df command with unirtm pterm implementation (0658356)
- align env command with pterm interactive output (fa7363d)
- align generate command with unirtm implementation (f143f2b)
- align implode command with UniRTM (ab558d3)
- align version command with UniRTM (fb53d44)
- archive: add ExtractArchive to support extracting entire archives to a directory (37bddb9)
- archive: add xz compression support (0ac0329)
- archive: implement symlinks, hardlinks, and best-effort uid/gid chown restoration (3e69a82)
- archive: modularize archive package with compression support (12fcc4a)
- archive: preserve file modification timestamps during compression and extraction (ca911cf)
- archive: support injecting advanced metadata (PAX, Zip Comment, Uid/Gid) during compression (e916786)
- cd: sync release orchestration enhancements from base repo (b00fee8)
- ci: add centralized Harden Runner endpoints configuration (5389a6e)
- ci: add GitHub API rate limit info to summary reports (8c4293a)
- ci: enable auto-merge for ALL dependabot updates including major (9c8bae2)
- ci: enable release-please for all configured branches (bc94753)
- ci: improve release-please configuration and remove fixed version (e1fcd64)
- ci: sync Harden Runner endpoints from centralized config (48b4221)
- cli: align global flags with UniRTM (02a3d8f)
- cli: enhance completion command with auto-detect and install (680cb47)
- cli: enhance doctor with proactive system environment checks (853677c)
- cli: port and adjust doctor command from UniRTM (67a4e8a)
- cli: port cache command from UniRTM with SQLite support (c941bad)
- cli: remove unused generate command (b0828ab)
- cli: remove unused license command and internal addlicense module (a961e45)
- cmd: add support for bzip2, xz, zstd, and lz4 archives in self-update (b688cd8)
- cmd: enhance self-update with checksum verification and smart archive extraction (ad0a163)
- core: atomic integration of GPG, Pterm logging and test coverage (c92795e)
- deps: consolidate all dependabot updates into single PR (e753902)
- deps: optimize dependabot configuration and grouping strategy (900f3af)
- dev: add POSIX-compatible CI simulation script (a587a39)
- devcontainer: add comprehensive SSH and GPG permission configuration (843180b)
- devcontainer: add Docker availability check in init script (7ca1fe4)
- devcontainer: add support for local git config file (2fb5e43)
- devcontainer: add volume cache for osv-scanner (95891da)
- devcontainer: add volume cache for trivy (9f931a1)
- devcontainer: add vscode extension customizations for auto-installation (efae646)
- devcontainer: enable GPG signing support (4d88e12)
- devcontainer: forward common development and web ports (35ff5f6)
- docker: add docker-compose file detection for hadolint and dockerfile-utils (836880d)
- implement lightweight doctor, config, cache, and generate commands (ab5863e)
- implement TOML and YAML parsing via go-toml/v2 and yaml.v3 (50c0b2d)
- initialize unigo go module and basic cobra structure (1f987db)
- integrate slog and wire up with debug and quiet flags (beffd4c)
- lint: add two-pass auto-fix mechanism to make lint (9fba0f1)
- make: add sync-harden-runner target for workflow endpoint management (d24708d)
- mise: add yamllint to core tools in mise.toml (406bbb3)
- port completion command ([37c7b94](37...
v0.0.3
0.0.3 (2026-07-05)
⚠ BREAKING CHANGES
- security: mise now downloads binaries ONLY from GitHub Releases
- mise does NOT automatically detect musl
ci
- dependabot: add path monitoring for mise toolchain config (ebc7227)
- deps: remove MISE_SKIP_CHECKSUM workaround (0a80645)
🚀 Features
- add advanced general commands (cache, generate) and silent/no-config flags (cf37c1c)
- add comprehensive performance testing and documentation infrastructure (c1d8996)
- add config placeholder and update edit command to use it (36ab555)
- add df, edit, and implode generic commands (a733069)
- add generate manpage command to CLI (4f95703)
- add missing performance and documentation scripts (fe65a58)
- add multi-os docker support (e12e9ed)
- add rocket icon to performance workflow name (e6a6146)
- add SQLite transaction manager for atomic multi-repo operations (c04dd2f)
- add support for riscv64, ppc64le, loong64, and s390x architectures in install script (26d48f0)
- add UNIRTM_HOOK_ALLOW_MISSING=1 to .unirtm.toml (a1ceab9)
- align df command with unirtm pterm implementation (0658356)
- align env command with pterm interactive output (fa7363d)
- align generate command with unirtm implementation (f143f2b)
- align implode command with UniRTM (ab558d3)
- align version command with UniRTM (fb53d44)
- archive: add ExtractArchive to support extracting entire archives to a directory (37bddb9)
- archive: add xz compression support (0ac0329)
- archive: implement symlinks, hardlinks, and best-effort uid/gid chown restoration (3e69a82)
- archive: modularize archive package with compression support (12fcc4a)
- archive: preserve file modification timestamps during compression and extraction (ca911cf)
- archive: support injecting advanced metadata (PAX, Zip Comment, Uid/Gid) during compression (e916786)
- cd: sync release orchestration enhancements from base repo (b00fee8)
- ci: add centralized Harden Runner endpoints configuration (5389a6e)
- ci: add GitHub API rate limit info to summary reports (8c4293a)
- ci: enable auto-merge for ALL dependabot updates including major (9c8bae2)
- ci: enable release-please for all configured branches (bc94753)
- ci: improve release-please configuration and remove fixed version (e1fcd64)
- ci: sync Harden Runner endpoints from centralized config (48b4221)
- cli: align global flags with UniRTM (02a3d8f)
- cli: enhance completion command with auto-detect and install (680cb47)
- cli: enhance doctor with proactive system environment checks (853677c)
- cli: port and adjust doctor command from UniRTM (67a4e8a)
- cli: port cache command from UniRTM with SQLite support (c941bad)
- cli: remove unused generate command (b0828ab)
- cli: remove unused license command and internal addlicense module (a961e45)
- cmd: add support for bzip2, xz, zstd, and lz4 archives in self-update (b688cd8)
- cmd: enhance self-update with checksum verification and smart archive extraction (ad0a163)
- core: atomic integration of GPG, Pterm logging and test coverage (c92795e)
- deps: consolidate all dependabot updates into single PR (e753902)
- deps: optimize dependabot configuration and grouping strategy (900f3af)
- dev: add POSIX-compatible CI simulation script (a587a39)
- devcontainer: add comprehensive SSH and GPG permission configuration (843180b)
- devcontainer: add Docker availability check in init script (7ca1fe4)
- devcontainer: add support for local git config file (2fb5e43)
- devcontainer: add volume cache for osv-scanner (95891da)
- devcontainer: add volume cache for trivy (9f931a1)
- devcontainer: add vscode extension customizations for auto-installation (efae646)
- devcontainer: enable GPG signing support (4d88e12)
- devcontainer: forward common development and web ports (35ff5f6)
- docker: add docker-compose file detection for hadolint and dockerfile-utils (836880d)
- implement lightweight doctor, config, cache, and generate commands (ab5863e)
- implement TOML and YAML parsing via go-toml/v2 and yaml.v3 (50c0b2d)
- initialize unigo go module and basic cobra structure (1f987db)
- integrate slog and wire up with debug and quiet flags (beffd4c)
- lint: add two-pass auto-fix mechanism to make lint (9fba0f1)
- make: add sync-harden-runner target for workflow endpoint management (d24708d)
- mise: add yamllint to core tools in mise.toml (406bbb3)
- port completion command ([37c7b94](https:...