• 1.3.0 ea44a049ea

    1.3.0 Stable

    kerem released this 2025-10-20 14:19:54 +03:00 | 27 commits to main since this release

    📅 Originally published on GitHub: Mon, 20 Oct 2025 11:21:19 GMT
    🏷️ Git tag created: Mon, 20 Oct 2025 11:19:54 GMT

    The Content Reader feature introduces a new capability that allows users to remotely open and view readable files in a dedicated editor. Currently available for files only, this feature enables instant server-side access to any file, regardless of its size.

    To optimize performance, the remote file is paginated, meaning that only a user-defined portion (chunk) of the file is transmitted and displayed at a time, rather than transferring the entire file. The content is presented as a hexadecimal table, with built-in tools to extract and highlight ANSI and Unicode strings from the streamed data.

    This approach ensures that even very large files can be opened instantly for view-only access, without requiring a full download or local storage.

    This feature has been integrated into the file manager for readable files. You can also manually stream a remote file through a dedicated dialog.

    Finally, this release includes several minor changes and improvements.

    Downloads