Skip to content

Commit

Permalink
chore(release): mdbook_ls v0.0.1;mdbook_incremental_preview v0.0.4;
Browse files Browse the repository at this point in the history
mdbook_fork4ls v0.4.41-patch.2

Squashed commit of the following:

commit b04d24d85f7c13e8080bdcd47322a362857641ca
Author: Steven Hé (Sīchàng) <[email protected]>
Date:   Fri Jun 28 13:48:51 2024 +0800

    chore(CHANGELOG): fixes;link updated mdbook_fork4ls

commit 4c1c844200431d96b29f26e25e223bbfa396db78
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Jun 28 02:17:38 2024 +0000

    chore: release
  • Loading branch information
SichangHe committed Jun 28, 2024
1 parent 9b45388 commit 6cca881
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1](https://github.com/SichangHe/mdbook_ls/compare/mdbook_ls-v0.0.0...mdbook_ls-v0.0.1) - 2024-06-28

### Added
- *(lsp)* ignore file watch event for opened files
- *(lsp)* open browser at opened chapter
- Initial LSP implementation ([#3](https://github.com/SichangHe/mdbook_ls/pull/3))
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ drop_this = { version = "0.0", features = ["tokio"] }
futures-util = "0.3"
handlebars = "5"
ignore = "0.4"
mdbook = { package = "mdbook_fork4ls", path = "mdbook_fork4ls", version = "0.4.41-patch.1", default_features = false, features = [
mdbook = { package = "mdbook_fork4ls", path = "mdbook_fork4ls", version = "0.4.41-patch.2", default_features = false, features = [
"search",
] }
mdbook_incremental_preview = { path = "mdbook_incremental_preview", version = "0.0" }
Expand Down Expand Up @@ -43,7 +43,7 @@ warp = { version = "0.3", default-features = false, features = ["websocket"] }

[package]
name = "mdbook_ls"
version = "0.0.0"
version = "0.0.1"
edition.workspace = true
description = "mdBook Language Server."
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion mdbook_fork4ls
13 changes: 13 additions & 0 deletions mdbook_incremental_preview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4](https://github.com/SichangHe/mdbook_ls/compare/mdbook_incremental_preview-v0.0.3...mdbook_incremental_preview-v0.0.4) - 2024-06-28

### Added
- *(lsp)* ignore file watch event for opened files
- *(lsp)* open browser at opened chapter
- *(patching)* use `PatchJoinSets`
- *(patching)* `MDBookCore` to overtake&share preprocessing
- *(rebuilding)* two-JoinSet to keep oldest+newest rebuilds;

### Other
- reduce cloning w/ `Arc`
- `LivePatcher``Previewer`

## [0.0.3](https://github.com/SichangHe/mdbook_ls/compare/mdbook_incremental_preview-v0.0.2...mdbook_incremental_preview-v0.0.3) - 2024-06-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion mdbook_incremental_preview/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook_incremental_preview"
version = "0.0.3"
version = "0.0.4"
description = "Incrementally preview mdBook, patching changes instead of making full rebuilds."
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 6cca881

Please sign in to comment.