Skip to content

Releases: getseabird/seabird

v0.3.2

04 Apr 00:59
Compare
Choose a tag to compare

Changelog

  • 69e43b5 fix: drop headerbar margin

v0.3.1

04 Apr 00:55
Compare
Choose a tag to compare

Changelog

  • 83127df fix: restart watch on timeout

v0.3.0

03 Apr 11:48
Compare
Choose a tag to compare

Changelog

  • 18024b4 feat: add object overlay
  • e6c36f8 feat: add object pinning
  • f15201c feat: add read-only mode
  • cc1c30e feat: add style override env var
  • 1bb8101 feat: custom error message for missing cred plugin
  • 4271798 feat: reduce navigation width
  • 1e63668 feat: rework resource navigation
  • 02c814a feat: show cluster name in editor title
  • a4a9bb3 feat: show group in kind dropdown
  • 8ab7d69 feat: skip namespace field on non-namespaced resources
  • 7359b1a feat: watch pinned objects
  • be766ce fix: bad selection when filtering
  • 3d8e952 fix: create new windows without cancel ctx
  • 7267caf fix: safeguard against sending wrong type to extension

v0.2.2

03 Mar 17:51
Compare
Choose a tag to compare

Changelog

  • f93767f fix: load common paths when no prefs exist
  • 2cdbf7e fix: nil dereference without metrics-server

v0.2.1

03 Mar 11:35
Compare
Choose a tag to compare

Changelog

v0.2.0

03 Mar 10:05
Compare
Choose a tag to compare

Changelog

  • 03a8290 feat: add log colors 🌈
  • ff6d111 feat: add node mem & cpu
  • 0dabeb9 feat: add resource editor
  • 53b293a feat: collapsible sidebar
  • 17d9575 feat: darker navigation background
  • f186c97 feat: display cluster name in header
  • 0bd48b6 feat: license activation
  • b27cb77 feat: link owner reference
  • fb67181 feat: load common kubeconfig paths
  • 962140e feat: set button tooltips
  • 19d1d89 feat: sortable columns
  • 367a2c4 feat: sortable status
  • a45ae59 feat: watch namespaces
  • 81dd079 fix: incorrect cpu calc
  • 171636f fix: platform style fixes
  • 239577a fix: scrollable context selection
  • 64bcb2c fix: skip resources without get/list
  • fe2b261 fix: uppercase month in duration

v0.1.2

24 Feb 06:02
Compare
Choose a tag to compare

Changelog

  • b1f854a feat: add node props
  • a03b59f feat: add platform styles
  • 983cc7c feat: add pod resource columns
  • c9923d1 feat: auto-update metrics
  • 23d303e feat: darwin style tweaks
  • a009aca feat: don't show copy button for empty values
  • f5c06fd feat: levenshtein fuzzy search
  • fcb5483 feat: show resource group in nav
  • a3a4a4e feat: style tweaks
  • ea58a38 feat: use consolas monospace font on windows
  • abb9c6e feat: use default log title
  • 7fda146 fix: fix infinite loop on context selection
  • 3623ff2 fix: hide log title buttons on windows
  • 7ffcd26 fix: replace win colors
  • 1f150cb fix: theme-aware log color scheme

v0.1.1

15 Feb 13:32
Compare
Choose a tag to compare

Changelog

  • 20d2af8 feat: default size tweaks
  • 6845ec5 feat: resizable panes
  • c43a3b0 fix: fix crash when no context is selected
  • 79f2f67 fix: update gotk to resolve crashes
  • ba8a176 fix: use native file picker

v0.1.0

09 Feb 07:40
Compare
Choose a tag to compare

Changelog

  • d23f9fe feat: add context selection
  • 041c4a6 feat: add exec auth provider support
  • 195ce32 feat: add exec terminal
  • 45a316a feat: add purchase page
  • b2efa5d feat: replace filter icon
  • 3591d13 feat: reset editable when selection changes
  • bdaf549 feat: strip managed fields in yaml
  • 2155d50 feat: update default window size
  • b017690 feat: use monospace font for source views
  • 315385e fix: don't fail connection due to stale apis
  • ec90e2f fix: fix literal search
  • ad4c1af fix: fix selection not updating when filtering
  • e4c0128 fix: panic when checking error

v0.0.25

04 Feb 13:18
Compare
Choose a tag to compare

Changelog

  • efbe076 feat: add lb-normal color
  • 3bd9143 feat: enable source editing
  • 14a4a2b feat: implement object deletion
  • b0c9277 feat: remove nav spinner
  • 9ebc617 feat: skip welcome in dev mode
  • 2685576 fix: do not disable vertical scroll on sourceview
  • 5a39a61 fix: fix incorrect selection when filtering
  • 3b66ae0 fix: osx build fixes