Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7.0: Bump changelog #1511

Merged
merged 2 commits into from
Aug 22, 2024
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
1 change: 0 additions & 1 deletion changelog.d/1320.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1389.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1438.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1451.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1475.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1479.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1492.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1509.bugfix.md

This file was deleted.

20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) for keeping t

<!-- towncrier release notes start -->

## [1.7.0](https://github.com/pypa/pipx/tree/1.7.0) - 2024-08-22

### Features

- Add a `--prepend` option to the `pipx ensurepath` command to allow prepending `pipx`'s location to `PATH` rather than appending to it. This is useful when you want to prioritize `pipx`'s executables over other executables in your `PATH`. ([#1451](https://github.com/pypa/pipx/issues/1451))
- List `PIPX_GLOBAL_[HOME|BIN_DIR|MAN_DIR]` in `pipx environment`. ([#1492](https://github.com/pypa/pipx/issues/1492))

### Bugfixes

- Introduce `PIPX_HOME_ALLOW_SPACE` environment variable, to silence the spaces in pipx home path warning ([#1320](https://github.com/pypa/pipx/issues/1320))
- Fix passing constraints file path into `pipx install` operation via `pip` args ([#1389](https://github.com/pypa/pipx/issues/1389))
- Add help messages for `pipx pin` and `pipx unpin` commands. ([#1438](https://github.com/pypa/pipx/issues/1438))
- Stop `pipx install --global` from installing files in `~/.local`. ([#1475](https://github.com/pypa/pipx/issues/1475))
- Fix installation abortion on multiple packages when one or more are already installed. ([#1509](https://github.com/pypa/pipx/issues/1509))

### Improved Documentation

- Move all documentation files to the `docs` directory. ([#1479](https://github.com/pypa/pipx/issues/1479))


## [1.6.0](https://github.com/pypa/pipx/tree/1.6.0) - 2024-06-01


Expand Down