All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- None. Please feel free to submit an issue via GitHub if you find anything.
- Compatibility with MeshCentral > 0.9.7
- Detect PowerShell major version <= 2 and disable periodic updates for endpoint (requires 3+)
- Add more reliable tmp file tracking and cleanup
- Cleanup console messages for non-windows clients
- Update Mongo call from count() (deprecated) to countDocuments()
- Update plugin hook call to be compatible with 0.4.6-p+
- Safety check the existence of the plugin page for non-windows devices (was producing an error in javascript)
- Config Comparisons failing for NeDB users fixed
- Saving event log configuration sets for NeDB users no longer breaks
- Config set reverting to "Default" after update with MongoDB (now stays current value)
- Better support for plugin tabs (tab now does not display for non-Windows devices)
- Plugin was rewriting entire plugin-designated area. Made it more "plugin friendly".
- Upon upgrading from 0.0.12 to 0.0.13, history entries were lost. They are now brought back.
- Admin interface
- Ability to create different event log collection sets and assign them to nodes/meshes
- Support for MeshCentral GUI plugin installation / upgrades
- The way event types are stored in the database. Now Integer (e.g. 3), was String (e.g. "Info")
- Striping when filtering and changing log types
- MongoDB support (prior versions were NeDB only)
- Endpoints now start polling for event log data and transmitting back to the server immediately, without having to view the device in the web UI first.
- Sort order / striping issue after filtering event logs
- Only open relay for live logs to nodes that are online
- Ability to filter event logs via text search
- Ability to view historical events (when collected from endpoints)
- Updated styles for better readability and navigation.
- New tab for event log history (if enabled on the endpoints). Currently a placeholder but will be added to output soon.
- Live event logs weren't pulling from endpoints since MeshCentral 0.4.2-l due to new security. This has been fixed.
- Switching from one device to another caused live event data not to load for that device. Next device viewed would work as expected. This should be consistent now.
- Periodic log poller for each endpoint. Submits event log data to server to be parsed and stored.
- Added Changelog to project
- Event log querier (Powershell) to have better support for multiple logs (types/names), errant data, and transportation of data.
- New UI in Plugins subsection
- Released initial version