Skip to content

Releases: tano-systems/luci-app-tn-mstpd

v2.0.1: Bugfixes release

20 Apr 23:54
Compare
Choose a tag to compare

Fixed

  • Fixed application menu and ACL's.

v2.0.0

20 Apr 21:18
Compare
Choose a tag to compare

Changed

  • Converted to client side rendering.
  • Slightly changed the markup of the status page.
  • Updated screenshots and description in README.md.

Added

  • Added ACL rules for latest LuCI revision support

v1.3.3: Bugfixes release

20 Apr 21:16
Compare
Choose a tag to compare

Added

  • Added ACL rules for latest LuCI support

v1.3.2: Bugfixes release

11 Mar 01:11
Compare
Choose a tag to compare

Fixed

  • Fixed application version display in footer.

v1.3.1: Bugfixes release

11 Mar 01:05
Compare
Choose a tag to compare

Fixed

  • Fixed some minor translation issues.

v1.3.0

11 Mar 00:38
Compare
Choose a tag to compare

Added

  • Added support for the official OpenWrt and Material LuCI themes. Previously supported only Bootstrap LuCI theme.
  • Hide additional information toggle button before first data is arrived.
  • Display last topology change port and topology change count parameters for bridge.
  • Added spinner for messages about waiting for data.
  • Removed useless ucitrack definition
  • Allow to hide footer by UCI option 'luci.app_tn_mstpd.hide_footer'
  • Add support for BPDU filter option configuration.
  • Add BPDU guard error status for each port on status page.

Changed

  • Application main menu entry has been renamed to "STP/RSTP".
  • Renamed some titles on application pages.
  • Human readable display for time since topology change.
  • Use polling interval from LuCI configuration (luci.main.pollinterval)
  • Use L.Poll.add() instead of deprecated XHR.Poll() for data polling.

Fixed

  • Fixed bridge and bridge port name fields value dipslay in settings.
  • Fixed Russian translation.
  • Fixed port state and role appearance in status table.
  • Do not show status tabs for bridges that are removed from the network configuration but present in the mstpd configuration.
  • Create UCI sections for newly added bridges under the MSTPd control only if they are not exists.
  • Fixed alert messages for various themes.
  • Fixed bridges tab menu in status view.

v1.2.0: Global application code rework

12 Dec 00:03
Compare
Choose a tag to compare

Added

  • Operative protocol version display in the bridge ports status table.
  • Show/hide additional information button for bridge ports status table.

Changed

  • Global application code rework (mostly in JavaScript of the templates).
  • Renamed "Protocol" bridge state parameter to "Administrative protocol version".
  • Now status pages for bridges displayed as tabs (3rd menu level).
  • Bridge status displayed as a list, not a table, as it was early.
  • Improvements for bridge ports status table display.