diff --git a/README.md b/README.md index 3e230302..8f09127b 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,13 @@ Material3 Book Reader built with Jetpack Compose and Kotlin. + + ## ✨ Features -- 3 supported file formats(.pdf, .txt, .epub) +- 4 supported file formats(.pdf, .txt, .epub, .fb2) +- Built-in offline translator(only one time download per language) - Categories to organize your Library - Check for app updates on app startup - Anti error protection(you cannot add/update a book if it is not valid) @@ -38,6 +41,8 @@ Material3 Book Reader built with Jetpack Compose and Kotlin. - More.. ## 😵‍💫 Upcoming features +- New file formats +- Custom color presets for Reader - [You tell me!](https://github.com/Acclorite/book-story/labels/enhancement) ## 🌐 Translation diff --git a/assets/Reader Translator.png b/assets/Reader Translator.png new file mode 100644 index 00000000..852647cb Binary files /dev/null and b/assets/Reader Translator.png differ diff --git a/assets/Translator Settings.png b/assets/Translator Settings.png new file mode 100644 index 00000000..eb4deda3 Binary files /dev/null and b/assets/Translator Settings.png differ diff --git a/assets/readme/github_overview.png b/assets/readme/github_overview.png index 24a3b591..a49e80c8 100644 Binary files a/assets/readme/github_overview.png and b/assets/readme/github_overview.png differ