Skip to content

Commit a6df8ee

Browse files
committed
Readme update
1 parent 3dea1ff commit a6df8ee

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

Assets/sponsored_embarcadero.png

77.2 KB
Loading

Assets/sshot-8.png

-211 KB
Loading

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ The programming language used in this project is Delphi. In recent years, Embarc
2222

2323
Finally, Optix is a reference to an old Remote Access Trojan of the same name from the early 2000s, and the program's logo is also a direct reference to it. The connection is a tribute, which is a recurring theme in many of my projects.
2424

25+
---
26+
27+
![Sponsored by Embarcadero](assets/sponsored_embarcadero.png)
28+
29+
Optix Gate is proudly sponsored by Embarcadero, the company behind Delphi / C++ Builder and many other groundbreaking developer tools. I'm deeply grateful for their invaluable support, which makes this open-source project possible.
30+
31+
Although Optix Gate is developed using the latest professional version of Delphi (currently `13`), it has been designed to work seamlessly with the latest Community Edition (CE), which is completely free. You can download and install Delphi CE at no cost [here](https://www.embarcadero.com/products/delphi/starter/free-download).
32+
33+
---
34+
2535
## Key Features
2636

2737
* Multi-threaded and parallelized environment for managing multiple clients simultaneously
@@ -212,6 +222,12 @@ Stability is my top priority; new features come second.
212222

213223
## Changelogs
214224

225+
### 1.1.0 (Sept 2025)
226+
227+
* **Folder Tree View Added to File Manager:** The browsed folder tree is now optionally available in the file manager (default: enabled).
228+
* **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).
229+
* **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 the power of 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.
230+
215231
### 1.0.0 (Sept 2025)
216232

217233
* **Column sorting:** Improved data navigation with sortable columns.

0 commit comments

Comments
 (0)