Releases: ariffjeff/houdini-package-manager
Releases · ariffjeff/houdini-package-manager
2.2.6
- Fixed github actions workflow producing a broken build due to using deprecated action.
Full Changelog: 2.2.5...2.2.6
2.2.5
- Fix using outdated github action
Full Changelog: 2.2.4...2.2.5
- No Windows build is provided with this release due to it being broken. See a more recent release instead.
2.2.4
- Fixed messy local makefile process to make the latest project changes automatically create a tagged commit as expected.
Full Changelog: 2.2.3...2.2.4
2.2.3
- Fix website pointing to the old obsolete location for allowing build downloads.
Full Changelog: 2.2.2...2.2.3
2.2.2
- Fixed broken build process not including images in the final build.
Full Changelog: 2.2.1...2.2.2
2.2.1
- Fix CI/CD by remaking the GitHub actions workflow to build remotely.
- Please note that there were a lot of commits performed on main directly for rapid testing purposes and for saving the developer's sanity. This is why the commit history is filled with merges. Just don't worry about it.
Full Changelog: 2.2.0...2.2.1
- No Windows build is provided with this release due to it being broken. See a more recent release instead.
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: 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.
- Custom VEX
- README updates.
Full Changelog: 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: 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: 2.0.0...2.0.1