Skip to content

Commit

Permalink
Add v0.4.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodelabre committed Apr 23, 2021
1 parent 209be2a commit 175d53c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.4.0

- Add reMarkable 2 support (depends on [remarkable2-framebuffer]((https://github.com/ddvk/remarkable2-framebuffer))).
- Tolerate server resolutions differing from 1404x1872 or 1404x1872.
- The server image is cropped to fit in the screen.
- Add `vnsee-gui` script to start VNSee from a GUI.
- This is a [simple](https://rmkit.dev/apps/sas) script.

## v0.3.1

- Fix compatibility with TigerVNC.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ To remove VNSee, run `opkg remove vnsee`.

You can also install this program manually.
Download the latest build from the [releases page](https://github.com/matteodelabre/vnsee/releases) (or build the software yourself by following the [build guide](docs/build.md)), then copy the `vnsee` and `vnsee-gui` executables to the tablet [using SSH](https://remarkablewiki.com/tech/ssh).
To run `vnsee-gui`, you’ll also need to install [simple](https://github.com/rmkit-dev/rmkit/tree/master/src/simple) and, optionally, [nmap](https://nmap.org/book/install.html).
If you’re using a reMarkable 2, you’ll need to setup the [remarkable2-framebuffer](https://github.com/ddvk/remarkable2-framebuffer) before proceeding.
To run `vnsee-gui`, you’ll also need to install [simple](https://rmkit.dev/apps/sas) and, optionally, [nmap](https://nmap.org/book/install.html).

This VNC client is compatible with all VNC servers that are capable of sending pixels in the RGB565 format.
It has been successfully tested with [x11vnc](https://github.com/LibVNC/x11vnc) and [TigerVNC](https://github.com/TigerVNC/tigervnc).
Expand Down Expand Up @@ -84,7 +85,7 @@ Activity on the touchscreen will be translated to mouse interactions following t
<td align="center">
<img src="media/button-home.svg" width="200" alt=""><br>
<strong>Home button</strong><br>
Force refresh
Force refresh (rM1 only)
</td>
<td align="center">
<img src="media/button-power.svg" width="200" alt=""><br>
Expand Down

0 comments on commit 175d53c

Please sign in to comment.