Skip to content

v1.2.13 - Fix LAN connection, Google Tasks ordering and due dates

Choose a tag to compare

@LVEVAN LVEVAN released this 21 Aug 03:43
· 6 commits to main since this release

Fixes

Local network connection. If the Host field had a port typed into it, or ended with a slash, the plugin built a malformed address and threw the request away before it ever left the device. The server log stayed completely empty, making it look like the plugin was not trying at all. The Host field is now cleaned up before use.

An https:// address with no port is also now left on 443 instead of having the LAN port appended, which is the correct behaviour for a tunnel or reverse proxy.

New Google Tasks landing at the top. Google Tasks adds a new task to the top of the list unless told otherwise. New tasks are now appended to the bottom.

Due date errors. A 404 while setting a due date now says plainly that the server needs updating, instead of showing a bare status code.

Also

  • Removed the checkbox diagnostic text from the sync summary.
  • Stroke reads now run in parallel, which speeds up sync on pages with a lot of handwriting.

Note

The task ordering and due date fixes are server-side. Pull the latest code for your server and restart it, a reboot alone will keep running the old code.