From d3f94f003384bd852e8791b1edbd4dd3f0c04903 Mon Sep 17 00:00:00 2001 From: mikifus <2385163+mikifus@users.noreply.github.com> Date: Sun, 3 Sep 2023 15:18:14 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a9bf1b..5902900 100755 --- a/README.md +++ b/README.md @@ -33,9 +33,14 @@ To try your new server create a new pad and choose it. You can make it the defau The user can now share an URL to the app in order to open it. Keep in mind that the host server must be previously added, otherwise the URL will be considered unsafe. ## Current version -1.9 +2.0 + +## +### v2.0 +- Migrated code to Kotlin. +- Implemented AndroidX and Material Design. +- Theme dark/light follows device -## Changelog ### v1.9 - Fixed a vulnerability.