From edf1234b53ec299c45a76800f17564935e863fb3 Mon Sep 17 00:00:00 2001 From: Ilyas Hallak Date: Thu, 24 Jul 2025 00:11:41 +0200 Subject: [PATCH] updated readme --- CHANGELOG.md | 1 + Localizable.xcstrings | 33 ------------------------------- README.md | 3 ++- readeck.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 5 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6462e5c..307c02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All changes to this project will be documented in this file. - Article View with Reading Time and Word Count - Search functionality - Support for tags +- Support for reading progress ## [Unreleased] ### Planned Features diff --git a/Localizable.xcstrings b/Localizable.xcstrings index d3fd111..b4211b9 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -25,9 +25,6 @@ }, "%lld min" : { - }, - "%lld minutes" : { - }, "%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." : { - }, - "Automatic sync" : { - - }, - "Automatically mark articles as read" : { - }, "Cancel" : { - }, - "Clear cache" : { - }, "Clipboard" : { @@ -97,9 +85,6 @@ }, "Current labels" : { - }, - "Data Management" : { - }, "Delete" : { @@ -214,9 +199,6 @@ }, "OK" : { - }, - "Open external links in in-app Safari" : { - }, "Optional: Custom title" : { @@ -257,27 +239,18 @@ } } } - }, - "Reading Settings" : { - }, "Remove" : { }, "Required" : { - }, - "Reset settings" : { - }, "Restore" : { }, "Resume listening" : { - }, - "Safari Reader Mode" : { - }, "Save bookmark" : { @@ -311,12 +284,6 @@ }, "Suche..." : { - }, - "Sync interval" : { - - }, - "Sync Settings" : { - }, "Theme" : { diff --git a/README.md b/README.md index 0277684..dfb266c 100644 --- a/README.md +++ b/README.md @@ -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. -## Features +## Core Features - Browse and manage bookmarks (All, Unread, Favorites, Archive, Article, Videos, Pictures) - 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 - Article View with Reading Time and Word Count - Search functionality +- Support for reading progress ## Configuration diff --git a/readeck.xcodeproj/project.pbxproj b/readeck.xcodeproj/project.pbxproj index def67d1..9bb6f9c 100644 --- a/readeck.xcodeproj/project.pbxproj +++ b/readeck.xcodeproj/project.pbxproj @@ -609,7 +609,7 @@ CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 9; + CURRENT_PROJECT_VERSION = 10; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_TEAM = 8J69P655GN; ENABLE_HARDENED_RUNTIME = YES; @@ -653,7 +653,7 @@ CODE_SIGN_ENTITLEMENTS = readeck/readeck.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 9; + CURRENT_PROJECT_VERSION = 10; DEVELOPMENT_ASSET_PATHS = "\"readeck/Preview Content\""; DEVELOPMENT_TEAM = 8J69P655GN; ENABLE_HARDENED_RUNTIME = YES;