Skip to content

Commit 5728e02

Browse files
committed
chore(release): prepare for v1.9.0
1 parent dbe45f0 commit 5728e02

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.9.0] - 2026-02-02
6+
7+
### Bug Fixes
8+
9+
- Improve formatting #783
10+
- Lower case trigger completion for balance statments
11+
- Panic on non ascii content #787
12+
- Utf8/utf16 point
13+
- Include python files in nix build
14+
- Update file watcher to include .bean extension
15+
- Add unique run id to bean-check progress to prevent token collisions
16+
- Remove auto-restart on server exit
17+
- Remove duplicate @typescript-eslint plugin definition
18+
19+
### Features
20+
21+
- Support GotoDefinition for account
22+
- Implement hover provider for account notes
23+
- Allow users to set log level and still log to stderr
24+
- Add highlight for keywords
25+
- Add log level configuration
26+
- Init folding support
27+
- Document symbol and workspace symbol
28+
- Enable workspace monitoring
29+
530
## [1.8.1] - 2026-01-25
631

732
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
resolver = "2"
66

77
[workspace.package]
8-
version = "1.8.1"
8+
version = "1.9.0"
99
edition = "2024"
1010
rust-version = "1.92.0"
1111

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "beancount language server",
55
"author": "Brian Ryall",
66
"license": "MIT",
7-
"version": "1.8.1",
7+
"version": "1.9.0",
88
"repository": "https://github.com/polarmutex/beancount-language-server.git",
99
"homepage": "https://github.com/polarmutex/beancount-language-server",
1010
"bugs": "https://github.com/polarmutex/beancount-language-server/issues",

0 commit comments

Comments
 (0)