Skip to content

Releases: vantoan1511/orbit

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 23 Aug 16:03

What's Changed

🚀 Features

🛠 Maintenance & Refactoring

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 13:30

What's Changed

🚀 Features

  • feat: move clear recent logs button to recent header by @vantoan1511 in #134
  • feat: add restarts column to deployments table by @vantoan1511 in #137
  • feat: add inline editing for deployment replicas and images by @vantoan1511 in #139
  • feat: polish configure columns popover to match multiselect by @vantoan1511 in #141
  • feat: auto detect theme based on system preference by @vantoan1511 in #143
  • feat: add create deployment button and dialog with resource creation IPC by @vantoan1511 in #144
  • feat: make age column reactive with client-side fake counting by @vantoan1511 in #145
  • feat: add clone deployment context menu option and backend handler by @vantoan1511 in #146
  • feat: implement node details drawer and fix cluster resource filtering by @vantoan1511 in #147
  • feat: replace custom native tags with primevue tag component by @vantoan1511 in #149
  • feat: highlight search query matches in log viewer by @vantoan1511 in #150
  • feat: flatten log explorer to workload resources and add pod filters by @vantoan1511 in #151
  • feat: polish app footer design and fix update time reactivity by @vantoan1511 in #152
  • feat: support more cloud providers and distributions in footer by @vantoan1511 in #153

🐛 Bug Fixes

  • fix: stack logs explorer and recent panels with border hover styles by @vantoan1511 in #135
  • fix: prevent infinite loading on deployments view and race condition by @vantoan1511 in #138

🛠 Maintenance & Refactoring

Full Changelog: v0.6.2...v0.7.0

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:00

What's Changed

🚀 Features

🐛 Bug Fixes

  • fix: throttle connection error toasts and clarify status message by @vantoan1511 in #130

🛠 Maintenance & Refactoring

Full Changelog: v0.6.1...v0.6.2

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 15:02

What's Changed

🚀 Features

🐛 Bug Fixes

  • fix: use label prop for updater dialog action buttons by @vantoan1511 in #117
  • fix: prevent node role label wrapping and fix context menu actions by @vantoan1511 in #119
  • fix: resolve broken button styling in highlight rules dialog by @vantoan1511 in #126

🛠 Maintenance & Refactoring

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 15:26
0352a2d

What's Changed

🚀 Features

  • feat(ui): add right-click context menu to all resource tables by @vantoan1511 in #91
  • feat: make sidebar panel menus seamless and stacked without borders by @vantoan1511 in #92
  • feat: allow cloning ingress from existing one by @vantoan1511 in #94
  • feat: polish resource edit views with borderless design principles by @vantoan1511 in #96
  • feat: move pods view into workloads tabs by @vantoan1511 in #97
  • feat: show red dot badge on notification button for unread alerts by @vantoan1511 in #100
  • feat: add unified container environment variable editor by @vantoan1511 in #101
  • feat: polish nodes view and modernize datatable styling by @vantoan1511 in #102
  • feat: polish updater UI design and tokens by @vantoan1511 in #105
  • feat: introduce GenericResourceTable and standardize datatables across all resources by @vantoan1511 in #108
  • feat: polish toast message ui to match app design system by @vantoan1511 in #109
  • feat: polish secondary sidebar nav menu styling by @vantoan1511 in #111
  • feat: add bulk selection and actions to resource datatables by @vantoan1511 in #113
  • feat: add full ingress edit form support by @vantoan1511 in #114
  • feat: add form input validation and improve k8s error messages by @vantoan1511 in #115

🐛 Bug Fixes

  • fix(ui): resolve design system inconsistencies, CSS tokens, and component patterns by @vantoan1511 in #93
  • fix: polish context menu item hover background in dark/light mode by @vantoan1511 in #95

📚 Documentation

  • docs: polish README with architecture, features, and dev guide by @vantoan1511 in #104

🛠 Maintenance & Refactoring

  • style: improve updater dialog readability and tailwind utility classes by @vantoan1511 in #88
  • style(theme): refine CSS design tokens and expand k8s resource colors by @vantoan1511 in #90
  • refactor: polish notification drawer design by @vantoan1511 in #98
  • refactor(settings): polish settings UI to adhere to design principles by @vantoan1511 in #99
  • refactor(workloads): polish workload details drawer UI by @vantoan1511 in #103
  • refactor(settings): remove mock data in settings view by @vantoan1511 in #106
  • refactor: polish dialog styling and standardize slots by @vantoan1511 in #110
  • refactor: polish sidebar activity bar styling and active states by @vantoan1511 in #112
  • chore: release v0.6.0 by @vantoan1511 in #116

Full Changelog: v0.5.1...v0.6.0

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 16:09
6892658

What's Changed

🚀 Features

  • feat: add follow log toggle in logs view by @vantoan1511 in #85
  • feat: allow streaming all pod log lines with virtual scrolling by @vantoan1511 in #86

🐛 Bug Fixes

  • fix(kubernetes): handle watcher reconnection and error event propagation on idle by @vantoan1511 in #84

🛠 Maintenance & Refactoring

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 15:36
d1002bb

What's Changed

🚀 Features

  • feat: add timeout and restart prompt for engine connection failure by @vantoan1511 in #75
  • feat: add Windows executable metadata and icon to core binaries by @vantoan1511 in #76
  • feat: add Network view with Ingress support by @vantoan1511 in #77
  • feat(views): create shared ViewLayout and refactor all main views by @vantoan1511 in #78
  • feat: add dynamic primevue breadcrumb header by @vantoan1511 in #79
  • feat(layout): make AppHeader compact to match AppFooter style by @vantoan1511 in #80
  • feat: add VS Code-style logs sidebar navigation by @vantoan1511 in #82

🐛 Bug Fixes

  • fix(ui): move table column text styles to bodyClass to preserve sort header highlights by @vantoan1511 in #81

🛠 Maintenance & Refactoring

Full Changelog: v0.4.1...v0.5.0

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:31
c9f81d9

What's Changed

🛠 Maintenance & Refactoring

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:20
8f67795

What's Changed

🚀 Features

  • feat: add updater dialog with release notes and install options by @vantoan1511 in #66
  • feat: persist custom kubeconfig paths across engine restarts by @vantoan1511 in #69
  • feat: implement notification center for sidebar button by @vantoan1511 in #70
  • feat: implement user identity and cluster profile drawer by @vantoan1511 in #71

🐛 Bug Fixes

  • fix: fetch replicasets in loadinitialdata to fix infinite loading by @vantoan1511 in #68

🛠 Maintenance & Refactoring

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:43

What's Changed

🛠 Maintenance & Refactoring

🧰 Other Changes

  • feat: implement real-time workload details drawer by @vantoan1511 in #60
  • feat: implement detailed pod view drawer and backend metadata mapping by @vantoan1511 in #61
  • feat: implement skeleton loading state for all loading resources by @vantoan1511 in #62
  • feat: implement rows per page selector (25/50/100/200) for ResourceDataTable by @vantoan1511 in #63
  • fix(ci): update release notes categories and add automatic PR labeler workflow by @vantoan1511 in #64

Full Changelog: v0.2.1...v0.3.0