updated readme

This commit is contained in:
Ilyas Hallak 2025-07-24 00:11:41 +02:00
parent 176885442e
commit edf1234b53
4 changed files with 5 additions and 36 deletions

View File

@ -14,6 +14,7 @@ All changes to this project will be documented in this file.
- Article View with Reading Time and Word Count - Article View with Reading Time and Word Count
- Search functionality - Search functionality
- Support for tags - Support for tags
- Support for reading progress
## [Unreleased] ## [Unreleased]
### Planned Features ### Planned Features

View File

@ -25,9 +25,6 @@
}, },
"%lld min" : { "%lld min" : {
},
"%lld minutes" : {
}, },
"%lld." : { "%lld." : {
@ -76,18 +73,9 @@
}, },
"Are you sure you want to log out? This will delete all your login credentials and return you to setup." : { "Are you sure you want to log out? This will delete all your login credentials and return you to setup." : {
},
"Automatic sync" : {
},
"Automatically mark articles as read" : {
}, },
"Cancel" : { "Cancel" : {
},
"Clear cache" : {
}, },
"Clipboard" : { "Clipboard" : {
@ -97,9 +85,6 @@
}, },
"Current labels" : { "Current labels" : {
},
"Data Management" : {
}, },
"Delete" : { "Delete" : {
@ -214,9 +199,6 @@
}, },
"OK" : { "OK" : {
},
"Open external links in in-app Safari" : {
}, },
"Optional: Custom title" : { "Optional: Custom title" : {
@ -257,27 +239,18 @@
} }
} }
} }
},
"Reading Settings" : {
}, },
"Remove" : { "Remove" : {
}, },
"Required" : { "Required" : {
},
"Reset settings" : {
}, },
"Restore" : { "Restore" : {
}, },
"Resume listening" : { "Resume listening" : {
},
"Safari Reader Mode" : {
}, },
"Save bookmark" : { "Save bookmark" : {
@ -311,12 +284,6 @@
}, },
"Suche..." : { "Suche..." : {
},
"Sync interval" : {
},
"Sync Settings" : {
}, },
"Theme" : { "Theme" : {

View File

@ -24,7 +24,7 @@ Please report any bugs, crashes, or suggestions directly through TestFlight, or
If you are interested in joining the internal beta, please contact me directly at mooonki:matrix.org. If you are interested in joining the internal beta, please contact me directly at mooonki:matrix.org.
## Features ## Core Features
- Browse and manage bookmarks (All, Unread, Favorites, Archive, Article, Videos, Pictures) - Browse and manage bookmarks (All, Unread, Favorites, Archive, Article, Videos, Pictures)
- Share Extension for adding URLs from Safari and other apps - Share Extension for adding URLs from Safari and other apps
@ -34,6 +34,7 @@ If you are interested in joining the internal beta, please contact me directly a
- Font Customization - Font Customization
- Article View with Reading Time and Word Count - Article View with Reading Time and Word Count
- Search functionality - Search functionality
- Support for reading progress
## Configuration ## Configuration

View File

@ -609,7 +609,7 @@
CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9; CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\"";
DEVELOPMENT_TEAM = 8J69P655GN; DEVELOPMENT_TEAM = 8J69P655GN;
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = YES;
@ -653,7 +653,7 @@
CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9; CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\"";
DEVELOPMENT_TEAM = 8J69P655GN; DEVELOPMENT_TEAM = 8J69P655GN;
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = YES;