aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2025-08-12 15:15:01 -0400
committerAdam Harrison <adamdharrison@gmail.com>2025-08-12 15:15:01 -0400
commit6173b73db36e50aa3bc3279030f55d54fcd8ddfb (patch)
treeab6733b0187f052f6013c4af12bf01d1b00d3a0b
parent25681073266c8b19906bd681cef8d3b0d53b8f14 (diff)
downloadlite-xl-plugin-manager-1.4.1.tar.gz
lite-xl-plugin-manager-1.4.1.zip
Updated CHANGELOG.md.v1.4.1
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98d7c6e..6515acd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# 1.4.1
+
+* Cached a certificate inside LPM to securely pull the mozilla certiciate bundle from curl, incase actual SSL bundles are totally fucked.
+* Allows fetching of things on non-standard ports.
+* Properly handles symlinks when on Windows.
+* Allows you to specify directories for `--bottledir` and `--configdir`
+* Allows you to pass `--update` to update any required repositories on any command.
+* Allows you to specifically purge your cache only with `cache purge`, rather than all settings with just `purge`.
+* Allows you to specify a repository as the first argument to `run` to allow you to select pre-fab lite-xls from alternate repositories without having to add them first.
+* Smarter filter matching for `list`.
+* Autoamtically retry when we get an `invalid pack header` error from remote git servers.
+* Beginnings of `HTTPS_PROXY` support.
+*
+
# 1.4.0
* Added in ability for `plugin_manager` to sort and filter plugins easily. (Thank you "Big T" @takase1121!)