Skip to content

Commit 04905a0

Browse files
committed
chore(release): prepare for v1.7.0
1 parent 43ae1d2 commit 04905a0

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## [1.7.0] - 2026-01-11
6+
7+
### Bug Fixes
8+
9+
- Properly URL-encode file paths when creating URIs (#723)
10+
- Filter out dupes on payee in complete list
11+
- For complets date support text edit to replace text before it
12+
- Payee and narration bugs
13+
14+
### Features
15+
16+
- Rewrite completion handler to support LSP 3.17 textedit
17+
- Complete commodities
18+
519
## [1.6.0] - 2026-01-06
620

721
### Features

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.6.0"
8+
version = "1.7.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.6.0",
7+
"version": "1.7.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)