Skip to content

Commit

Permalink
v0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed May 20, 2024
1 parent d587ce7 commit f934849
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 29 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [unreleased]

## [0.54] 2024-5-20

- Fixes the regression of frozen UI caused by the blocking operations in OnMove implementation. #1081
- Fixes the build for Android. #1079

Expand Down
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace.package]
authors = ["Liu-Cheng Xu <[email protected]>"]
version = "0.1.53"
version = "0.1.54"
edition = "2021"
homepage = "https:/liuchengxu/vim-clap"
repository = "https:/liuchengxu/vim-clap.git"
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env pwsh

$version = 'v0.53'
$version = 'v0.54'
$APP = 'maple'
$url = "https:/liuchengxu/vim-clap/releases/download/$version/$APP-"
$output = "$PSScriptRoot\bin\$APP.exe"
Expand Down
2 changes: 1 addition & 1 deletion plugin/clap.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" vim-clap - Modern interactive filter and dispatcher
" Author: Liu-Cheng Xu <[email protected]>
" Website: https:/liuchengxu/vim-clap
" Version: 0.53
" Version: 0.54
" License: MIT

if exists('g:loaded_clap')
Expand Down

0 comments on commit f934849

Please sign in to comment.