diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-06 20:29:40 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-06 20:29:40 -0500 |
commit | 4c541070bbe21083d8914ce8d529c8767106497e (patch) | |
tree | 52d5355282f13c9798d6aeece8a0fbb828a29034 | |
parent | 1ee64a1d330c3bad21b6bb8a0c7743cba7089472 (diff) | |
download | lite-xl-plugin-manager-4c541070bbe21083d8914ce8d529c8767106497e.tar.gz lite-xl-plugin-manager-4c541070bbe21083d8914ce8d529c8767106497e.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 d5ad2e4..451870b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.2.3 + +* STDIN flushing was added for prompts. +* Partially downloading files, then cancelling no longer causes lpm to break on subsequent operations. +* Fixed a bug relating to local paths not being computed directly under some cirstumances leading to errors on install. +* Small terminals will no longer spew huge amounts of output into the console when downloading things; we'll now truncate download status prompts when attached to a small TTY. +* Improved error handlings of tar extracting. +* Added discord release notifications to CI. + # 1.2.2 * Added in ability to disallow `self-upgrade` at compile time with `-DLPM_DEFAULT_RELEASE=''`. |