v1.3.0
What's Changed
features
- feat(ui/log): Add blank line with Enter input. by @sarub0b0 in #315
- feat(ui/text): Crash when clicking on empty line in TextView - Out of range by @sarub0b0 in #327
- feat: change from tui-rs to ratatui by @sarub0b0 in #323
- feat(ui/log): Don't clear logs when the pod/container restart, deletion or other actions. by @sarub0b0 in #331
- feat: Support all api versions in List and Yaml by @sarub0b0 in #339
- feat: Improve error handling of k8s worker by @sarub0b0 in #340
- feat(ui/tab): Add highlighting for clickable tabs on mouse hover by @sarub0b0 in #341
- feat(k8s): Use the semantic “most recent” resource version strategy by @sarub0b0 in #342
- feat(deps): Support rustls by @sarub0b0 in #346
bug fixes
- fix(tui_wrapper/util): returned true even out of range. by @sarub0b0 in #314
- fix(k8s/log): correct line breaks in logs by @sarub0b0 in #324
- fix(k8s/log): correct line breaks in logs by @sarub0b0 in #326
- fix(ui/log): support tab chars by @sarub0b0 in #329
- fix(ui): sort items in select view by @sarub0b0 in #336
- fix(text/wrap): prevent an infinite loop when wrap_width is zero by @sarub0b0 in #344
- fix(ui): Fix occasional crash issue when resizing the window. by @sarub0b0 in #348
chore
- chore(api): rename api -> list by @sarub0b0 in #313
- chore(ansi_color): change from expect to unwrap_or_default by @sarub0b0 in #349
dependencies
- chore(deps): lock file maintenance by @sarub0b0 in #302
- chore(deps): lock file maintenance by @sarub0b0 in #303
- chore(deps): lock file maintenance by @sarub0b0 in #304
- chore(deps): lock file maintenance by @sarub0b0 in #305
- fix(deps): update rust crate ctrlc to 3.3.0 by @sarub0b0 in #306
- fix(deps): update rust crate ctrlc to 3.3.1 by @sarub0b0 in #311
- chore(deps): lock file maintenance by @sarub0b0 in #316
- fix(deps): update rust crate once_cell to 1.17.2 by @sarub0b0 in #321
- fix(deps): update rust crate ctrlc to 3.4.0 by @sarub0b0 in #328
- chore(deps): lock file maintenance by @sarub0b0 in #334
- fix(deps): update rust crate once_cell to 1.18.0 by @sarub0b0 in #337
- fix(deps): update rust crate kube to 0.83 by @sarub0b0 in #338
- chore(deps): lock file maintenance by @sarub0b0 in #343
- chore(deps): remove unused deps by @sarub0b0 in #345
Full Changelog: v1.2.2...v1.3.0