这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: cirruslabs/tart

Tags

2.22.4

Toggle 2.22.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update FAQ.md (#979)

* Update FAQ.md

* Update docs/faq.md

Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>

---------

Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>

2.22.3

Toggle 2.22.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fetcher: re-use URLSession (#976)

Otherwise we start to periodically get RST's from GitHub, possibly
because of too many connection opens, which has an effect of cancelling
previously received bytes.

These RST's can be observed in tcpdump/Wireshark or Console, emitted
from the libusrtcp.dylib library, com.apple.network subsystem, for the
Tart process:

>tcp_input [C59.1.1.1:3] flags=[R] seq=1805021659, ack=0, win=0 state=CLOSED rcv_nxt=1805021659, snd_una=1752355607

You can also observe the "Received Bytes" in "Activity Monitor" for
the Tart process while pulling ghcr.io/cirruslabs/macos-runner:sequoia,
and this value will periodically decrease.

2.22.2

Toggle 2.22.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fetcher: avoid response deadlock (#975)

2.22.0

Toggle 2.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tart clone: only reclaim unallocated bytes (#973)

2.21.0

Toggle 2.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tart set: support --{,no-}display-auto-reconfigure (#954)

* tart set: support --{,no-}display-auto-reconfigure

* Remove extraneous spaces

* displayAutoReconfigure → displayRefit

2.20.2

Toggle 2.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tart run: do not remove "Edit" menu as its not present anymore (#946)

2.20.1

Toggle 2.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set application category (#940)

Was looking into performance and was wondering about Game Mode on Sonoma.

This change is unrelated. Just found they have a category for tools like Tart.

2.20.0

Toggle 2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`tart run --nested` to enable nested virtualization when available (#938

)

Only works for Linux VMs under Sequoia hosts.

Fixes #933
Fixes #701

2.19.3

Toggle 2.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Linux VMs: do not use NVMe storage device (#932)

2.19.2

Toggle 2.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed plist file in version update (#927)