I noticed that the latest version of the plantuml jar I can download for local rendering is 1.2026.1, while the online server is running 1.2026.beta3.
When creating an activity diagram the non beta version wants this:
#green:Test;
The beta version wants this:
:Test;<<#lawngreen>>
Each of the server versions will not accept the alternative, beta3 produces a warning, 1.2026.1 creates an error.
I was trying to share a diagram with my team and saw unexpected output.
Could the version running on the online server be available for download to retain portability?