Releases: vantoan1511/orbit
Releases · vantoan1511/orbit
Release list
v0.7.1
What's Changed
🚀 Features
- feat: implement rollback for deployments by @vantoan1511 in #155
- feat: display missing details in workload overview drawer by @vantoan1511 in #156
🛠 Maintenance & Refactoring
- refactor(logs): reorganize and polish controls toolbar layout by @vantoan1511 in #157
- chore: release v0.7.1 by @vantoan1511 in #158
Full Changelog: v0.7.0...v0.7.1
v0.7.0
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
- refactor: split monolithic ipc handlers into domain submodules by @vantoan1511 in #140
- refactor: remove system namespace toggle and default to user namespaces by @vantoan1511 in #142
- style: polish node detail view ui with borderless inset wells by @vantoan1511 in #148
- chore: release v0.7.0 by @vantoan1511 in #154
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
🚀 Features
- feat: persist datatable filter, column, and row state across tabs by @vantoan1511 in #131
- feat: add copy logs button in logs view by @vantoan1511 in #132
🐛 Bug Fixes
- fix: throttle connection error toasts and clarify status message by @vantoan1511 in #130
🛠 Maintenance & Refactoring
- chore: release v0.6.2 by @vantoan1511 in #133
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
🚀 Features
- feat: format release notes and rich links in updater dialog by @vantoan1511 in #120
- feat: polish welcome page layout and typography by @vantoan1511 in #124
- feat: add scroll to bottom button in log terminal by @vantoan1511 in #125
🐛 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
- refactor(nodes): polish metrics cards using primevue card by @vantoan1511 in #118
- style: make tooltips more compact and smaller by @vantoan1511 in #121
- refactor: use PrimeVue Card component across metric cards by @vantoan1511 in #122
- refactor: polish action buttons in resource datatable by @vantoan1511 in #123
- ci: automate git tag creation in release workflow by @vantoan1511 in #127
- ci: fix yaml syntax in release workflow by @vantoan1511 in #129
- chore: release v0.6.1 by @vantoan1511 in #128
Full Changelog: v0.6.0...v0.6.1
v0.6.0
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
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
- perf: throttle backend watcher events and debounce frontend reactivity by @vantoan1511 in #87
- chore: release v0.5.1 by @vantoan1511 in #89
Full Changelog: v0.5.0...v0.5.1
v0.5.0
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
- chore: release v0.5.0 by @vantoan1511 in #83
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
🛠 Maintenance & Refactoring
- chore: release v0.4.1 by @vantoan1511 in #74
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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
- perf: implement lazy mounting and guarded fetching for workloads tabs by @vantoan1511 in #67
- refactor: refactor dashboard components and layout UI by @vantoan1511 in #72
- chore: release v0.4.0 by @vantoan1511 in #73
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
🛠 Maintenance & Refactoring
- chore: release v0.3.0 by @vantoan1511 in #65
🧰 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