Retour aux promos
Ceno Browser

Actualites

Gratuit

Ceno Browser

par EQUALIT.IE ORG

v0.1.2 112 Mo Universel 17+

Description

Share the Web! Ceno is the world's first web browser that gets better with every installation. Offering a common Internet browsing experience, it relies on a peer-to-peer technology to deliver and share websites among all participants.

Ceno is a completely open source browser that doesn’t require registration.

Contact us at support@ceno.app. We love receiving feedback and are continuously improving Ceno for its users!

Ceno is developed by eQualitie

Nouveautés (v0.1.2)

### 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