Skip to content

Commit

Permalink
build: bump version to 0.11.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Mar 17, 2024
1 parent d937153 commit cfca8b1
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 16 deletions.
4 changes: 2 additions & 2 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,7 +1,7 @@
[workspace.package]
description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <[email protected]>", "Nathan Varner"]
version = "0.10.3"
version = "0.11.0"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down
42 changes: 30 additions & 12 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,66 @@ All notable changes to the "tinymist" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.11.0 - [2024-03-17]

### Commands/Tools

* Fixed [Template gallery index.html is not included in packaging](https://github.com/Myriad-Dreamin/tinymist/issues/59) in https://github.com/Myriad-Dreamin/tinymist/pull/60

### Commands/Tools (New)

* Added favorite function in template gallery in https://github.com/Myriad-Dreamin/tinymist/pull/61
* favorite or unfavorite by clicking a button.
* filter list by favorite state.
* get persist favorite state.
* run `initTemplate` command with favorite state.
* Initializing template in place is allowed in https://github.com/Myriad-Dreamin/tinymist/pull/62
* place the content of the template entry at the current cursor position.

**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.10.3...v0.11.0

## v0.10.3 - [2024-03-16]

### Commands/Tools (New)

* feat: support rest code lens in https://github.com/Myriad-Dreamin/tinymist/pull/45
* support rest code lens in https://github.com/Myriad-Dreamin/tinymist/pull/45
* Preview
* Preview in ..
* `doc` or `slide` mode
* `tab` or `browser` target
* Export as ..
* PDF format
* feat: add init template command in https://github.com/Myriad-Dreamin/tinymist/pull/50
* feat: add template gallery as template picker in https://github.com/Myriad-Dreamin/tinymist/pull/52
* add init template command in https://github.com/Myriad-Dreamin/tinymist/pull/50
* add template gallery as template picker in https://github.com/Myriad-Dreamin/tinymist/pull/52

### References (New)

* feat: support find/goto syntactic references in https://github.com/Myriad-Dreamin/tinymist/pull/34 and https://github.com/Myriad-Dreamin/tinymist/pull/42
* support find/goto syntactic references in https://github.com/Myriad-Dreamin/tinymist/pull/34 and https://github.com/Myriad-Dreamin/tinymist/pull/42

### Autocompletion

* feat: upgrade compiler for autocompleting package in https://github.com/Myriad-Dreamin/tinymist/pull/30
* upgrade compiler for autocompleting package in https://github.com/Myriad-Dreamin/tinymist/pull/30

### Definition

* dev: reimplements definition analysis in https://github.com/Myriad-Dreamin/tinymist/pull/43

### Inlay Hint

* feat: implement inlay hint configuration in https://github.com/Myriad-Dreamin/tinymist/pull/37
* feat: disable inlay hints on one line content blocks in https://github.com/Myriad-Dreamin/tinymist/pull/48
* implement inlay hint configuration in https://github.com/Myriad-Dreamin/tinymist/pull/37
* disable inlay hints on one line content blocks in https://github.com/Myriad-Dreamin/tinymist/pull/48
* dev: change position of inlay hint params in https://github.com/Myriad-Dreamin/tinymist/pull/51

### Misc

* feat: supports vscode variables in configurations, more testing, and validation in https://github.com/Myriad-Dreamin/tinymist/pull/53
* supports vscode variables in configurations, more testing, and validation in https://github.com/Myriad-Dreamin/tinymist/pull/53
* You can set root/server/font path(s) with vscode variables. The variables are listed in https://www.npmjs.com/package/vscode-variables.

### Internal Optimization

* feat: deferred root resolution in https://github.com/Myriad-Dreamin/tinymist/pull/32
* feat: allow fuzzy selection to deref targets in https://github.com/Myriad-Dreamin/tinymist/pull/46
* feat: implements def-use analysis in https://github.com/Myriad-Dreamin/tinymist/pull/17, https://github.com/Myriad-Dreamin/tinymist/pull/19, https://github.com/Myriad-Dreamin/tinymist/pull/25, and https://github.com/Myriad-Dreamin/tinymist/pull/26
* deferred root resolution in https://github.com/Myriad-Dreamin/tinymist/pull/32
* allow fuzzy selection to deref targets in https://github.com/Myriad-Dreamin/tinymist/pull/46
* implements def-use analysis in https://github.com/Myriad-Dreamin/tinymist/pull/17, https://github.com/Myriad-Dreamin/tinymist/pull/19, https://github.com/Myriad-Dreamin/tinymist/pull/25, and https://github.com/Myriad-Dreamin/tinymist/pull/26

**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.10.2...v0.10.3

Expand All @@ -54,7 +72,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
* use implicit autocomplete in https://github.com/Myriad-Dreamin/tinymist/pull/3
* add the new context keyword in https://github.com/Myriad-Dreamin/tinymist/pull/6
* correctly drop sender after the server shutting down in https://github.com/Myriad-Dreamin/tinymist/pull/7
* feat: support more foldable AST nodes in https://github.com/Myriad-Dreamin/tinymist/pull/11
* support more foldable AST nodes in https://github.com/Myriad-Dreamin/tinymist/pull/11

**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.10.1...v0.10.2

Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"publisher": "myriad-dreamin",
"license": "Apache-2.0",
"version": "0.10.3",
"version": "0.11.0",
"engines": {
"vscode": "^1.71.0"
},
Expand Down

0 comments on commit cfca8b1

Please sign in to comment.