You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable action buttons (move and delete) after adding a new control curve. This prevents the editor from
crashing when no item is selected in the widget (#202)
If the model has changes and is reloaded, two save prompts used to be displayed (#212)
When user clicks on a searched item in the global search, no action is triggered (#214)
Scroll with the mouse wheel was too slow in the panel used to add new nodes and shapes (#216)
The list of model parameters are now alphabetically sorted in the UI dropdown menus (#205)
To improve user experience dialogs are automatically closed after a form is saved (#208)
Added
Added ability to clone a node from the schematic. By right-clicking on a node and pressing "Clone" the node and
its model is configuration are cloned. The new node is assigned a random name (#205)
Updated support for pywr to 1.23. The loss_factor in LossLink can now be provided as a parameter (#210)
Users can now double click on a schematic item (node or shape) to edit it (#214)
When selecting a named parameter or recorder from a dropdown, display its configuration in a tooltip (#220)
Double click on a model component (recorder or parameter) to edit it in a list or table widget (#222)
Listen for changes to the JSON file made externally (for example using a text editor). If there are any, the
editor will be reloaded to include the new changes (#224)