Changelog
Changelog
v1.7.1 - 2025-09-12
Bugfixes
Fixed an issue where some
$lib.versionusage was not 3.x compatible.
v1.7.0 - 2025-09-12
Features and Enhancements
Updated Synapse version check for 3.x compatibility.
Bugfixes
Fixed a bug where the Power-Up would fail to upgrade a package if it couldn’t be loaded due to version incompatibility.
v1.6.0 - 2025-04-19
Features and Enhancements
Updated Synapse minimum version from v2.178.0 to v2.207.0.
v1.5.0 - 2024-12-12
Features and Enhancements
Updated Synapse minimum version from v2.129.0 to v2.178.0.
Updated Vertex Power-Up to be compatible with upcoming Synapse 3.x release.
v1.4.2 - 2024-12-06
Bugfixes
Update Vertex Power-Up internal logic.
v1.4.1 - 2024-09-18
Bugfixes
Prevent external access to the
vertex.setupmodule imported byvertex.privsep.
v1.4.0 - 2024-04-01
Features and Enhancements
Update
vertex.pkg.listcommand to usesynapse_versionfield instead of deprecatedsynapse_minversionfield from package repo.Update user-agent to
Vertex Power-Up <pkgver>; Synapse <synver>when talking to the Vertex Package Repo.
v1.3.3 - 2024-02-20
Features and Enhancements
Update deprecated
$lib.dict()usage to JSON style syntax.
v1.3.2 - 2023-06-14
Bugfixes
Remove the use of a deprecated Storm function.
v1.3.1 - 2023-03-29
Bugfixes
Fix an issue where re-registering a Cortex with a different email could prevent access to power-ups if
vertex.unregisterwas not used first.
v1.3.0 - 2023-01-13
Features and Enhancements
Power-ups with signatures available will now have them verified by default. This can be disabled by specifying
--no-verifytovertex.pkg.install.Power-up install metadata is now stored in the JsonStor.
v1.2.0 - 2022-11-04
Features and Enhancements
Add
vertex.unregistercommand for clearing package repository registration info.
v1.1.0 - 2021-12-02
Features and Enhancements
Update package to current conventions.
Add package documentation.
Add vertex.pkg.upgrade command for upgrading installed packages.
Add the
vertex.pkgrepo.userpermission to control user access to commands. This replaces the previous asroot permissions used by commands in this package.