This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Releases: cyclimse/scwtui
Releases · cyclimse/scwtui
v0.2.1
Main changes
It's only a small patch but many bug fixes were done!
- When scrolling past the middle of the table, refreshing the resources would modify the viewport height, which messed up the display. This has been fixed! 🎉
- Refreshing the resources will now correctly work with search!
- Resources created by quick actions, such as triggered Job Runs, will now be properly indexed and displayed while searching!
- The table will now display a "Created At" to help distinguish resources with the same name (ie Job Runs)
What's Changed
- chore(deps): bump github.com/brianvoe/gofakeit/v6 from 6.24.0 to 6.25.0 by @dependabot in #30
- chore: update scaleway sdk go by @cyclimse in #31
- fix(ui): fix cursor getting reset on resource update by @cyclimse in #32
- fix(core): deindex deleted resources by @cyclimse in #33
- fix(ui): refresh view if search is dirty by @cyclimse in #34
- refactor(store): remove dead queries by @cyclimse in #35
- feat(ui): add created at by @cyclimse in #36
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Main features
Started work on Quick actions
, small shortcuts to perform a greater variety of actions on resources.
For instance, you can now easily jump between multiple Cockpit's Grafana by using the Open Grafana
shortcut that will open Grafana in your browser.
More resources will be integrated into quick actions over time 😎
What's Changed
- chore(deps): bump github.com/alecthomas/chroma/v2 from 2.10.0 to 2.11.1 by @dependabot in #19
- fix(ui): increase refresh interval by @cyclimse in #21
- fix: use git version as user-agent by @cyclimse in #20
- feat(resources): add initial support for jobs by @cyclimse in #22
- feat(core): add initial support for actions by @cyclimse in #23
- feat(ui): add support for multiple actions by @cyclimse in #24
- feat: add basic actions for cockpit by @cyclimse in #25
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- feat(demo): add logging feature in demo mode by @cyclimse in #14
- feat: add kapsule clusters by @cyclimse in #15
- chore: add version in user agent by @cyclimse in #16
- feat: add instances by @cyclimse in #17
- fix(ui): add boundary checks on selected resource by @cyclimse in #18
Full Changelog: v0.1.1...v0.1.2