Skip to content

Commit

Permalink
chore: Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polarmutex committed Mar 18, 2023
1 parent 79236a9 commit a64f185
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 151 deletions.
176 changes: 176 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
# Changelog

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

## [1.3.0] - 2023-03-18

### Bug Fixes

- Token on pr-lint
- Nix flake checks to pass
- Make journal path optional
- Beancount data not being updated for current file
- Clippy errors

### Documentation

- Fix run command in README

### Features

- Impl progress

### Refactor

- Move to multiple crate repo
- Remove Arc and logging
- Error
- Remove logger
- Beancount_data
- Document
- Move to multiple crate repo
- Simplify logging
- Switch to lsp-server

## [1.2.5] - 2022-06-21

### Bug Fixes

- Vscode version sync
- Make release artifacts uncompressed
- Release-please manifest
- Link README and CHANGELOG to vscode ext
- Typo in formatting log
- Github workflow errors on release
- Windows github workflow error on release
- Vsce publish error
- Release workflow errors
- Release workflow issues
- Release workflow issues

### Features

- Initial work on vscode ext
- Reboot vscode ext
- Support glob in include statements

## [1.1.1] - 2022-05-02

### Bug Fixes

- Release-please error

## [1.1.0] - 2022-05-02

### Bug Fixes

- Update nix flake to build lsp
- Github release binaries hopefully

### Documentation

- Fix redme typo

### Features

- Switch to tower-lsp (lspower archived)

## [1.0.2] - 2022-04-28

### Bug Fixes

- Rust compiler warnings
- Cargo doc warnings
- Formatting errors
- Clippy warnings
- Cargo deny errors
- Fixes #143 - add stdio option to keep options silimar to typescript
- Fixes #53 only log with specified as an option

### Documentation

- Fix to have old changes
- Update README to rust version

## [1.0.1] - 2022-01-21

### Bug Fixes

- Activate document formatting by default

## [1.0.0] - 2021-11-12

### Bug Fixes

- Tree-sitter v0.20 fix
- Github funding
- Ext before testing
- Diagnostics not being cleared when going to no diagnostics
- Txn_string completion
- Nil compare for diagnostics
- Completion node handling
- Do ci only on PR
- Some clippy warnings
- Invalid date error

### Documentation

- Update TOC

### Features

- Added warning for flagged entries
- Add ability to call bean-check
- Add diagnostics from bean-check
- Add start of document formatting
- Tree-sitter parse on open files
- Restructure add lerna
- Initialize tests
- Initial lsp tests, impl didOpen
- Reorg, added TS parsing on launch
- Switching to injection
- Switch to injection
- Added Data completion
- Addded initial basic completions
- Updated tree-sitter wasm to v2
- Base version of completion provider
- Add start of formatting tests
- Basic doc formatting test done
- Basic doc formatting is good shape
- Initial README
- Add ability to change python path to lsp
- Import recursion on load to populate forest
- Editing tree on save done
- Successfully calling bean-check
- Added bean-check diagnostics
- Completion framework
- Add on save
- Completion of date
- Account completion
- Txn_string completion
- Formatting
- Add initial set of rust ci
- Initial vs code ext from release
- Support diagnostics for flagged entries
- Added flag entries to diagnostics

### Bug

- Fix uri
- Bug fixes to get working
- Fixed tree not updating properly on content changes
- Fixed the server init not parsing the journal file
- Tweak completions
- Fix README
- Allow unknown options for node inspect
- Prevent resolve errors

### Build

- Bump node-notifier from 8.0.0 to 8.0.1

### Remove

- Old typescript stuff

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

150 changes: 0 additions & 150 deletions crates/lsp/CHANGELOG.md

This file was deleted.

0 comments on commit a64f185

Please sign in to comment.