See the assets to download this version and install.
What's Changed
- feat: some minor improvements in add/import/export configs by @hcavarsan in #307
- fix: fixed some issues in frontend state management
- improved export function to sort configs by key name
- now, alias and local_port are optional (see #305 (comment))
- if
local_port
is empty, kftray will assume the same value ofremote_port
- if
alias
is not set, kftray will assume${workload_type}-${protocol}-${local_port}
- if
Full Changelog: v0.14.3...v0.14.4