Skip to content

v1.7.2

Choose a tag to compare

@Darknetzz Darknetzz released this 17 Jun 20:07
· 8 commits to main since this release
a36e0e7

Install

Download jotty-android-1.7.2.apk from this release (release-signed when CI secrets are configured).

*Updating from an older -debug.apk or mixed signing? Android may show "App not installed" — uninstall once, then install this APK. Your Jotty server data is unchanged.

Full changelog: https://github.com/Darknetzz/jotty-android/blob/v1.7.2/CHANGELOG.md


Fixed

  • Visual editor save mangling HTML — Saving an encrypted note from the WYSIWYG editor no longer stores literal \u003C / \u003E instead of < / >; evaluateJavascript results are fully JSON-decoded before encrypt. Notes already saved with escaped HTML display correctly after decrypt and can be re-saved to repair the server copy.