Nodel Versions Save

A digital media control system for museums and galleries

v2.2.1.508

3 weeks ago

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

Full code changelog: https://github.com/museumsvictoria/nodel/compare/v2.2.1.468...v2.2.1.493

More

Full Changelog: https://github.com/museumsvictoria/nodel/compare/v2.2.1.493...v2.2.1.508

v2.2.1.493

1 year ago

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

Full code changelog: https://github.com/museumsvictoria/nodel/compare/v2.2.1.468...v2.2.1.493

v2.2.1.468

2 years ago
  • 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.448

2 years ago

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

3 years ago

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

3 years ago

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

3 years ago

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

3 years ago

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

4 years ago

Minor updates since last v2.2 dev release

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

v2.2.1.398-dev

4 years ago

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=...)