diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-02-25 17:49:58 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-02-25 17:49:58 -0500 |
commit | 59a3d0b59c3e35d1eb9a3d11c40afc02e974fe34 (patch) | |
tree | 8ae4cb7359aadf95f4718a611780fc174cbaf117 | |
parent | 0184c63073eceb98f05a0857e2bc3aff8012ae75 (diff) | |
download | lite-xl-plugin-manager-59a3d0b59c3e35d1eb9a3d11c40afc02e974fe34.tar.gz lite-xl-plugin-manager-59a3d0b59c3e35d1eb9a3d11c40afc02e974fe34.zip |
Updated CHANGELOG.md.
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c47b3..6e7a7ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.2.0 + +* Vendored `libmicrotar`, so that it can be used to open POSIX tar archives, as well as tar archives that have > 100 character filenames. Thank you @Gaspartcho! +* Fixed bug that tried to uninstall core depednencies. Thanks @Gaspartcho! +* Fixed issue with `lpm` not correctly renaming bottles, or moving files around. +* Added in ability to `--mask`, so that you can explicitly cut out dependencies that you think aren't requried on install/uninstall. +* Made `--ephemeral` bottles have distinct hashes from non-epehemeral ones. +* Fixed a bug where we tried to double-install depdendencies if they were explicitly specified in the install command. + # 1.1.0 * Added in `font` as a new `type` for addons. |