Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
github: RahulARanger
- name: Marco Esters
email: [email protected]
num_commits: 59
num_commits: 60
first_commit: 2023-05-12 11:44:12
github: marcoesters
- name: Darryl Miles
Expand All @@ -372,7 +372,7 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 70
num_commits: 71
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand All @@ -382,7 +382,7 @@
github: m-kuhn
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 56
num_commits: 59
github: dependabot[bot]
first_commit: 2024-05-07 10:16:05
- name: Julien Jerphanion
Expand Down Expand Up @@ -417,5 +417,5 @@
- Robin
github: lrandersson
email: [email protected]
num_commits: 9
num_commits: 11
first_commit: 2025-10-21 08:30:00
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
[//]: # (current developments)

## 2025-12-10 3.14.2:
### Enhancements

* Improve logging experience for EXE installers: (#1108)
- Use `cmd.exe` to run commands so that outputs are captured.
- Output command output in CLI installations.
- Prevent log builds from writing to log before installation directory exists.
- Remove registry entries while installation directory still exists so that errors are logged.

### Bug fixes

* EXE: Fixed an issue for silent installers where command-line argument `/KeepPkgCache` was ignored and `/NoRegistry` would reset the default value. (#1132)

### Contributors

* @marcoesters
* @lrandersson



## 2025-12-08 3.14.1:
### Bug fixes

Expand Down
23 changes: 0 additions & 23 deletions news/1108-improve-logging

This file was deleted.

19 changes: 0 additions & 19 deletions news/1132-fix-cli-args

This file was deleted.