Releases: pragtical/plugin-manager
Releases · pragtical/plugin-manager
Continuous Release
Properly check MOD_VERSION constants on install command Fixes #9
v1.4.7.1
try fix macos build
latest
try fix macos build
v1.4.0
- Added in ability for
plugin_managerto sort and filter plugins easily. (Thank you "Big T" @takase1121!) - Added in ability to detect when ppm is being run not from a console on Windows, and added a pause mechanism.
- Support symbolic links in windows.
- Added in internal hashing mechanism, as libgit no longer provides, and mbedtls doesn't either.
- Added in significant amount of new swtiches to modify what's included in an ppm build, full list in
build.sh. - Allowed for unzipping of
.gzwhen not.tar.gz. - Fixed errors when handling chunked transfer encoding.
- Changed way that we construct bottles, so that we don't do as much copying. Will still copy executables in the case where it would not function if we symlinked.
- Properly symlink folders when
--symlinkspecified; we symlink folder contents, not the folder itself, so we no longer pollute source folders. - Added in the ability to create named bottles.
- Changed behaviour of
switchto simply deal withppmdefaults, rather than changing anything about the system itself. - Added the distinction of a
primarybottle (i.e. the one we've switched to), and thesystembottle (i.e. the one that has a userdir at~/.config/pragticaland is on the path). - Changed default location of
CACHEDIRfromUSERDIR/ppmto~/.cache/ppm. Which means that across many different user directories, we will keep a proper cache. - Changed the way we run bottles; we now specify
PRAGTICAL_USERDIRas an environment variable, rather than creating auserdirectory.
v1.2.9
- Fixed a major bug which caused lpm to stop working in CI pipelines without
$TERMdefined. - Fixed some minor bugs with templating in
--tableand--raw. - Changed how the
urlfield is reported.
v1.2.6
- Added in support for arbitrary execution of strings, rather than just of files with
exec. - Added in support for accessing
lpminternals withexec, just as you would with plugins.
v1.2.4
- Added
aarch64-linuxto the release CI list. - Fixed an error in
plugin_managerwithMOD_VERSION_MAJOR. - Fixed an error where packages would be flagged as only being for certain architectures if they had optional files.
v1.2.2
- Added in ability to disallow
self-upgradeat compile time with-DLPM_DEFAULT_RELEASE=''. - Added in the ability to specify which files to chmod executable with
addons.files.extra.chmod_executable.
v1.2.0
Project rebranding
v1.0.14
Project rebranding