Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for previewing images in room scrollback #108

Merged
merged 2 commits into from
Nov 16, 2023

Commits on Nov 13, 2023

  1. Image previews

    Additionally to enable the preview feature, one must add it to
    config.json:
    ```json
        "image_preview": {}
    ```
    See documentation for additional settings - they shouldn't be necessary
    in most cases.
    
    A feature flag for sixel support is added.
    
    Windows is basically unsupported, but it is possible to force the
    feature to use half-blocks, if the `protocol` option is set with `type`
    and `font_size`.
    benjajaja committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d2cc428 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    164503b View commit details
    Browse the repository at this point in the history