Skip to content

Commit 56a2607

Browse files
committed
docs: 0.13.1を翻訳
1 parent 370541c commit 56a2607

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

docs/changelog/0.13.1.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
---
22
title: 0.13.1
3-
description: Changes in Typst 0.13.1
3+
description: Typst 0.13.1の変更点
44
---
55

6-
# Version 0.13.1 (March 7, 2025)
6+
# バージョン0.13.1(2025年3月7日)
77

8-
## Command Line Interface
9-
- Fixed high CPU usage for `typst watch` on Linux. Depending on the project
10-
size, CPU usage would spike for varying amounts of time. This bug appeared
11-
with 0.13.0 due to a behavioral change in the inotify file watching backend.
8+
## コマンドラインインターフェース
9+
- Linuxにおける`typst watch`の高いCPU使用率を修正しました。プロジェクトの規模によっては、CPU使用率が一時的に急上昇することがありました。この不具合は、inotifyファイル監視バックエンドの動作変更により、0.13.0から発生していました。
1210

13-
## HTML export
14-
- Fixed export of tables with [gutters]($table.gutter)
15-
- Fixed usage of `<html>` and `<body>` element within [context]($context)
16-
- Fixed querying of [metadata]($metadata) next to `<html>` and `<body>` element
11+
## HTMLエクスポート
12+
- [罫間]($table.gutter)を含むテーブルのエクスポートを修正しました
13+
- [コンテキスト]($context)内で`<html>`および`<body>`要素を使用した際の動作を修正しました
14+
- `<html>`および`<body>`要素の隣で[メタデータ]($metadata)を参照した際の動作を修正しました
1715

18-
## Visualization
19-
- Fixed [curves]($curve) with multiple non-closed components
16+
## 視覚化
17+
- 複数の閉じていないコンポーネントを持つ[曲線]($curve)の動作を修正しました
2018

21-
## Introspection
22-
- Fixed a regression where labelled [symbols]($symbol) could not be
23-
[queried]($query) by label
19+
## 内省
20+
- ラベル付き[記号]($symbol)がラベルで[検索]($query)できなくなる不具合を修正しました
2421

25-
## Deprecations
26-
- Fixed false positives in deprecation warnings for type/str comparisons
22+
## 非推奨
23+
- 型と文字列の比較に関する非推奨警告の誤検出を修正しました
2724

28-
## Contributors
25+
## 貢献者
2926
<contributors from="v0.13.0" to="v0.13.1" />

0 commit comments

Comments
 (0)