Releases: tano-systems/luci-app-tn-netports
Releases · tano-systems/luci-app-tn-netports
Version 2.0.3 (Bugfix Release)
Changed
- Added translation contexts for some strings.
- Use prefixes to indicate binary multiples for Rx and Tx bytes
from IEEE 1541-2002.
Fixed
- Do not show the table on insufficient permissions.
- Synchronized colors of the firewall zones with colors from the
network/firewall settings. - Fixed nbsp entity output for XML (luci-theme-openwrt).
- Fixed markup for interfaces without MAC address (e.g. PPP connections).
- Fixed IE11 compatibility.
Version 2.0.2 (Bugfix Release)
Fixed
- Fixed handling of negative speed values in sysfs.
Version 2.0.1 (Bugfix Release)
Fixed
- Fixed links to network interfaces page.
Version 2.0.0
Added
- Added support for client side view introduced in the latest changes in the master branch of the LuCI.
Version 1.1.1 (Bugfix Release)
Fixed
- Fixed display of the icon for 'vpn' port type.
- Fixed displaying of an empty MAC address.
Version 1.1.0
Added
- CHANGELOG file.
- Handling cases when the firewall zones are assigned to both the network interface and the bridge of which the interface is a member. In this case, information about both firewall zones is displayed.
- Added vertical table view mode. By default used new vertical mode. This may changed by the
global.default_h_mode
option in/etc/config/luci_netports
configuration file. If used horizontal mode then view mode is automatically switched to vertical mode in case the number of interfaces is more than 6. - Added "Switch to vertical/horizontal mode" button. By default this button is disabled (not shown). Button may be enabled by the
global.hv_mode_switch_button
option in/etc/config/luci_netports
configuration file. - Added example screenshots.
- Added
usb_stick
,usb_2g
,usb_3g
,usb_4g
,tunnel
,gprs
,ppp
andusb_wifi
new types and icons. - Added
auto
port type for automatically detect type by interface name. - Added link to the wireless interface configuration.
- Added spinner for messages about waiting for data.
- Added rpcd ubus script for data gathering
Changed
- Updated README.md file.
- Renamed application section title from "Ports Status" to "Network Interfaces Ports Status"
- Icons moved to
icons
subdirectory. - Place application on the "Overview" page after "Memory" section. This became possible after applying patch to LuCI from pull request 2364.
- Moved part of the JavaScript code to LuCI resources directory.
- Renamed "Network interface" parameter to "Interface" in the table.
- Renamed configuration parameter
global.hide_additional_info
toglobal.default_additional_info
. - Renamed old type
usb
tousb_rndis
. Old type nameusb
is supported but deprecated. - Changed icons for disabled state.
- Use luabitop for bitwise operations.
- Use polling interval from LuCI configuration (luci.main.pollinterval).
- Totally rework JavaScript code.
Deprecated
- Use type
usb_rndis
instead ofusb
.
Fixed
- Output dash if no assigned firewall zones.
- Fix administrative down state detection.
- Fix port link status icon display in IE.
- Fix Russian translations for "Connected", "Disconnected" and "Disabled".
- Properly handling of the operative interface state from
/sys/class/net/<if>/operstate
sysfs file. - Fix ports type icons flickering on updates.