Skip to content

Commit

Permalink
Add check release command (#410)
Browse files Browse the repository at this point in the history
* Add check-release command

* Impl download_latest_maple_binary

* Clap upgrade-binary

* Move upgrade-binary to install-binary!

* Remove unused file

* Clean up

* Ignore download test

* Run check-release only when version >= 0.14

* .
  • Loading branch information
liuchengxu authored Apr 25, 2020
1 parent c9faf95 commit db1d3fd
Show file tree
Hide file tree
Showing 8 changed files with 1,050 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ CHANGELOG

## [unreleased]

### Added

- Add new `check-release` command, you can use `maple check-release --download` to download the latest release binary to `bin` directory. And `:Clap install-binary!` will run this command when possible. ([#410](https://github.com/liuchengxu/vim-clap/pull/410))

### Fixed

- When cmd in `job(cmd)` is a String, the path containing spaces could be problematic on Windows(GVim). Use List instead. ([#407](https://github.com/liuchengxu/vim-clap/pull/407))
Expand Down
Loading

0 comments on commit db1d3fd

Please # to comment.