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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Folder Tree View Added to File Manager: The browsed folder tree is now optionally available in the file manager (default: enabled).
File Upload Feedback Added: When a file is uploaded, all file manager windows are notified if the new file matches the current directory (reactive update).
Significant Protocol Improvements: While not directly visible in the compiled version, the underlying code has been greatly enhanced. OptiX command dispatching is now handled generically, and command/response serialization and deserialization are partially automated using Delphi RTTI for most basic object and property types. This considerably reduces the time required to implement new commands and responses, minimizes potential implementation errors, and makes the project much easier to expand.