chore: bump version to 0.11.1, update changelog

This commit is contained in:
Timothy Jaeryang Baek 2026-03-09 17:56:54 -05:00
parent 18b3bc941d
commit b503b97c19
2 changed files with 11 additions and 1 deletions

View file

@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [0.11.1] - 2026-03-09
### Fixed
- 🐛 **Multi-user file operations** — all file endpoints (list, read, view, display, replace, grep, glob, upload) now correctly run as the provisioned user. Previously only write/delete/move were handled, causing `PermissionError` on reads in user home directories.
### Changed
- ♻️ **UserFS abstraction** (`open_terminal/utils/fs.py`) — unified filesystem interface that transparently routes I/O through `sudo -u` in multi-user mode. Endpoints receive a `UserFS` instance via dependency injection and no longer branch on mode. Replaces per-endpoint sudo wrappers.
## [0.11.0] - 2026-03-09
### Added

View file

@ -1,6 +1,6 @@
[project]
name = "open-terminal"
version = "0.11.0"
version = "0.11.1"
description = "A remote terminal API."
readme = "README.md"
authors = [