This implements the initial PWA manifest for XO Lite. I requested this several months to a year ago, so decided to do it myself in the end.
4.9 KiB
4.9 KiB
ChangeLog
next
- Fix Typescript typings errors when running
yarn type-checkcommand (PR #7278) - Introduce PWA Json Manifest (PR #7291)
0.1.7 (2023-12-28)
- [VM/Action] Ability to migrate a VM from its view (PR #7164)
- Ability to override host address with
masterURL query param (PR #7187) - Added tooltip on CPU provisioning warning icon (PR #7223)
- Add indeterminate state on FormToggle component (PR #7230)
- Add new UiStatusPanel component (PR #7227)
- XOA quick deploy (PR #7245)
- Fix infinite loader when no stats on pool dashboard (PR #7236)
- [Tree view] Display VMs count (PR #7185)
0.1.6 (2023-11-30)
- Explicit error if users attempt to connect from a slave host (PR #7110)
- More compact UI (PR #7159)
- Fix dashboard host patches list (PR #7169)
- Ability to export selected VMs (PR #7174)
- [VM/Action] Ability to export a VM from its view (PR #7190)
0.1.5 (2023-11-07)
- Ability to snapshot/copy a VM from its view (PR #7087)
- [Header] Replace logo with "XO LITE" (PR #7118)
- New VM console toolbar + Ability to send Ctrl+Alt+Del (PR #7088)
- Total overhaul of the modal system (PR #7134)
0.1.4 (2023-10-03)
- Ability to migrate selected VMs to another host (PR #7040)
- Ability to snapshot selected VMs (PR #7021)
- Add Patches to Pool Dashboard (PR #6709)
- Add remember me checkbox on the login page (PR #7030)
0.1.3 (2023-09-01)
- Add Alarms to Pool Dashboard (PR #6976)
0.1.2 (2023-07-28)
- Ability to export selected VMs as CSV file (PR #6915)
- [Pool/VMs] Ability to export selected VMs as JSON file (PR #6911)
- Add Tasks to Pool Dashboard (PR #6713)
0.1.1 (2023-07-03)
- Invalidate sessionId token after logout (PR #6480)
- Settings page (PR #6418)
- Uncollapse hosts in the tree by default (PR #6428)
- Display RAM usage in pool dashboard (PR #6419)
- Implement not found page (PR #6410)
- Display CPU usage chart in pool dashboard (PR #6577)
- Display network throughput chart in pool dashboard (PR #6610)
- Display RAM usage chart in pool dashboard (PR #6604)
- Ability to change the state of a VM (PRs #6571 #6608)
- Display CPU provisioning in pool dashboard (PR #6601)
- Add a star icon near the pool master (PR #6712)
- Display an error message if the data cannot be fetched (PR #6525)
- Add "Under Construction" views (PR #6673)
- Ability to change the state of selected VMs from the pool's list of VMs (PR #6782)
- Ability to copy selected VMs from the pool's list of VMs (PR #6847)
- Ability to delete selected VMs from the pool's list of VMs (PR #6673)
0.1.0
- Initial implementation