From 57d1c55c8c08f003088417e5b195440a4a1ec1c1 Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:01:18 +0000 Subject: [PATCH] Changed block of text into a bullet point list --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7ef71e67..a112b267 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,14 @@ Or download the latest APK from the [Releases Section](https://github.com/XilinJ ## Version 4 -Some drastic changes are made in the project since version 4.0. -There is now a whole new interface of the Subscriptions page showing only the feeds with tags as filters, no longer having tags as folders in the page. -And the default page of the app is changed to the Subscriptions page. -Feed list are no longer shown in the drawer. Access to statistics is in the drawer. -Alongside, the Home, Echo and Inbox pages are removed from the project. -OnlineFeedView activity is stripped down to only receive externally shared feeds. -Also, viewbindings are enabled for most views, the project becomes mono-modular, containing only the app module. +Some drastic changes are made in the project since version 4.0: +- A whole new interface of the Subscriptions page showing only the feeds with tags as filters, no longer having tags as folders in the page. +- Subscriptions is now the default page. +- Feed list are no longer shown in the drawer. +- Access to statistics is in the drawer. +- Home, Echo and Inbox pages are removed from the project. +- `OnlineFeedView` activity is stripped down to only receive externally shared feeds. +- Viewbindings are enabled for most views, the project becomes mono-modular, containing only the app module. Even so, the database remains backward compatible, and AntennaPod's db can be easily imported.