aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-03-17 21:57:44 -0400
committerAdam Harrison <adamdharrison@gmail.com>2024-03-17 21:57:44 -0400
commit829c8ec06f2c083ebedc1001fa71ff4b6becc9f7 (patch)
tree4f984c49b5895d34b9e1810f306ae47e3c4399f8 /CHANGELOG.md
parent722e9d93945eac0053839e4f2c56ac3e3d186ee8 (diff)
downloadlite-xl-plugin-manager-829c8ec06f2c083ebedc1001fa71ff4b6becc9f7.tar.gz
lite-xl-plugin-manager-829c8ec06f2c083ebedc1001fa71ff4b6becc9f7.zip
Updated CHANGELOG.md.v1.2.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3a07c1..a8880bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 1.2.5
+
+* Added in support for `mbedtls3`.
+* Added in support for `Transfer-Encoding: chunked`.
+* Added in better support for determining the path of the running exectable in `EXEFILE`.
+* Added in detection of being a TTY on windows for some terminals.
+* Fixed a bug with self-upgrading in `common.copy` that would cause a race between the garbage collector and the main program on windows.
+* Allowed for pretty-printing of json.
+* Allowed for local plugins to exist for `lpm`, allowing it to modify behaviour if specified with `--plugin` or if located in `~/.config/lpm/plugins`; plugins currently located at https://github.com/adamharrison/lite-xl-maintenance.
+
# 1.2.4
* Added `aarch64-linux` to the release CI list.