diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-10-10 12:06:42 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-10-10 12:06:42 -0400 |
commit | 8f2cd874ddc57793a08a9b6bdb5172c25802a5e0 (patch) | |
tree | 4844e07ca249638a97fec1d96d3fbb18a1d94f86 | |
parent | 51f89bcc8a6f3f0f3f36788f5559f2d3e38788f1 (diff) | |
download | lite-xl-plugin-manager-1.0.12.tar.gz lite-xl-plugin-manager-1.0.12.zip |
Updated CHANGELOG.md.v1.0.12
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec447a..a18184c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.0.12 + +* Updated meson to properly retrieve mbedtls2 when compiling. +* Added in `exec` to run lua files. +* Changed how arguments are interpreted when using `test` or `exec`. +* Fixed bug with windows not properly flushing files on first run. +* Moved lockfile to `CACHEDIR` from `USERDIR`. +* Fixed some caching issues when something failed to install during bottle construction. +* Fixed issues around filtering/matching when using `list`. +* Added in table output format that allows you to generically specify a table and column list you want. +* Added in `unstub` command. +* Added in `--repository` flag. + # 1.0.11 * Fixed an issue with constructing bottles when not specifying a config. |