8.8 KiB
8.8 KiB
ChangeLog
3.6.0 (2014-11-28)
Enhancements
- upload and apply patches to hosts/pools (xo-web#150)
- import VMs (xo-web#151)
- export VMs (xo-web#152)
- migrate VMs to another pool (xo-web#153)
- display pool even for single host (xo-web#155)
- start halted hosts with wake-on-LAN (xo-web#154)
- list of uploaded/applied patches (xo-web#156)
- use Angular 1.3 from npm (xo-web#157 & xo-web#160)
- more feedbacks on actions (xo-web#165)
- only buttons compatible with VM states are displayed (xo-web#166)
- export VM snapshot (xo-web#167)
- plug/unplug a SR to a host (xo-web#169)
- plug a SR to all available hosts (xo-web#170)
- disks edition on SR page (xo-web#171)
- export of running VMs (xo-server#36)
Bug fixes
- disks edition on VM page should work (xo-web#86)
- dropdown menus should close after selecting an item (xo-web#140)
- user creation should require a password (xo-web#143)
- server connection should require a user and a password (xo-web#144)
- snapshot deletion should work (xo-server#147)
- VM console should work in Chrome (xo-web#149)
- tooltips should work (xo-web#163)
- disk plugged status should be automatically refreshed (xo-web#164)
- deleting users without tokens should not trigger an error (xo-server#34)
- live pool master change should work (xo-server#20)
3.5.1 (2014-08-19)
Bug fixes
- pool view works again (#139)
3.5.0 (2014-08-14)
XO-Web and XO-Server are now available as npm packages!
Enhancements
- XO-Server published on npm (#26)
- XO-Server config is now in
/etc/xo-server/config.yaml(#33) - paths in XO-Server's config are now relative to the config file (#19)
- use the Linux icon for Fedora (#131)
- start/stop/reboot buttons on console page (#121)
- settings page now only accessible to admin (#77)
- redirection to the home page when a VM is deleted from its own page (#56)
- XO-Web published on npm (#123)
- buid process now use Browserify ((#125, #135))
- view are now written in Jade instead of HTML (#124)
- CSS autoprefixer to improve compatibility (#132, #137)
Bug fixes
- force shutdown does not attempt a clean shutdown first anymore (#29)
- shutdown hosts are now correctly reported as such (#31)
- incorrect VM metrics (#54, #68, #108)
- an user cannot delete itself (#104)
- in VM creation, required fields are now marked as such (#113, #114)
3.4.0 (2014-05-22)
Highlight in this release is the new events system between XO-Web and XO-Server which results in less bandwidth consumption as well as better performance and reactivity.
Enhancements
- events system between XO-Web and XO-Server (#52)
- ability to clone/copy a VM (#116)
- mandatory log in page (#120)
Bug fixes
- failure in VM creation (#111)
3.3.1 (2014-03-28)
Enhancements
- console view is now prettier (#92)
Bug fixes
- VM creation fails to incorrect dependencies (xo-server/#24)
- VDIs list in SR view is blinking (#109)
3.3.0 (2014-03-07)
Enhancements
- Grunt has been replaced by gulp.js (#91)
- a host can be detached from a pool (#98)
- snapshots management in VM view (#99)
- log deletion in VM view (#100)
Bug fixes
- Snapshot not working in VM view (#95)
- Host Reboot/Restart toolstack/Shutdown not working in main view (#97)
- Bower cannot install
angularautomatically due to a version conflict (#101) - Bower installs an incorrect version of
angular-animate(#102)
3.2.0 (2014-02-21)
Enhancements
- dependencies' versions should be fixed to ease deployment (#93)
- badges added to the README to see whether dependencies are up to date (#90)
- an error notification has been added when the connection to XO-Server failed (#89)
- in host view, there is now a link to the host console (#87)
- in VM view, deleting a disk requires a confirmation (#85)
- the VM and console icons are now different (#80)
Bug fixes
- consoles now work in Google Chrome \o/ (#46)
- in host view, many buttons were not working (#79)
- in main view, incorrect icons were fixes (#81)
- MAC addresses should not be ignored during VM creation (#94)
3.1.0 (2014-02-14)
Enhancements
- in VM view, interfaces' network should be displayed (#64)
- middle-click or
Ctrl+click should open new windows (even on pseudo-links) (#66) - lists should use natural sorting (e.g. VM 2 before VM 10) (#69)
Bug fixes
- consoles are not implemented for hosts (#57)
- it makes no sense to remove a stand-alone host from a pool (58)
- in VM view, the migrate button is not working (#59)
- pool and host names overflow their box in the main view (#63)
- in host view, interfaces incorrectly named networks and VLAN not shown (#70)
- VM suspended state is not properly handled (#71)
- unauthenticated users should not be able to access to consoles (#73)
- incorrect scroll (under the navbar) when the view changes (#74)