Houdini-package-manager

Latest version: v2.2.6

Safety actively analyzes 715081 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

2.2.0

What's Changed

* Once again fixed the config template setup. All your plugins/VEX/scripts/etc. should load properly if you use this config.
* It would overwrite custom environment environment variables by overwriting their values whenever more than one json config with the same custom non-built-in env var key name existed. Explicitly declaring the env var keys without references to eachother is the nly reliable way to prevent accidental env var overwrites across config files (and thus allowing hconfig to find the necessary plugin data).
* Improved CI/CD to have the project get built directly on GitHub instead of needing to be pushed from local.


**Full Changelog**: https://github.com/ariffjeff/houdini-package-manager/compare/2.1.0...2.2.0

2.1.0

* Changed the standard package template to also explicitly recognize a user's `/vex` folder that exists alongside the typical `/otls`, `/scripts`, `/toolbar`, etc. folders.
- Custom VEX `*.h` files can thus now easily be imported in a wrangle with `include <my_vex.h>`.
- Newly created packages from this template will get this config. Existing packages would need to be manually updated if you want the benefit to extend to those as well.
* README updates.

**Full Changelog**: https://github.com/ariffjeff/houdini-package-manager/compare/2.0.2...2.1.0

2.0.2

* Fixed HPM crashing on startup when H20.5 is installed.
* Added logging to make debugging this crash easier in the future if it happens again.

**Full Changelog**: https://github.com/ariffjeff/houdini-package-manager/compare/2.0.1...2.0.2

2.0.1

What's Changed
* Fixed overly complicated package template.
- This was causing packages to get loaded twice by Houdini.

**Full Changelog**: https://github.com/ariffjeff/houdini-package-manager/compare/2.0.0...2.0.1

2.0.0

New features:

- GitHub tracking by ariffjeff in https://github.com/ariffjeff/houdini-package-manager/pull/21
- Plugin version tracking with GitHub.
- Track the latest versions for plugins that are linked to GitHub (plugin folders have a .git folder inside them). New syncing buttons can fetch version metadata directly from the GitHub API.
- Fetched data is cached locally.
- Source buttons to open a plugin's remote GitHub repository.
- Plugin author information.

Other:
- Various fixes.
- A large amount of backend non-backwards-compatible changes were made for this release.

**Full Changelog**: https://github.com/ariffjeff/houdini-package-manager/compare/1.1.3...2.0.0

1.1.3

* Fixed any invalid json package configs crashing application. Invalid configs will now correctly display a warning in all situations.
* Minor variable name rename fix.

**Full Changelog**: https://github.com/ariffjeff/houdini-package-manager/compare/1.1.2...1.1.3

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.