diff --git a/CLAUDE.md b/CLAUDE.md index d6dcb37..d82303c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -13,7 +13,7 @@ macOS experimental; Linux unsupported. ## Distribution and Updates -- **Microsoft Store** (in certification) — automatic updates after approval. +- **Microsoft Store** (live) — automatic updates through the Store. - **GitHub MSIX** — advanced users, unsigned, requires Developer Mode for sideloading. - **Legacy Setup.exe** — manual recovery only. - The app detects updates via GitHub API (opens browser). It never downloads or runs installers. diff --git a/PRIVACY.md b/PRIVACY.md index 900ed33..46f32ee 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -5,7 +5,7 @@ **Effective date:** June 18, 2026 See the rendered policy at: -**[https://sparshsam.github.io/pdfreader-by-sparsh/privacy/](https://sparshsam.github.io/pdfreader-by-sparsh/privacy/)** +**[https://sparshsam.github.io/openreader/privacy/](https://sparshsam.github.io/openreader/privacy/)** --- @@ -33,4 +33,4 @@ No third-party analytics or tracking SDKs are embedded. The only external servic ## Contact -Open an issue on the [GitHub repository](https://github.com/sparshsam/pdfreader-by-sparsh). +Open an issue on the [GitHub repository](https://github.com/sparshsam/openreader). diff --git a/README.md b/README.md index 138e727..26fc06b 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@
@@ -34,13 +34,13 @@ Use OpenReader directly, from scripts, or through AI agents. ### Microsoft Store (Recommended) -The Store submission is in certification. Once approved, install with one click — automatic updates included. +OpenReader is **live in the Microsoft Store**. -*Store link will appear here after certification.* +**Recommended:** Install [OpenReader by Sparsh on Microsoft Store](https://apps.microsoft.com/detail/9MXDVW2645LL). ### GitHub Releases (Advanced Users) -MSIX packages are available on the [Releases page](https://github.com/sparshsam/pdfreader-by-sparsh/releases). +For advanced users, MSIX packages remain available on the [GitHub Releases page](https://github.com/sparshsam/openreader/releases). | Platform | Package | Notes | |---|---|---| @@ -55,7 +55,7 @@ MSIX packages are available on the [Releases page](https://github.com/sparshsam/ | Platform | Status | |---|---| | Windows 10/11 | Supported | -| Microsoft Store | In certification — recommended after approval | +| Microsoft Store | Live in Microsoft Store | | GitHub MSIX | Advanced users | | macOS Apple Silicon | Experimental | | macOS Intel | Experimental | @@ -237,8 +237,8 @@ dist\OpenReader\ macOS packaged builds are **experimental**. To run from source: ```bash -git clone https://github.com/sparshsam/pdfreader-by-sparsh.git -cd pdfreader-by-sparsh +git clone https://github.com/sparshsam/openreader.git +cd openreader python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt diff --git a/RELEASE.md b/RELEASE.md index 886a1d8..9811c74 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -56,7 +56,7 @@ no separate code-signing certificate is needed. The app's Help → Check for Updates: -1. Calls `https://api.github.com/repos/sparshsam/pdfreader-by-sparsh/releases/latest` +1. Calls `https://api.github.com/repos/sparshsam/openreader/releases/latest` 2. Reads `tag_name` and compares against `__version__` 3. If a newer version exists, shows a dialog with release notes 4. User clicks "Open Releases Page" → browser opens GitHub Releases @@ -83,21 +83,22 @@ After publishing a tag: You can inspect the latest release assets with: ```bash -gh release view --repo sparshsam/pdfreader-by-sparsh --json tagName,assets +gh release view --repo sparshsam/openreader --json tagName,assets ``` Or via the same API used by the app: ```bash -curl https://api.github.com/repos/sparshsam/pdfreader-by-sparsh/releases/latest +curl https://api.github.com/repos/sparshsam/openreader/releases/latest ``` ## MSIX Signing The MSIX package is unsigned for GitHub Release builds. -1. **Microsoft Store** — Submission is in certification. The Store signs the - package automatically with its Store identity. +1. **Microsoft Store** — Live at + [apps.microsoft.com/detail/9MXDVW2645LL](https://apps.microsoft.com/detail/9MXDVW2645LL). + The Store signs the package automatically with its Store identity. 2. **Sideloading** — Unsigned MSIX from GitHub Releases requires Windows Developer Mode. Local test-signing scripts are in `packaging/msix/`. 3. **No self-procured code-signing cert** — The Store handles production signing. diff --git a/SUPPORT.md b/SUPPORT.md index ea88ae0..186b6af 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -44,7 +44,7 @@ If you are using OpenReader v1.0.0 or v1.0.1 on Windows and see this error when **One-time manual recovery** — you need to install v1.0.3 manually, then the updater will work from then on: -1. **Download the installer** from the [v1.0.3 release page](https://github.com/sparshsam/pdfreader-by-sparsh/releases/tag/v1.0.3) — use `OpenReader-Setup.exe`. +1. **Download the installer** from the [v1.0.3 release page](https://github.com/sparshsam/openreader/releases/tag/v1.0.3) — use `OpenReader-Setup.exe`. 2. **Close OpenReader** if it is running (File → Quit, or close the window). 3. **Right-click the installer** and choose **Run as Administrator**. 4. **Install over the existing version** — use the same install location (`C:\Program Files\OpenReader` by default). diff --git a/docs/macos.md b/docs/macos.md index 2ff43c5..8ca61f3 100644 --- a/docs/macos.md +++ b/docs/macos.md @@ -30,8 +30,8 @@ Requirements: Clone and build: ```bash -git clone https://github.com/sparshsam/pdfreader-by-sparsh.git -cd pdfreader-by-sparsh +git clone https://github.com/sparshsam/openreader.git +cd openreader chmod +x scripts/build_macos.sh ./scripts/build_macos.sh ``` diff --git a/docs/privacy/index.html b/docs/privacy/index.html index 5e06340..4e06d47 100644 --- a/docs/privacy/index.html +++ b/docs/privacy/index.html @@ -36,7 +36,7 @@OpenReader makes a single optional network request:
https://api.github.com/repos/sparshsam/pdfreader-by-sparsh/releases/latest
+ https://api.github.com/repos/sparshsam/openreader/releases/latest
to compare the installed version against the latest published release. This request includes no
identifiers, no document data, no telemetry, and no usage statistics.For questions about this privacy policy: open an issue on the -GitHub repository.
+GitHub repository.