aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-03-03 14:57:06 -0500
committerAdam Harrison <adamdharrison@gmail.com>2024-03-03 14:57:06 -0500
commit256dccc7e6967128df17f41a3ab81be8208354b2 (patch)
treec4fdb4da49e415f5210830de638d1a63d25160f0
parent883f345e31af4a2ad68a1c2da4c2fcc7c4a8ce3b (diff)
downloadlite-xl-plugin-manager-1.2.1.tar.gz
lite-xl-plugin-manager-1.2.1.zip
Updated CHANGELOG.md.v1.2.1
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e7a7ec..a613a92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# 1.2.1
+
+* Added in the `self-upgrade` command, automatically replacing the existing executable with the latest version.
+* Fixed some compiler warnings on windows.
+* Significantly better error handling on windows.
+* Simpler code on windows.
+* Fixed download progress bars not actually getting to 100%.
+* Fixed it so that dangling symlinks no longer cause issues with determining which executable is running.
+* Improved interface to `common.get`.
+* Improved escaping of arguments to running bottles, allowing `lpm run a\ b "c d"` to run correctly.
+* Fixed issue with filters not working correctly in lists.
+* Added in `--raw`, allowing you to easily dump lists to console, for manipulation with `awk` and `sed`.
+
# 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!