Releases: jasperdekeuk/PLCsim-Advanced-Manager
Releases · jasperdekeuk/PLCsim-Advanced-Manager
0.1.2
0.1.1
Features
- Add a settings tab in the instance view. It is now possible to enable "Register On Startup" and "Power On Startup". When this is enabled the instance will be registered or started when the manager exe is started.
- Add a persistence.json file in the manager folder to store the settings.
0.1.0
This is a major update with some new features and improvements, mainly for the UI.
The single page approach was getting too cluttered.
The UI now has a navigation panel and dedicate pages for every instance and the settings.
Changes
- Add controler name to overview table
- IP settings dialog now has tabs for every interface
- BREAKING: snapshots are now stored in the folder
/Manager/Snapshots
instead of/Snapshots
. If you have created snapshots in the previous version, you can manually create the folder and move them.
Features
- Logs (e.g. start/stop/ new download) of instances are collected and shown in the UI
- Navigation menu
- Dedicated page for each instance (click on the instance or open the navigation panel on the left to get there)
- Dedicated page for settings
- When multiadapter is selected, you can select specific network interfaces for each adapter in the network settings of the instance now
- some more smaller features
Fix
- Data view more stable now
0.0.6
This version is mainly a UI cleanup and small bugfix
Changes
- UI improvement for network settings. This is now a table with interfaces and their settings.
- UI improvement for the storage dialog
- Add timestamp to snapshots overview and order by timestamp
Fix
- Fix bug when snapshot folder does not exit yet
- Fix storage rename button
- Delete snapshots folder when instance storage is cleaned up
0.0.5
Features
- Add basic options for snapshots (Create/Delete/Rename)
Changes
- Set colors to network buttons
- Change network option to chips
0.0.4
Changes
- Add icons to status
Features
- Add basic options for storage (Rename/Delete/Duplicate/Register)
0.0.3
Fix
- Improve speed of Network config dialog
- No longer crashes on creating new instance when default path does not exist yet
- No longer crashes when trying to create more instances than PLCsim Advanced max allows
Changes
- Use Chips for instance status
- Increase update frequency of dataview
Features
- Add instance status to dataview page
- Network mode now settable via network settings
- Switch binding settable in network settings
0.0.2
Features
- Button to check for updates
- Status of PLC in overview
- Interface mapping: every interface can be mapped to a network interface
Fix
- Fixed the bug when an instance name was given of an instance that already exits
Changes
- Moved notifications to bottom right
0.0.1
Added
- Manage plc's from a single page
- Monitor and manipulate variables from the PLC