Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,6 @@
#
# Tag is `cli/v*`, not a bare `v*`: this repo ships four surfaces and has no
# tags yet, so a bare prefix would become ambiguous the moment a second one does.
name: release-cli.yml
# Environment: crates-io
# Before step 2 is done, this workflow's OIDC token exchange is refused.
#
# The environment field must say `crates-io`, not be left blank. This block
# said blank while the job below declares `environment: crates-io`, and the
# two cannot both be right: a job that declares an environment puts an
# `environment` claim in the OIDC token, and crates.io matches the whole
# claim set. A publisher registered with a blank environment rejects a token
# that carries one.
#
# Step 1 has already happened: monocr-cli 0.1.0 was published by hand on
# 2026-09-03. So the FIRST tag this workflow can succeed on is a version
# above 0.1.0 — crates.io refuses a duplicate, and the gate below refuses a
# tag that disagrees with Cargo.toml. Bump the version, then tag.
#
# The tag is namespaced `cli/v*` rather than a bare `v*` even though this is
# the only thing this monorepo currently publishes: the repository has zero
# git tags today across four shipped surfaces (web, iOS, Android, CLI), and a
# bare `v*` would become ambiguous the moment any of the others gets one.
name: release-cli

on:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Built and maintained by the Mon developer community.
## Live

- **Web**: [ocr.mondevhub.com](https://ocr.mondevhub.com)
- **Android**: [Google Play](https://play.google.com/store/apps/details?id=dev.janakhpon.monocr)
- **iOS**: [App Store](https://apps.apple.com/app/monocr) *(pending review)*
- **Android**: not yet on Google Play — build from [`apps/android`](apps/android)
- **iOS**: not yet on the App Store — build from [`apps/ios`](apps/ios)

## Samples

Expand Down
4 changes: 2 additions & 2 deletions README.mnw.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MonOCR ဝွံ ဒှ်ပရဝ်ဂျေသူ မလ္ပကၠော
## Live

- **Web**: [ocr.mondevhub.com](https://ocr.mondevhub.com)
- **Android**: [Google Play](https://play.google.com/store/apps/details?id=dev.janakhpon.monocr)
- **iOS**: [App Store](https://apps.apple.com/app/monocr) *(ပြန်လည်စစ်ဆေးဆဲ)*
- **Android**: Google Play
- **iOS**: App Store *(ပြန်လည်စစ်ဆေးဆဲ)*

---

Expand Down
4 changes: 2 additions & 2 deletions README.my.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ MonOCR သည် မွန်အက္ခရာ ပုံရိပ်ကို
## Live

- **Web**: [ocr.mondevhub.com](https://ocr.mondevhub.com)
- **Android**: [Google Play](https://play.google.com/store/apps/details?id=dev.janakhpon.monocr)
- **iOS**: [App Store](https://apps.apple.com/app/monocr) *(ပြန်လည်စစ်ဆေးဆဲ)*
- **Android**: Google Play
- **iOS**: App Store *(ပြန်လည်စစ်ဆေးဆဲ)*

---

Expand Down
4 changes: 2 additions & 2 deletions apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ apps/web/
MonOCR is a unified cross-platform ecosystem designed for parity and performance:

- **[MonOCR Web](https://ocr.mondevhub.com)**: (This Repository) Privacy-first in-browser OCR.
- **[MonOCR Android](https://github.com/MonDevHub/ocr-android)**: Native Jetpack Compose app with Material 3.
- **[MonOCR iOS](https://github.com/MonDevHub/ocr-ios)**: Native SwiftUI app with SwiftData persistence.
- **[MonOCR Android](../android)**: Native Jetpack Compose app with Material 3.
- **[MonOCR iOS](../ios)**: Native SwiftUI app with SwiftData persistence.

## Development

Expand Down
Loading