Skip to content

Commit b72a4ca

Browse files
committed
refac
1 parent 2d9f5b9 commit b72a4ca

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.12] - 2026-07-21
9+
10+
### Added
11+
12+
- πŸ“± **Unsaved file edits now get a proper warning.** Closing an edited file tab now shows Computer's own confirmation dialog, so mobile users and desktop users can choose to keep editing or close without saving.
13+
- πŸŽ›οΈ **Browser streaming now has an encoder setting.** Admins can leave streaming on Auto, force hardware encoding, or force software encoding from Admin > Web > Streaming quality > Advanced.
14+
15+
### Changed
16+
17+
- 🌍 **More of Computer is translated.** Admin screens, chat controls, diff settings, file editor labels, skill controls, and planning prompts now use the same language as the rest of the app across all supported languages.
18+
- πŸ“œ **The license is clearer for hosted use.** The old multi-tenant hosting restriction was removed while the attribution requirements remain in place.
19+
20+
### Fixed
21+
22+
- 🌐 **Browser tabs work on servers without video hardware.** Streaming now defaults to Auto, so headless servers, virtual machines, and other GPU-light hosts can fall back to software encoding instead of failing to open the browser stream.
23+
- πŸ€– **Claude Code appears when it comes from the Claude desktop app.** If Claude Code was installed through Claude desktop on macOS or Windows, Computer can now find it automatically and show it as an available coding agent.
24+
825
## [0.9.11] - 2026-07-19
926

1027
### Added

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cptr"
3-
version = "0.9.11"
3+
version = "0.9.12"
44
description = "Your computer, from anywhere. Code, manage, and control your machine from the web."
55
license = {file = "LICENSE"}
66
readme = "README.md"

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)