Changelog
Changelog
v1.4.1 - 2024-09-18
Bugfixes
Prevent external access to the
vertex.setup
module imported byvertex.privsep
.
v1.4.0 - 2024-04-01
Features and Enhancements
Update
vertex.pkg.list
command to usesynapse_version
field instead of deprecatedsynapse_minversion
field 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.unregister
was 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-verify
tovertex.pkg.install
.Power-up install metadata is now stored in the JsonStor.
v1.2.0 - 2022-11-04
Features and Enhancements
Add
vertex.unregister
command 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.user
permission to control user access to commands. This replaces the previous asroot permissions used by commands in this package.