diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ad9d77..ff494123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ ## Unreleased +### Features/Changes + +### Bug Fixes + +## 0.2.4 + ### Features/Changes - [#1700](https://github.com/lapce/lapce/pull/1700): Add prisma syntax and highlighting - [#1702](https://github.com/lapce/lapce/pull/1702): Improved svelte treesitter queries - [#1690](https://github.com/lapce/lapce/pull/1690): Add codelens and sticky headers for Dart - [#1711](https://github.com/lapce/lapce/pull/1711): Add zstd support for plugin -- [#1715](https://github.com/lapce/lapce/pull/1715): Add zstd support for plugin +- [#1715](https://github.com/lapce/lapce/pull/1715): Add support for requests from plugins ### Bug Fixes - [#1710](https://github.com/lapce/lapce/pull/1710): Fix autosave trying to save scratch files diff --git a/Cargo.lock b/Cargo.lock index 74560834..ec577d07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2550,7 +2550,7 @@ dependencies = [ [[package]] name = "lapce" -version = "0.2.3" +version = "0.2.4" dependencies = [ "lapce-proxy", "lapce-ui", @@ -2558,7 +2558,7 @@ dependencies = [ [[package]] name = "lapce-core" -version = "0.2.3" +version = "0.2.4" dependencies = [ "arc-swap", "bitflags", @@ -2626,7 +2626,7 @@ dependencies = [ [[package]] name = "lapce-data" -version = "0.2.3" +version = "0.2.4" dependencies = [ "alacritty_terminal", "anyhow", @@ -2676,7 +2676,7 @@ dependencies = [ [[package]] name = "lapce-proxy" -version = "0.2.3" +version = "0.2.4" dependencies = [ "alacritty_terminal", "anyhow", @@ -2725,7 +2725,7 @@ dependencies = [ [[package]] name = "lapce-rpc" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "crossbeam-channel", @@ -2740,7 +2740,7 @@ dependencies = [ [[package]] name = "lapce-ui" -version = "0.2.3" +version = "0.2.4" dependencies = [ "Inflector", "alacritty_terminal", diff --git a/Cargo.toml b/Cargo.toml index 0cf0fbcf..1bdd3229 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce" -version = "0.2.3" +version = "0.2.4" authors = ["Dongdong Zhou "] edition = "2021" rust-version = "1.64" diff --git a/extra/linux/dev.lapce.lapce.metainfo.xml b/extra/linux/dev.lapce.lapce.metainfo.xml index 5f525968..ad70ccb0 100644 --- a/extra/linux/dev.lapce.lapce.metainfo.xml +++ b/extra/linux/dev.lapce.lapce.metainfo.xml @@ -30,6 +30,6 @@ - + diff --git a/extra/macos/Lapce.app/Contents/Info.plist b/extra/macos/Lapce.app/Contents/Info.plist index ba270020..e82e00d2 100644 --- a/extra/macos/Lapce.app/Contents/Info.plist +++ b/extra/macos/Lapce.app/Contents/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.3 + 0.2.4 CFBundleSupportedPlatforms MacOSX diff --git a/extra/windows/wix/lapce.wxs b/extra/windows/wix/lapce.wxs index 7c1d933f..8d86fc57 100644 --- a/extra/windows/wix/lapce.wxs +++ b/extra/windows/wix/lapce.wxs @@ -1,6 +1,6 @@ - + diff --git a/lapce-core/Cargo.toml b/lapce-core/Cargo.toml index 5055ac22..0bb5c0ff 100644 --- a/lapce-core/Cargo.toml +++ b/lapce-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-core" -version = "0.2.3" +version = "0.2.4" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-data/Cargo.toml b/lapce-data/Cargo.toml index 81a993f1..dd196820 100644 --- a/lapce-data/Cargo.toml +++ b/lapce-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-data" -version = "0.2.3" +version = "0.2.4" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml index 9c2c1f43..4af8f24e 100644 --- a/lapce-proxy/Cargo.toml +++ b/lapce-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-proxy" -version = "0.2.3" +version = "0.2.4" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-rpc/Cargo.toml b/lapce-rpc/Cargo.toml index 3e0884db..47faccdf 100644 --- a/lapce-rpc/Cargo.toml +++ b/lapce-rpc/Cargo.toml @@ -2,7 +2,7 @@ name = "lapce-rpc" description = "Data formats between lapce components" license = "Apache-2.0" -version = "0.2.3" +version = "0.2.4" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-ui/Cargo.toml b/lapce-ui/Cargo.toml index 57ae2d2e..dff530d3 100644 --- a/lapce-ui/Cargo.toml +++ b/lapce-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-ui" -version = "0.2.3" +version = "0.2.4" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce.spec b/lapce.spec index 8d72f842..232f2c84 100644 --- a/lapce.spec +++ b/lapce.spec @@ -1,5 +1,5 @@ Name: lapce-git -Version: 0.2.3.{{{ git_dir_version }}} +Version: 0.2.4.{{{ git_dir_version }}} Release: 1 Summary: Lightning-fast and Powerful Code Editor written in Rust License: Apache-2.0