1.3 KiB
1.3 KiB
Change Log
Formatting: Keep a Changelog, Semantic Versioning
[2.0.0] - 2024-1-24
Added
- A changelog
- Faster model loading by hooking the model dropdown and immediately sending sync requests
- Popups in UI to lessen the need to check the status tab
- A debug option for resetting error correction at runtime
- Experimental "Pixel Cap" setting under worker config UI tab for limiting pixels allocated to a given worker
Changed
- From a selectable script to an AlwaysOn style extension
- Thin-client mode will lack function for now
- Renamed main extension file from
extension.py->distributed.pyto help with config grouping - The log file (
distributed.log) will max out at a size of 10MB and rotate over - All relevant UI components are returned by ui() which has implications for API usage
Fixed
- Connection check ping not always being sent on startup
- Old issue where benchmarking could become inaccurate due to models not being loaded on every machine #11
- Worker randomly disconnecting when under high load due to handling a previous request
Removed
- Certain superfluous warnings in logs related to third party extensions