Skip to content

Releases: cyclimse/scwtui

v0.2.1

03 Dec 15:30
35fe78d
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

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

19 Nov 23:15
2e9155c
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

09 Nov 22:02
81a31f3
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

06 Nov 21:45
7faceaa
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

  • fix(cmd): allow the use of env vars when creating the scw profile by @cyclimse in #7
  • fix(discovery): allow the use of custom localities by @cyclimse in #8
  • feat(ci): sync dockerhub overview with github readme by @cyclimse in #11

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Nov 22:07
1807ee6
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Merge pull request #5 from cyclimse/fix/remove-loki-dependency

fix: remove old loki dependency