Skip to content

Releases: ariffjeff/houdini-package-manager

2.2.6

30 Dec 01:42
Compare
Choose a tag to compare
  • Fixed github actions workflow producing a broken build due to using deprecated action.

Full Changelog: 2.2.5...2.2.6

2.2.5

30 Dec 00:32
Compare
Choose a tag to compare
  • 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

29 Dec 23:12
Compare
Choose a tag to compare
  • 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

29 Dec 22:29
Compare
Choose a tag to compare
  • Fix website pointing to the old obsolete location for allowing build downloads.

Full Changelog: 2.2.2...2.2.3

2.2.2

29 Dec 20:55
Compare
Choose a tag to compare
  • Fixed broken build process not including images in the final build.

Full Changelog: 2.2.1...2.2.2

2.2.1

29 Dec 19:33
Compare
Choose a tag to compare
  • 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

26 Dec 08:00
Compare
Choose a tag to compare

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

09 Dec 03:31
Compare
Choose a tag to compare
  • 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: 2.0.2...2.1.0

2.0.2

13 Jul 20:04
Compare
Choose a tag to compare
  • 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

04 Jun 04:52
Compare
Choose a tag to compare

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