Releases: museumsvictoria/nodel
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)
v2.2.1.398-dev
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 foraction=... event=...
)