diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-04-22 11:59:01 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-04-22 11:59:01 -0400 |
commit | 5cb8c16aa3ee62fe751b51dd57de8299dee4b7f5 (patch) | |
tree | f0b732411dc5da39213d95d708997cb730cc5928 /CHANGELOG.md | |
parent | 2cdc4e761fe525db14e7b80ee7976a6142c24a49 (diff) | |
download | lite-xl-plugin-manager-5cb8c16aa3ee62fe751b51dd57de8299dee4b7f5.tar.gz lite-xl-plugin-manager-5cb8c16aa3ee62fe751b51dd57de8299dee4b7f5.zip |
Modified `run` so that it will use the system version if you do not specify one.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5f819..0ab4b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.2 (forthcoming) + +* Suppresses the progress bar by default if we're not on a TTY. +* Added `url` as a field to `SPEC.md`. +* Modified `run` so that it'll use the system version if you don't specify one. # 1.0.1 |