Releases: museumsvictoria/nodel
Releases · museumsvictoria/nodel
v2.2.1.519
What's Changed
- build: update to Gradle 7.6.4 (prev. 5.6.4) by @scroix in #313
- feature: Re-introduce unit testing to framework by @scroix in #322
- build: update Node.js to 20.12.0 for ARM64 support by @scroix in #321
- bug #326: node init functions adjusted to 60s allowance; warning message simplified by @justparking in #327
- bug #331: HTTP client proxy value incorrectly parsed, added extra doco by @justparking in #332
- Misc UI bug fixes by @mcartmel in #335
- #344: PATCH HTTP method unnecessarily excluded, support for non-standard methods by @justparking in #345
- Update README to clarify preferred JRE by @scroix in #347
- bug #325: Fix print output in @at_cleanup functions not appearing in node console by @scroix in #343
- bug #329: Fix handling of quotes in process sandbox arguments by @scroix in #330
Full Changelog: v2.2.1.508...v2.2.1.519
v2.2.1.508
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
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
- 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
Official release which includes all updates and bugfixes since last non-development pre-releases
v2.2.1-release438
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
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.:
v2.2.1.425
Includes updates since last v2.2 dev release, these noteworthy:
v2.2.1.415-dev
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
Minor updates since last v2.2 dev release
- Update #168: improvement handling huge node lists (>2500)