diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-04-20 16:18:19 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-04-20 16:18:19 -0400 |
commit | 74e5fe4800f2bc96704c92b06ee322fa8ab849ef (patch) | |
tree | 30f1211170feb25e22ff8cb5c22f7c9d71d64cae /CHANGELOG.md | |
parent | 9446c212ba34988a34c710e2b82c9871f8b79af3 (diff) | |
download | lite-xl-plugin-manager-74e5fe4800f2bc96704c92b06ee322fa8ab849ef.tar.gz lite-xl-plugin-manager-74e5fe4800f2bc96704c92b06ee322fa8ab849ef.zip |
Updated CHANGELOG.md.v1.2.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc366f6..7e126b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 1.2.8 + +* Fixed a bug where when we `handleize` certain strings, they'd erroneously end in `-`. +* Changed separator for `LPM_PLUGINS` to be a `,` instead of `:`, due to plugins. +* Spec now properly contains `checksum` at an `addon` level for when `url` is specified. +* Added in a warning for when you use an explcit repository as part of a `run` list, and it contains a version of an addon you're trying to run that is lower than the one in your primrary repos. +* Fixed issues with meson and `mbedtls`. +* Major internal restructuring to better accomodate `lpm` plugins. +* Renamed `CFLAGS` and `LDFLAGS` to `COMPILE_FLAGS` and `LINK_FLAGS` internally in `build.sh`, so as to not disrupt more exotic build configurations that rely on these variables. +* Removed hack to support jgmdev's older libraries. +* Allowed specification of `HOSTCC` to build lua for static builds. +* Ensured that `author` is pulled from inside `extra`. +* Made it so that `--table` and `--raw` can access extra fields. +* Changed how `url` is generated in `list`. + # 1.2.7 * Fixed a bug where a `gc` race would cause us to erroneously hold onto a file handle longer than we need to. |