Ceno Browser のアイコン

Ceno Browser

ニュース 最終更新
App Store評価評価なし
品質スコア評価数不足
日本語なし英語
iPhone / iPad 対応 113.1MB 年齢17+

価格履歴

現在は無料です。過去68日間、価格は変わっていません。

アノアプリが独自に収集した価格履歴をもとに分析しています。

買い時判定
通常価格
記録期間
68日
最頻価格
無料
記録上の最安値
無料

価格更新履歴

日付 価格
2026-07-13 無料

ランキング推移

ランキングデータがありません。
ランキング圏内(100位以内)に入ると記録が開始されます。

ニュースのランキングをもっと見る →

ユーザーレビュー (当サイト投稿)

まだレビューがありません。最初のレビューを書いてみましょう。

アプリ更新履歴

Ver 0.2.0 2026-07-24
### Added
- **Extra BitTorrent Bootstraps** picker in Settings → Network Details — lets the user supply additional BitTorrent bootstrap nodes so Ouinet can connect on networks where the default bootstraps are blocked; new `BootstrapPickerView` in `CenoUI` backed by `BootstrapState` in `CenoCore`
- `ExtraBootstrapEnvironment` / `OuinetBootstrapEnvironment` and a `BootstrapProperties.template.plist` resource holding the default bootstrap configuration
- `RemoveSavedOuinetConfIntentProd` — intent that clears the saved Ouinet conf file

### Changed
- Extra bootstraps are now applied via `OuinetConfig` (rather than posted as sources), with the previously saved conf cleared on apply
- Applying extra bootstraps restarts the Ouinet client from the Bootstrap picker so the change takes effect immediately
- Sentry debug logging disabled to reduce log noise
Ver 0.1.2 2026-05-19
### Changed
- Adopted unidirectional data flow (MVI/TCA): a single `ApplicationState` root
holding `@Observable` states replaces the ViewModel layer as the source of truth for the entire UI,
injected into the SwiftUI environment at the scene boundary
- All side effects (browser, bookmark, ouinet, cache operations) are now expressed
as named intents dispatched through `IntentLibrary`, with explicit production
implementations

### Added
- Add toggle for bridge mode in Ceno iOS

### Fixed
- Granular cache-clearing UI — new sheet lets the user choose between clearing
cache only or clearing cache and all app data, replacing the previous
single-option alert
- Opens a new public tab via top-level application intent
- Clear Ceno via top-level application intent
- Show blank URL in address bar when a new tab selected

### Removed
- `BrowserViewModel`, `HomeViewModel`, `BrowserToolbarViewModel`, `SceneViewModel`
— superseded by State/Intent layer
- `BrowserToolbarDelegate` — replaced by Intent dispatch