diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-07-27 22:46:46 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-07-27 22:46:46 -0400 |
commit | 201c3bd416cc89e19cb01b179c5e43e53c39fa41 (patch) | |
tree | 1a61e6718a63681fec773753c89b4cd5af4f029e /CHANGELOG.md | |
parent | 602c10561a59a1352d340e6727488c1eaad4a25c (diff) | |
download | lite-xl-plugin-manager-201c3bd416cc89e19cb01b179c5e43e53c39fa41.tar.gz lite-xl-plugin-manager-201c3bd416cc89e19cb01b179c5e43e53c39fa41.zip |
Updated CHANGELOG.md.v1.0.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a6217..1f12b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.0.8 + +* Autoflush stderr, so that certain windows terminals don't get blank prompts. +* Added method to grab and install orphan plugins from one-off repos. +* Passed debug build status through to underlying libraries. +* Fixed bug where we compared sizes of folders to determined if they were the same. +* Made it so you can set the define LPM_DEFAULT_REPOSITORY if you want to build a custom manager. +* Made it so tests run more smoothly, and will always use the lpm you compiled, instead of system lpm. +* Normalized paths on windows to backslashes for consistency. + # 1.0.7 * Upgraded submodules. |