diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-06-20 17:29:16 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-06-20 17:29:16 -0400 |
commit | f69e69b5bb5ecff0bf8154b9aab0e1c8a1dc265e (patch) | |
tree | eeabfea2d6e015a102f6417826deba09af8b49f4 /CHANGELOG.md | |
parent | d1dd4cb5fcccafeab672df9ef3bd1f0d7245df3a (diff) | |
download | lite-xl-plugin-manager-f69e69b5bb5ecff0bf8154b9aab0e1c8a1dc265e.tar.gz lite-xl-plugin-manager-f69e69b5bb5ecff0bf8154b9aab0e1c8a1dc265e.zip |
Updated changelog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5af20..ba6e6cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.0.5 + +* Marked `lpm` for `plugin_manager` as optional. +* Made `--help` and `help` output on `stdout`, rather than `stderr`, following convention. +* Removed system configuration search paths for `git`. +* Removed `xxd` as a build dependency. +* Colorized some extra messages. +* Made repository fetching atomic. +* Made sure that `common.path` checked for executability and non-folderness. +* Added in meson as a build system (thank you @Jan200101). + # 1.0.4 * Added in metapackage support into manifest and SPEC. |