# Changelog
## [0.1.7](https://github.com/damacus/gitlab-runner-tui/compare/v0.1.6...v0.1.7) (2026-03-03)
### Bug Fixes
* **deps:** update rust crate dirs to v6 ([#30](https://github.com/damacus/gitlab-runner-tui/issues/30)) ([aebde2f](https://github.com/damacus/gitlab-runner-tui/commit/aebde2f81443a1de47b326d190c63fcaf3f0b631))
## [0.1.6](https://github.com/damacus/gitlab-runner-tui/compare/v0.1.5...v0.1.6) (2026-03-03)
### Bug Fixes
* **deps:** update rust crate crossterm to 0.29 ([#22](https://github.com/damacus/gitlab-runner-tui/issues/22)) ([561b653](https://github.com/damacus/gitlab-runner-tui/commit/561b653a6356a13832d063f1fc25cd97d43fabeb))
* **deps:** update rust crate toml to v1 ([#31](https://github.com/damacus/gitlab-runner-tui/issues/31)) ([22b4ed9](https://github.com/damacus/gitlab-runner-tui/commit/22b4ed93887ca1372317b20f5ec0076d3555e2f8))
## [0.1.5](https://github.com/damacus/gitlab-runner-tui/compare/v0.1.4...v0.1.5) (2026-02-11)
### Bug Fixes
* add crates.io metadata and LICENSE for publishing ([#13](https://github.com/damacus/gitlab-runner-tui/issues/13)) ([2d0cbc5](https://github.com/damacus/gitlab-runner-tui/commit/2d0cbc559114094ce0e974e93dc3613c920a7a18))
## [0.1.4](https://github.com/damacus/gitlab-runner-tui/compare/v0.1.3...v0.1.4) (2026-02-11)
### Features
* runner rotation detection with polling and CI/headless mode ([#3](https://github.com/damacus/gitlab-runner-tui/issues/3)) ([bed52f6](https://github.com/damacus/gitlab-runner-tui/commit/bed52f606e7418126955a71df7276ddb74f2f546))
### Bug Fixes
* 'q' and '?' keys now work correctly during FilterInput mode ([9ef2967](https://github.com/damacus/gitlab-runner-tui/commit/9ef2967b97a31a05e5f653dccae96909f6280358))
* add /api/v4/ prefix to API URLs and error_for_status check ([54b61ac](https://github.com/damacus/gitlab-runner-tui/commit/54b61ac8cdf91f946493d98f2db8eed77b7eaadd))
* add clean shutdown for event handler task ([9e28221](https://github.com/damacus/gitlab-runner-tui/commit/9e2822191aaa6474925688b564028d2943789726))
* chain docker build from release-please workflow ([#10](https://github.com/damacus/gitlab-runner-tui/issues/10)) ([dcaaa23](https://github.com/damacus/gitlab-runner-tui/commit/dcaaa235ebe3e40586d9e76f6ce682b49ac4acb1))
* check all managers for offline/health detection, not just first ([9e75906](https://github.com/damacus/gitlab-runner-tui/commit/9e75906bfc636a8f2129ba103f5141e7df4d4aae))
* clear stale data when switching between commands ([c193c2b](https://github.com/damacus/gitlab-runner-tui/commit/c193c2bc8e74861d94ba8513ba0ae790180a792f))
* improve tag enrichment reliability ([7cf4b2c](https://github.com/damacus/gitlab-runner-tui/commit/7cf4b2cfcd7b48154a3ad641a2957de9bf11605f))
* remove .env with real token from tracking, add .env.example ([a59d2e5](https://github.com/damacus/gitlab-runner-tui/commit/a59d2e55ef5369c0c88b984845b488dc6ba0cb95))
* remove non-functional Tab key reference from help text ([75f0181](https://github.com/damacus/gitlab-runner-tui/commit/75f0181ed70c3b97f3ba9febf70cd9af08815b77))
* resolve clippy type_complexity in test helper ([72785d9](https://github.com/damacus/gitlab-runner-tui/commit/72785d9d668e5804639acf943764ba88aa54b5f6))
* server-side tag filtering, runner detail enrichment, parallel fetches ([5d31374](https://github.com/damacus/gitlab-runner-tui/commit/5d31374b0459419c6bed3755f1ff21a5ccb56c76))
* switch Docker image to Alpine builder and scratch runtime ([#6](https://github.com/damacus/gitlab-runner-tui/issues/6)) ([758bba2](https://github.com/damacus/gitlab-runner-tui/commit/758bba2de050d9511d12be88a8a46e62d66c275a))
* trigger docker and release workflows on release-please tags ([#8](https://github.com/damacus/gitlab-runner-tui/issues/8)) ([ff15d30](https://github.com/damacus/gitlab-runner-tui/commit/ff15d3050dee17df1b8dc9d248ad80b6a3b0fc13))
## [0.1.3](https://github.com/damacus/gitlab-runner-tui/compare/gitlab-runner-tui-v0.1.2...gitlab-runner-tui-v0.1.3) (2026-02-11)
### Bug Fixes
* trigger docker and release workflows on release-please tags ([#8](https://github.com/damacus/gitlab-runner-tui/issues/8)) ([ff15d30](https://github.com/damacus/gitlab-runner-tui/commit/ff15d3050dee17df1b8dc9d248ad80b6a3b0fc13))
## [0.1.2](https://github.com/damacus/gitlab-runner-tui/compare/gitlab-runner-tui-v0.1.1...gitlab-runner-tui-v0.1.2) (2026-02-11)
### Bug Fixes
* switch Docker image to Alpine builder and scratch runtime ([#6](https://github.com/damacus/gitlab-runner-tui/issues/6)) ([758bba2](https://github.com/damacus/gitlab-runner-tui/commit/758bba2de050d9511d12be88a8a46e62d66c275a))
## [0.1.1](https://github.com/damacus/gitlab-runner-tui/compare/gitlab-runner-tui-v0.1.0...gitlab-runner-tui-v0.1.1) (2026-02-11)
### Features
* runner rotation detection with polling and CI/headless mode ([#3](https://github.com/damacus/gitlab-runner-tui/issues/3)) ([bed52f6](https://github.com/damacus/gitlab-runner-tui/commit/bed52f606e7418126955a71df7276ddb74f2f546))
### Bug Fixes
* 'q' and '?' keys now work correctly during FilterInput mode ([9ef2967](https://github.com/damacus/gitlab-runner-tui/commit/9ef2967b97a31a05e5f653dccae96909f6280358))
* add /api/v4/ prefix to API URLs and error_for_status check ([54b61ac](https://github.com/damacus/gitlab-runner-tui/commit/54b61ac8cdf91f946493d98f2db8eed77b7eaadd))
* add clean shutdown for event handler task ([9e28221](https://github.com/damacus/gitlab-runner-tui/commit/9e2822191aaa6474925688b564028d2943789726))
* check all managers for offline/health detection, not just first ([9e75906](https://github.com/damacus/gitlab-runner-tui/commit/9e75906bfc636a8f2129ba103f5141e7df4d4aae))
* clear stale data when switching between commands ([c193c2b](https://github.com/damacus/gitlab-runner-tui/commit/c193c2bc8e74861d94ba8513ba0ae790180a792f))
* improve tag enrichment reliability ([7cf4b2c](https://github.com/damacus/gitlab-runner-tui/commit/7cf4b2cfcd7b48154a3ad641a2957de9bf11605f))
* remove .env with real token from tracking, add .env.example ([a59d2e5](https://github.com/damacus/gitlab-runner-tui/commit/a59d2e55ef5369c0c88b984845b488dc6ba0cb95))
* remove non-functional Tab key reference from help text ([75f0181](https://github.com/damacus/gitlab-runner-tui/commit/75f0181ed70c3b97f3ba9febf70cd9af08815b77))
* resolve clippy type_complexity in test helper ([72785d9](https://github.com/damacus/gitlab-runner-tui/commit/72785d9d668e5804639acf943764ba88aa54b5f6))
* server-side tag filtering, runner detail enrichment, parallel fetches ([5d31374](https://github.com/damacus/gitlab-runner-tui/commit/5d31374b0459419c6bed3755f1ff21a5ccb56c76))