diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-05-22 16:08:25 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-05-22 16:08:56 -0400 |
commit | 8639ef27d3d9e4e403fc026e3d90b7347d3d878a (patch) | |
tree | 52278db1c75338e83bd6b83c9a730f362fe13ee6 | |
parent | 07c0841b6fe5b33aa9b4d99decfe71509f650b83 (diff) | |
download | lite-xl-plugin-manager-8639ef27d3d9e4e403fc026e3d90b7347d3d878a.tar.gz lite-xl-plugin-manager-8639ef27d3d9e4e403fc026e3d90b7347d3d878a.zip |
Updated changelog.
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab4b61..a918ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ -# 1.0.2 (forthcoming) +# 1.0.2 * Suppresses the progress bar by default if we're not on a TTY. * Added `url` as a field to `SPEC.md`. * Modified `run` so that it'll use the system version if you don't specify one. +* Added the ability to specify a repo url as part of `run`, so you can easily test new plugin branches and their plugins without actually modifying your lpm state. +* Fixed a few typos. +* Fixed issue with `run` not handling cases where plugins were either orphaned or core plugins, which would cause the bottle to be incorrectly constructed. +* Fixed issue where you could add non-numeric lite versions. +* Fixed issue where tables generated with lpm didn't annotate non-remote url plugins with \*. +* Fixed a memory leak. +* Added in warning to let people know when stubs are mismatching versions. +* Added in warning when we cannot acquire an lpm global lock, and also made it so we do not lock upon running something. +* Better error handling for invalid manifests, specifically when paths for plugins don't exist. +* Fixed issue with permissions not being recorded correctly when extracting from a zip file. +* Added in --reinstall flag. + # 1.0.1 |