Releases: xinthose/Netplan-GUI
Releases · xinthose/Netplan-GUI
v1.3.0
- update packages (Angular 20)
- use a different background
- fix a potential issue when editing a record in the grid when you click the cancel button
- improve some of the logging in the components when debugging
- in
server.jsuseapp.all(/(.*)/, function (req, res)instead ofapp.all('*', function (req, res)expresshad a breaking change when they moved to version 5- closes issue #12
v1.2.0
- update packages (Angular 17)
- Feat: in commands, add new buttons "Get Ethernet 1 Status", "Get Ethernet 2 Status", "Get 'ip a'"
- Feat: add DHCP option for Ethernet 1 and 2
- Bug: in file
rest.pydo not usehasattr, asyaml.safe_loadreturns a dictionary and not a list (SO Post) (Fixes #11) - Bug: Only show error popup in
http-error.interceptor.ts - Bug: allow Submit button to be clicked on Ethernet port if it was disabled
- Style changes to GUI
v1.1.0
- update packages (Angular 16)
- remove popup warning about the MAC address being changed (doesn't always work right and is annoying IMO)
- replace
mdb-angular-ui-kitwithbootstrap(more mainstream) - allow REST app to run in Ubuntu 23 due to move away from
pip install
v1.0.5
- in
networkcomponent, add a Mac Address field for each interface; use more genericeth0andeth1names instead of hardware specific names likeenp3s0andenp4s0, which can change between devices - in file
rest.pyaddmacaddressandset-nameto ethernet interfaces, rename them toeth0andeth1 - in file
models.pyaddmac,mac1,mac2 - update packages