Skip to content

Commit 58f1bc6

Browse files
authored
Merge pull request #64 from A3S-Lab/release/0.10.14-live-preview-pdf-20260729
release: prepare a3s 0.10.14
2 parents f11508d + 969e8dc commit 58f1bc6

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: false
1616
env:
1717
# Immutable commit in A3S-Lab/a3s containing the Web workspace sources.
18-
A3S_WEB_SOURCE_REF: f5db7e68b5e91d21b5c0fbe003aae92b3d4efb75
18+
A3S_WEB_SOURCE_REF: 996c707e95ff87d9907c7d0901c7cf4714bd1e58
1919
# Exact companion prerequisite; preflight rejects an absent or incomplete release.
2020
A3S_WEBVIEW_VERSION: 0.1.5
2121
A3S_CODE_CORE_VERSION: 6.5.2

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.14] - 2026-07-29
11+
12+
### Fixed
13+
14+
- Kept PDF artifacts at the full Live Preview panel height by propagating the
15+
definite document height through the EmbedPDF renderer chain instead of
16+
collapsing the page viewport to its toolbar.
17+
1018
## [0.10.13] - 2026-07-28
1119

1220
### Changed

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a3s"
3-
version = "0.10.13"
3+
version = "0.10.14"
44
edition = "2021"
55
description = "a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI"
66
license = "MIT"

0 commit comments

Comments
 (0)