diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-07-06 07:13:09 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-07-06 07:13:09 -0400 |
commit | 7527c13da5ba899be991244239032b7f959d7842 (patch) | |
tree | c0821b61a3df51e8c3b38c73c986be5f6a830958 /CHANGELOG.md | |
parent | b80199305129a9152cb42744f1cb6524baf76fc7 (diff) | |
download | lite-xl-plugin-manager-7527c13da5ba899be991244239032b7f959d7842.tar.gz lite-xl-plugin-manager-7527c13da5ba899be991244239032b7f959d7842.zip |
Updated CHANGELOG.md.v1.0.7
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbe075..79a6217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.0.7 + +* Upgraded submodules. +* Moved mbedtls to a submodule, as there was an erroneous resaon why it wasn't, and upgraded it to fix #33, which occurs due to a clang compiler bug. +* Improved debuggability with regards to tls and the `--trace` flag. +* Fixed some small bugs with `plugin_manager` that nonetheless rendered it inoperable. +* Fixed issues with getting the absolute path of symlinks. +* Fixed issues with symlinks that are broken not getting detected at all. +* Allowed for dashes in auto-generated ids. +* Fixed a bug that stopped things form working when explicitly calling `init`. +* Allowed `run` to use `--remotes`. +* Fixed bug for auto-detecting data directories, when determining system `lite-xl`. + # 1.0.6 * Changed from full git cloning to shallow cloning. |