Skip to content

Releases: xinthose/Netplan-GUI

v1.3.0

Choose a tag to compare

@xinthose xinthose released this 25 Jul 19:42
  • 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.js use app.all(/(.*)/, function (req, res) instead of app.all('*', function (req, res)

v1.2.0

Choose a tag to compare

@xinthose xinthose released this 24 Nov 17:27
  • 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.py do not use hasattr, as yaml.safe_load returns 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

Choose a tag to compare

@xinthose xinthose released this 04 Jul 22:49
  • 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-kit with bootstrap (more mainstream)
  • allow REST app to run in Ubuntu 23 due to move away from pip install

v1.0.5

Choose a tag to compare

@xinthose xinthose released this 30 Jan 02:32
  • in network component, add a Mac Address field for each interface; use more generic eth0 and eth1 names instead of hardware specific names like enp3s0 and enp4s0, which can change between devices
  • in file rest.py add macaddress and set-name to ethernet interfaces, rename them to eth0 and eth1
  • in file models.py add mac, mac1, mac2
  • update packages

v1.0.4

Choose a tag to compare

@xinthose xinthose released this 01 Sep 04:23
  • Bug: in file models.py, use python List instead of list to allow for backwards compatibility for python versions lower than 3.9: PEP 585
    • closes issue #9

v1.0.3

Choose a tag to compare

@xinthose xinthose released this 09 Aug 04:31
  • update packages
  • replace web.py with FastAPI for REST service
  • remove Station Wi-Fi, focus on netplan configuration instead

v1.0.2

Choose a tag to compare

@xinthose xinthose released this 13 Mar 06:11

Updated release structure for easy installation.

v1.0.1

Choose a tag to compare

@xinthose xinthose released this 03 Jan 05:14

Bug in netplan-gui.service.ts, SERVER should have been localhost #1

v1.0.0

Choose a tag to compare

@xinthose xinthose released this 26 Sep 21:38

First stable release after Angular update.