> For the complete documentation index, see [llms.txt](https://support.audacityteam.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.audacityteam.org/au3/additional-resources/changelog/audacity-3.7.5-3.md).

# Audacity 3.7.8

This is a patch release. It contains the following changes:

* [#10688 ](https://github.com/audacity/audacity/issues/10688)Fixed an exception thrown when pasting into a newly-created track (Thanks, David Bailes (@DavidBailes)!)
* [#10870](https://github.com/audacity/audacity/issues/10870), [#10884](https://github.com/audacity/audacity/issues/10884), [#10775](https://github.com/audacity/audacity/issues/10775), [#10629](https://github.com/audacity/audacity/issues/10870) Fixed tone generation, waveform-scale setting, SetClip Name parameter, and clip-boundary command names for scripting and macros (Thank you, David Bailes (@DavidBailes)!)
* [#11106](https://github.com/audacity/audacity/issues/11106) Fixed the loading of presets for the Distortion effect (A million thanks, David Bailes (@DavidBailes)!)
* [#10947](https://github.com/audacity/audacity/issues/10947) Fixed paste into an empty audio track not preserving the source sample rate (Thanks, Juan Gabriel Colonna (@juancolonna)!)
* [#10776](https://github.com/audacity/audacity/issues/10776) Allowed AltGr modifier in label and clip name editing (Thanks, Davide Peressoni (@DPDmancul)!)
* [#9938](https://github.com/audacity/audacity/issues/9938) Added options to choose where silence is truncated (start/middle/end) (Thanks, Noah Rosenfield (@nosenfield)!)
* [#9935](https://github.com/audacity/audacity/issues/9935) Added Podcast 2.0 chapters JSON export for label tracks (Thanks, Noah Rosenfield (@nosenfield)!)
* [#10103 ](https://github.com/audacity/audacity/issues/10103)Improve UI on HiDPI displays on Linux/wxGTK (Thanks, Ivan A. Melnikov (@iv-m)!)
* [#10099](https://github.com/audacity/audacity/issues/10099) Fixed MixerBoard Mute and Solo button display (Thanks, Ivan A. Melnikov (@iv-m)!)
* [#10681](https://github.com/audacity/audacity/issues/10681) Fixed multichannel FLAC import
* [#10999](https://github.com/audacity/audacity/issues/10999) Fixed envelope being broken after joining clips
* [#11095](https://github.com/audacity/audacity/issues/11095) Fixed TAGs leaking into other files during macro processing


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.audacityteam.org/au3/additional-resources/changelog/audacity-3.7.5-3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
