Skip to content

Releases: museumsvictoria/nodel

v2.2.1.508

23 Apr 11:00
ff08b94
Compare
Choose a tag to compare

Notable changes since latest published release

  • filtering of active diagnostic charts
  • frontend bugfix: <meter> should not initialise at 100%
  • frontend feature: <dynamicbuttongroup>, <qrcode> added
  • major backend update: HTTP and WebSocket server TCP port usage unified

Pull request log

  • Fix nodename hoisting in #220
  • Feat add lighting control in #222
  • bugfix_div_element_not_closed in #226
  • Filtering of active diagnostic charts in #228
  • QR code support in #229
  • Bugfix use on insteadof find in #231
  • bugfix: #237 timers could become orphaned in #238
  • Issue #234 - "showevent" attribute with in #236
  • relates to <lighting> in #247
  • bugfix: preset colours update when feedback "wired" in #248
  • commit correction in #249
  • Meter should not initialise at 100% in #251
  • Feat dynamic buttons in #254
  • PR for combining of HTTP and WebSocket ports in #263
  • Allow use of relative URIs in #265

Full code changelog: v2.2.1.468...v2.2.1.493

More

  • Uptime can be inaccurate in #269
  • Issue240 logging in #270
  • Bugfix duplicated interfaces in #272
  • PR for issue #276 in #277
  • bugfix #289 in #290
  • PR for #282: does not respect "showevent" attribute in #291
  • PR for #285 and #285: updates in #292
  • updates from automaticau in #299
  • Branch bugfix-showevent-on-row in #300
  • JWT convenience dependencies (discussion #297) in #306
  • Fix for #303 special characters break log in #309
  • Fix for #192 in #310
  • Bugfix button within status block in #307

Full Changelog: v2.2.1.493...v2.2.1.508

v2.2.1.493

22 Nov 10:09
8f57707
Compare
Choose a tag to compare
v2.2.1.493 Pre-release
Pre-release

TEMPORARILY PULLED DOWN

Notable changes since latest published release

  • filtering of active diagnostic charts
  • frontend bugfix: <meter> should not initialise at 100%
  • frontend feature: <dynamicbuttongroup>, <qrcode> added
  • major backend update: HTTP and WebSocket server TCP port usage unified

Pull request log

  • Fix nodename hoisting in #220
  • Feat add lighting control in #222
  • bugfix_div_element_not_closed in #226
  • Filtering of active diagnostic charts in #228
  • QR code support in #229
  • Bugfix use on insteadof find in #231
  • bugfix: #237 timers could become orphaned in #238
  • Issue #234 - "showevent" attribute with in #236
  • relates to <lighting> in #247
  • bugfix: preset colours update when feedback "wired" in #248
  • commit correction in #249
  • Meter should not initialise at 100% in #251
  • Feat dynamic buttons in #254
  • PR for combining of HTTP and WebSocket ports in #263
  • Allow use of relative URIs in #265

Full code changelog: v2.2.1.468...v2.2.1.493

v2.2.1.468

05 Oct 14:01
Compare
Choose a tag to compare
v2.2.1.468 Pre-release
Pre-release
  • feature #214: local-only browsing and navigation update:
    • local-only (self) browsing now default
    • nodel icon to always browse nodel network
    • dynamic host icon browses local-only
    • "Add node here" button only available when local-only browsing

v2.2.1-release448

01 Oct 13:47
Compare
Choose a tag to compare

Official release which includes all updates and bugfixes since last non-development pre-releases

  • Feature #206: managed SSH connections w. instrumentation (see inline Toolkit reference and wiki article)
  • Update #201: @lg >1200px column layouts support
  • Update #205: /diagnostics.xml tidy up
  • Several minor updates and bugfixes

v2.2.1-release438

05 Mar 05:44
Compare
Choose a tag to compare

Official release which includes all updates and bugfixes since last non-development pre-releases

  • Bugfix #152: bindings left un-'registered' can cause a cleanup failure
  • Feature: Load Frontend UI by default on Frontend nodes
  • Fix: Button text overflow in main interface

v2.2.1.433

25 Jan 03:19
Compare
Choose a tag to compare
v2.2.1.433 Pre-release
Pre-release

Includes Frontend updates since last v2.2 dev release:

  • Status blocks don't require an event arg <status>No "Event=" Required</status> (they won't generate an "Unknown" value).
  • Specify the size of titles <title size='6'>Frontend</title> values from 1(largest) to 6(smallest).
  • Add support for subtitles <subtitle>Frontend</subtitle>.

bugfixes incl.:

  • #168 Log overlapping Actions & Signals layout issue on smaller displays.
  • #191 Blank args in Actions & Signals
  • #195 Right-click and ctrl-click for "open in new-tab" when switching UIs.
  • #185 Re-introduce support for sliders.
  • #193 Node-list not updating when idle.

v2.2.1.425

07 Jul 03:09
Compare
Choose a tag to compare
v2.2.1.425 Pre-release
Pre-release

Includes updates since last v2.2 dev release, these noteworthy:

  • update #188: UI performance overhaul incl.:
    • use hosticon as favicon
    • bindings filter
    • ...
  • script feature #183: .addEmitFilter and .addCallFilter
  • bugfixes incl.:
    • #178 Copy-n-paste into console
    • remote event arg persisting
    • deeply nested comments in names
    • ...

v2.2.1.415-dev

25 May 05:46
Compare
Choose a tag to compare
v2.2.1.415-dev Pre-release
Pre-release

Includes updates since last v2.2 dev release, these noteworthy:

  • #167: more automatic entry-points i.e. anything starting with ingredient... .py, custom... .py (in that order, then alphabetical)
  • #171: on-the-fly compilation of ProcessSandbox, means it's never missed (Windows)
  • #175: node name templates, e.g. $HOSTNAME Computer ($MAC) or ... Display (S/N ${SERIAL NUMBER})

v2.2.1.403-dev

25 Feb 04:25
Compare
Choose a tag to compare
v2.2.1.403-dev Pre-release
Pre-release

Minor updates since last v2.2 dev release

  • Update #168: improvement handling huge node lists (>2500)

v2.2.1.398-dev

05 Feb 00:30
Compare
Choose a tag to compare
v2.2.1.398-dev Pre-release
Pre-release

This pre-release of v2.2 covers a major update to the built-in Nodel frontend parts only

  • Little or no backend code affected so existing installations should be compatible, but tests recommended.
  • We encourage this version for new installations.

For previous stable major release, see v2.1.1-release391 release page.

Feedback welcome. Please see, update or add to Nodel Frontend Update related issues.

Minor updates since last release

  • allow SVG upload; download improved
  • join=... support for Frontend elements (shorthand for action=... event=...)